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 pl.`id_lang` = 2
AND msp.`id_mp_shop_default` = 1 AND msp.`id_seller` = 7 AND p.`active` = 1 ORDER BY pl.`name` desc LIMIT 0, 10000000 |
18732
ms
|
5702 |
Yes
|
|
/modules/marketplace/classes/WkMpSellerProduct.php:1009
/modules/marketplace/controllers/front/shopstore.php:66<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` = "el-corte-ingles"
AND `id_lang` = 2
AND `id_shop` = 1 LIMIT 1 |
14186
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 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` = 234
AND image_shop.`cover` = 1 LIMIT 1 |
10376
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 460
AND image_shop.`cover` = 1 LIMIT 1 |
6452
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
5732
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 91 AND `id_group` = 1 LIMIT 1 |
5416
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` |
5389
ms
|
1900 |
Yes
|
Yes
|
/classes/Hook.php:1183
/classes/Hook.php:731<br>/classes/Hook.php:815<br>/override/classes/controller/FrontController.php:1367<br>/override/classes/controller/FrontController.php:702<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 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` = 73
AND image_shop.`cover` = 1 LIMIT 1 |
4282
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 109) AND (b.`id_shop` = 1) LIMIT 1 |
4201
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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`) |
3867
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 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` = 182
AND image_shop.`cover` = 1 LIMIT 1 |
3346
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 213) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2761
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 |
2724
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 86 LIMIT 1 |
2711
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<br>/tools/profiling/Controller.php:60<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 |
2697
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 191
AND image_shop.`cover` = 1 LIMIT 1 |
2533
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 527) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2468
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 101
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
2440
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 447
AND image_shop.`cover` = 1 LIMIT 1 |
2404
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite, c.id_seller
FROM `CRDS_category` c
INNER JOIN `CRDS_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2 AND cl.id_shop = 1 )
INNER JOIN `CRDS_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 541
AND c.id_category IN (
SELECT id_category
FROM `CRDS_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
2298
ms
|
262 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:151
/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 location
FROM `CRDS_stock_available`
WHERE (id_product = 503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2239
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 189) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
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` |
2105
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 SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 526) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
2070
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 98 LIMIT 1 |
1986
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 459) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1957
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 181
AND image_shop.`cover` = 1 LIMIT 1 |
1882
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
1806
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1281 |
1744
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 179) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1692
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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`=481 |
1669
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 223) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1648
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 497) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1632
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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) |
1614
ms
|
858 |
|
|
/classes/Hook.php:1283
/classes/Hook.php:786<br>/override/classes/controller/FrontController.php:1367<br>/override/classes/controller/FrontController.php:702<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 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` = 183
AND image_shop.`cover` = 1 LIMIT 1 |
1609
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 98) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1568
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1559
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
1543
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 185
AND image_shop.`cover` = 1 LIMIT 1 |
1538
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 220
AND image_shop.`cover` = 1 LIMIT 1 |
1505
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 432) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1430
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1415
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 66) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1399
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1387
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 96 LIMIT 1 |
1383
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 190
AND image_shop.`cover` = 1 LIMIT 1 |
1381
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 237) AND (b.`id_shop` = 1) LIMIT 1 |
1376
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 206) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1366
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
1350
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 434
AND image_shop.`cover` = 1 LIMIT 1 |
1321
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 214
AND image_shop.`cover` = 1 LIMIT 1 |
1314
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1247
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 <= 191 AND c.nright >= 192)
ORDER BY c.nleft |
1243
ms
|
270 |
Yes
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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 = 89) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 206
AND image_shop.`cover` = 1 LIMIT 1 |
1210
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 110) AND (b.`id_shop` = 1) LIMIT 1 |
1188
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 212
AND image_shop.`cover` = 1 LIMIT 1 |
1174
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 466 AND `id_group` = 1 LIMIT 1 |
1145
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
1134
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<br>/tools/profiling/Controller.php:60<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` = 112) |
1127
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 466 |
1106
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
1101
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1094
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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`=77 |
1091
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
1091
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 181) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1089
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<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` = 104) |
1088
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 503) AND (b.`id_shop` = 1) LIMIT 1 |
1088
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 221) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1080
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 91
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
1072
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 429
AND image_shop.`cover` = 1 LIMIT 1 |
1070
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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) |
1069
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 *
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` = 114) AND (b.`id_shop` = 1) LIMIT 1 |
1060
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
1056
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 516) AND (b.`id_shop` = 1) LIMIT 1 |
1042
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 455
AND image_shop.`cover` = 1 LIMIT 1 |
1027
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 218) AND (b.`id_shop` = 1) LIMIT 1 |
1027
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 425) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1017
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 517) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1003
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 150
AND `active` = 1 LIMIT 1 |
1002
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/override/classes/Product.php:726<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 108) AND (b.`id_shop` = 1) LIMIT 1 |
1001
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 515) AND (b.`id_shop` = 1) LIMIT 1 |
994
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 233
AND image_shop.`cover` = 1 LIMIT 1 |
990
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 3065
AND image_shop.`cover` = 1 LIMIT 1 |
988
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 493
AND image_shop.`cover` = 1 LIMIT 1 |
988
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 112
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
982
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 92) AND (b.`id_shop` = 1) LIMIT 1 |
963
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 236) AND (b.`id_shop` = 1) LIMIT 1 |
962
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
961
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
959
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
952
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 113) AND (b.`id_shop` = 1) LIMIT 1 |
946
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 466) AND (b.`id_shop` = 1) LIMIT 1 |
942
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
940
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 475) AND (b.`id_shop` = 1) LIMIT 1 |
923
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 111) AND (b.`id_shop` = 1) LIMIT 1 |
922
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 435) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
918
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 223
AND image_shop.`cover` = 1 LIMIT 1 |
915
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
912
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 499) AND (b.`id_shop` = 1) LIMIT 1 |
911
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
902
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
902
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 110 AND id_shop=1 LIMIT 1 |
899
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 81 |
884
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 519) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
870
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 480) AND (b.`id_shop` = 1) LIMIT 1 |
870
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 192) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
867
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `CRDS_hook` |
856
ms
|
858 |
|
|
/classes/Hook.php:1243
/classes/Hook.php:222<br>/classes/Hook.php:824<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 2 AND cl.id_shop = 1
WHERE (c.nleft <= 191 AND c.nright >= 192)
ORDER BY c.nleft |
849
ms
|
270 |
Yes
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 89 |
847
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 85 |
832
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 96 |
830
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 114 |
829
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 236 |
822
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
821
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 77 |
816
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 104 |
800
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
796
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 82 |
795
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 78 |
794
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
793
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 92 |
784
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 499 |
769
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 226) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
761
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 113 |
743
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 105 |
742
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 98 |
742
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 75 |
736
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 111 |
729
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 516 |
726
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 87 |
713
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 218 |
710
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 79 |
708
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 104 LIMIT 1 |
706
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 110 LIMIT 1 |
700
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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 <= 191 AND c.nright >= 192)
ORDER BY c.nleft |
700
ms
|
270 |
Yes
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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 = 190) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
696
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 466 LIMIT 1 |
689
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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 <= 191 AND c.nright >= 192)
ORDER BY c.nleft |
683
ms
|
270 |
Yes
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
683
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 84 |
680
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 107 |
677
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 91 |
676
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 86 |
674
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 515 |
673
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 108 |
673
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `CRDS_hook` |
670
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 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 |
668
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 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 |
666
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_category` FROM `CRDS_category_product`
WHERE `id_product` = 88 |
658
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 115 |
658
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 214) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
658
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 54 LIMIT 1 |
657
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 |
651
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 `id_tax_rules_group`
FROM `CRDS_product_shop`
WHERE `id_product` = 105 AND id_shop=1 LIMIT 1 |
651
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
650
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 219 |
649
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 191 AND c.nright >= 192)
ORDER BY c.nleft |
648
ms
|
270 |
Yes
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 76 |
647
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 466
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
638
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 192
AND image_shop.`cover` = 1 LIMIT 1 |
631
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 83 |
627
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 245
AND image_shop.`cover` = 1 LIMIT 1 |
625
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 187
AND image_shop.`cover` = 1 LIMIT 1 |
623
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 472) AND (b.`id_shop` = 1) LIMIT 1 |
623
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 446
AND image_shop.`cover` = 1 LIMIT 1 |
622
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 178) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
610
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 448
AND image_shop.`cover` = 1 LIMIT 1 |
602
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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-13 00:00:00" AND date_to <= "2025-12-13 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `CRDS_cart_rule` WHERE date_from >= "2025-12-13 00:00:00" AND date_from <= "2025-12-13 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `CRDS_cart_rule` WHERE date_from < "2025-12-13 00:00:00" AND date_to > "2025-12-13 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
602
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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<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`=96 |
587
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<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 |
583
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` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
582
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 11
AND `active` = 1 LIMIT 1 |
580
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/override/classes/Product.php:726<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 466) AND (b.`id_shop` = 1) LIMIT 1 |
564
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 466) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
554
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 522) AND (b.`id_shop` = 1) LIMIT 1 |
549
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` |
545
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 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` = 461
AND image_shop.`cover` = 1 LIMIT 1 |
539
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
538
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 241) AND (b.`id_shop` = 1) LIMIT 1 |
532
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 236) AND (b.`id_shop` = 1) LIMIT 1 |
531
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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-13 00:00:00" AND date_to <= "2025-12-13 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `CRDS_cart_rule` WHERE date_from >= "2025-12-13 00:00:00" AND date_from <= "2025-12-13 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `CRDS_cart_rule` WHERE date_from < "2025-12-13 00:00:00" AND date_to > "2025-12-13 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
528
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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 490) AND (b.`id_shop` = 1) LIMIT 1 |
525
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<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` = 77) |
524
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
523
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
522
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 481 LIMIT 1 |
521
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 206) AND (b.`id_shop` = 1) LIMIT 1 |
520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 234) AND (b.`id_shop` = 1) LIMIT 1 |
520
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
519
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 107) AND (b.`id_shop` = 1) LIMIT 1 |
519
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 479
AND image_shop.`cover` = 1 LIMIT 1 |
519
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 222
AND image_shop.`cover` = 1 LIMIT 1 |
516
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
511
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 86
AND image_shop.`cover` = 1 LIMIT 1 |
509
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 480) AND (b.`id_shop` = 1) LIMIT 1 |
502
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 445
AND image_shop.`cover` = 1 LIMIT 1 |
501
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 422) AND (b.`id_shop` = 1) LIMIT 1 |
501
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
499
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
497
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 439
AND image_shop.`cover` = 1 LIMIT 1 |
495
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 210) AND (b.`id_shop` = 1) LIMIT 1 |
492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 113) AND (b.`id_shop` = 1) LIMIT 1 |
492
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 503) AND (b.`id_shop` = 1) LIMIT 1 |
490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
490
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 471) AND (b.`id_shop` = 1) LIMIT 1 |
489
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
488
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 110 |
487
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 219) AND (b.`id_shop` = 1) LIMIT 1 |
486
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 467) AND (b.`id_shop` = 1) LIMIT 1 |
485
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 89
AND image_shop.`cover` = 1 LIMIT 1 |
484
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 105) AND (b.`id_shop` = 1) LIMIT 1 |
484
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 481) AND (b.`id_shop` = 1) LIMIT 1 |
481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 109) AND (b.`id_shop` = 1) LIMIT 1 |
481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
481
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 461) AND (b.`id_shop` = 1) LIMIT 1 |
477
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 218) AND (b.`id_shop` = 1) LIMIT 1 |
476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 219) AND (b.`id_shop` = 1) LIMIT 1 |
476
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 56
AND image_shop.`cover` = 1 LIMIT 1 |
476
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
475
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
473
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 480
AND image_shop.`cover` = 1 LIMIT 1 |
470
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 433) AND (b.`id_shop` = 1) LIMIT 1 |
470
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
470
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 511) AND (b.`id_shop` = 1) LIMIT 1 |
468
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 493) AND (b.`id_shop` = 1) LIMIT 1 |
467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
467
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 179) AND (b.`id_shop` = 1) LIMIT 1 |
466
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<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` = 105) |
465
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
465
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 474) AND (b.`id_shop` = 1) LIMIT 1 |
464
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 68
AND image_shop.`cover` = 1 LIMIT 1 |
463
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 95 |
463
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 85) AND (b.`id_shop` = 1) LIMIT 1 |
463
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
461
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 466
AND image_shop.`cover` = 1 LIMIT 1 |
461
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1 |
460
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 = 110 LIMIT 1 |
460
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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`=490 |
458
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 500) AND (b.`id_shop` = 1) LIMIT 1 |
456
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` |
456
ms
|
88 |
|
|
/classes/Hook.php:301
/classes/Hook.php:332<br>/classes/Hook.php:742<br>/classes/Hook.php:815<br>/override/classes/controller/FrontController.php:1367<br>/override/classes/controller/FrontController.php:702<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_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` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
455
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 |
454
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 *
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` = 110) AND (b.`id_shop` = 1) LIMIT 1 |
454
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 193) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
454
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 236
AND image_shop.`cover` = 1 LIMIT 1 |
452
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 473) AND (b.`id_shop` = 1) LIMIT 1 |
451
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 481) AND (b.`id_shop` = 1) LIMIT 1 |
450
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` |
450
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 *
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` = 105) AND (b.`id_shop` = 1) LIMIT 1 |
449
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 186
AND image_shop.`cover` = 1 LIMIT 1 |
447
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 214) AND (b.`id_shop` = 1) LIMIT 1 |
445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 453) AND (b.`id_shop` = 1) LIMIT 1 |
445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 490) AND (b.`id_shop` = 1) LIMIT 1 |
445
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 526) AND (b.`id_shop` = 1) LIMIT 1 |
444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
444
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 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 |
442
ms
|
0 |
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/Product.php:6781<br>/override/classes/Product.php:733<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115) AND (b.`id_shop` = 1) LIMIT 1 |
442
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 478) AND (b.`id_shop` = 1) LIMIT 1 |
440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 449) AND (b.`id_shop` = 1) LIMIT 1 |
440
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 228) AND (b.`id_shop` = 1) LIMIT 1 |
439
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 236 LIMIT 1 |
438
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 107) AND (b.`id_shop` = 1) LIMIT 1 |
438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 232) AND (b.`id_shop` = 1) LIMIT 1 |
438
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 222) AND (b.`id_shop` = 1) LIMIT 1 |
437
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 |
437
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 *
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` = 208) AND (b.`id_shop` = 1) LIMIT 1 |
435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
435
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 192) AND (b.`id_shop` = 1) LIMIT 1 |
435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 211) AND (b.`id_shop` = 1) LIMIT 1 |
435
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 440) AND (b.`id_shop` = 1) LIMIT 1 |
434
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 212) AND (b.`id_shop` = 1) LIMIT 1 |
434
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 513) AND (b.`id_shop` = 1) LIMIT 1 |
434
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 221) AND (b.`id_shop` = 1) LIMIT 1 |
433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 457) AND (b.`id_shop` = 1) LIMIT 1 |
433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 456) AND (b.`id_shop` = 1) LIMIT 1 |
433
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1 |
433
ms
|
1 |
|
|
/override/classes/Category.php:2241
/override/classes/Category.php:1117<br>/modules/marketplace/controllers/front/shopstore.php:493<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<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` = 91) |
433
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 224) AND (b.`id_shop` = 1) LIMIT 1 |
432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
432
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 242) AND (b.`id_shop` = 1) LIMIT 1 |
431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 451) AND (b.`id_shop` = 1) LIMIT 1 |
431
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 469) AND (b.`id_shop` = 1) LIMIT 1 |
430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 217) AND (b.`id_shop` = 1) LIMIT 1 |
430
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 491) AND (b.`id_shop` = 1) LIMIT 1 |
429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 230) AND (b.`id_shop` = 1) LIMIT 1 |
429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 517) AND (b.`id_shop` = 1) LIMIT 1 |
429
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 105 LIMIT 1 |
429
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 462) AND (b.`id_shop` = 1) LIMIT 1 |
428
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_wk_mp_seller` mpsi
LEFT JOIN `CRDS_wk_mp_seller_lang` msil ON (mpsi.`id_seller` = msil.`id_seller`)
WHERE mpsi.`link_rewrite` = "el-corte-ingles"
AND msil.`id_lang` = 2 AND id_shop IN (1) LIMIT 1 |
428
ms
|
10 |
|
|
/modules/marketplace/classes/WkMpSeller.php:370
/modules/marketplace/controllers/front/shopstore.php:31<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 = 89) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
427
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
427
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 524) AND (b.`id_shop` = 1) LIMIT 1 |
427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 196) AND (b.`id_shop` = 1) LIMIT 1 |
427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 181) AND (b.`id_shop` = 1) LIMIT 1 |
427
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 430) AND (b.`id_shop` = 1) LIMIT 1 |
426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 489) AND (b.`id_shop` = 1) LIMIT 1 |
426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
426
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 193
AND image_shop.`cover` = 1 LIMIT 1 |
426
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 443
AND image_shop.`cover` = 1 LIMIT 1 |
426
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 496) AND (b.`id_shop` = 1) LIMIT 1 |
425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 502) AND (b.`id_shop` = 1) LIMIT 1 |
425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 215) AND (b.`id_shop` = 1) LIMIT 1 |
425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = "pm_advancedsearch4" LIMIT 1 |
425
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Dispatcher.php:1061<br>/classes/Dispatcher.php:359<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` = 99) AND (b.`id_shop` = 1) LIMIT 1 |
425
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 432) AND (b.`id_shop` = 1) LIMIT 1 |
424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 466 AND id_shop=1 LIMIT 1 |
424
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 446) AND (b.`id_shop` = 1) LIMIT 1 |
424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 492) AND (b.`id_shop` = 1) LIMIT 1 |
424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
424
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 184) AND (b.`id_shop` = 1) LIMIT 1 |
423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 448) AND (b.`id_shop` = 1) LIMIT 1 |
423
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
422
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 525) AND (b.`id_shop` = 1) LIMIT 1 |
422
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
422
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 450
AND image_shop.`cover` = 1 LIMIT 1 |
421
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 189) AND (b.`id_shop` = 1) LIMIT 1 |
421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 185) AND (b.`id_shop` = 1) LIMIT 1 |
421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 195) AND (b.`id_shop` = 1) LIMIT 1 |
421
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 223) AND (b.`id_shop` = 1) LIMIT 1 |
420
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 507) AND (b.`id_shop` = 1) LIMIT 1 |
419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 216) AND (b.`id_shop` = 1) LIMIT 1 |
419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 495) AND (b.`id_shop` = 1) LIMIT 1 |
419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 235) AND (b.`id_shop` = 1) LIMIT 1 |
419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3065) AND (b.`id_shop` = 1) LIMIT 1 |
419
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
418
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 477) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 504) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 435) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 205) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 424) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 191) AND (b.`id_shop` = 1) LIMIT 1 |
417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<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` = 58) LIMIT 1 |
417
ms
|
1 |
|
|
/override/classes/Category.php:1965
/override/classes/Product.php:7746<br>/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 434) AND (b.`id_shop` = 1) LIMIT 1 |
417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
417
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 112 LIMIT 1 |
416
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 525) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
415
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 510) AND (b.`id_shop` = 1) LIMIT 1 |
415
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 479) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 465) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 437) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 190) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 431) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 197) 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>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<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` = 480) |
414
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 488) AND (b.`id_shop` = 1) LIMIT 1 |
413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 226) AND (b.`id_shop` = 1) LIMIT 1 |
413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 177) AND (b.`id_shop` = 1) LIMIT 1 |
413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 494) AND (b.`id_shop` = 1) LIMIT 1 |
413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 201) AND (b.`id_shop` = 1) LIMIT 1 |
413
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
412
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 202) AND (b.`id_shop` = 1) LIMIT 1 |
412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 213
AND image_shop.`cover` = 1 LIMIT 1 |
412
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 505) AND (b.`id_shop` = 1) LIMIT 1 |
412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 512) AND (b.`id_shop` = 1) LIMIT 1 |
412
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 534) AND (b.`id_shop` = 1) LIMIT 1 |
411
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
411
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 521
AND image_shop.`cover` = 1 LIMIT 1 |
411
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 198) AND (b.`id_shop` = 1) LIMIT 1 |
410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `CRDS_category` c
LEFT JOIN `CRDS_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1 |
410
ms
|
1 |
|
|
/override/classes/Category.php:2241
/override/classes/Link.php:82<br>/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 194) AND (b.`id_shop` = 1) LIMIT 1 |
410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 484) AND (b.`id_shop` = 1) LIMIT 1 |
410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 519) AND (b.`id_shop` = 1) LIMIT 1 |
410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 454) AND (b.`id_shop` = 1) LIMIT 1 |
410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 510
AND image_shop.`cover` = 1 LIMIT 1 |
410
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 203) AND (b.`id_shop` = 1) LIMIT 1 |
410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 498) AND (b.`id_shop` = 1) LIMIT 1 |
410
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 497) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 528) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 178) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 200) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 213) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 188) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
409
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 199) AND (b.`id_shop` = 1) LIMIT 1 |
409
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 452) AND (b.`id_shop` = 1) LIMIT 1 |
408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 182) AND (b.`id_shop` = 1) LIMIT 1 |
408
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 77
AND image_shop.`cover` = 1 LIMIT 1 |
408
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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 = 236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
407
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 442) AND (b.`id_shop` = 1) LIMIT 1 |
407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 451) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
407
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 245) AND (b.`id_shop` = 1) LIMIT 1 |
407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 220) AND (b.`id_shop` = 1) LIMIT 1 |
407
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 459) AND (b.`id_shop` = 1) LIMIT 1 |
406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 429) AND (b.`id_shop` = 1) LIMIT 1 |
406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 207) AND (b.`id_shop` = 1) LIMIT 1 |
406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 447) AND (b.`id_shop` = 1) LIMIT 1 |
406
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 438
AND image_shop.`cover` = 1 LIMIT 1 |
405
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 193) AND (b.`id_shop` = 1) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
405
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 438) AND (b.`id_shop` = 1) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 204) AND (b.`id_shop` = 1) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 450) AND (b.`id_shop` = 1) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 176) AND (b.`id_shop` = 1) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 535) AND (b.`id_shop` = 1) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 523) AND (b.`id_shop` = 1) LIMIT 1 |
405
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 517
AND image_shop.`cover` = 1 LIMIT 1 |
404
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 487) AND (b.`id_shop` = 1) LIMIT 1 |
404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 233) AND (b.`id_shop` = 1) LIMIT 1 |
404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 100) AND (b.`id_shop` = 1) LIMIT 1 |
404
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 501) AND (b.`id_shop` = 1) LIMIT 1 |
403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 441) AND (b.`id_shop` = 1) LIMIT 1 |
403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 186) AND (b.`id_shop` = 1) LIMIT 1 |
403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 458) AND (b.`id_shop` = 1) LIMIT 1 |
403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 425) AND (b.`id_shop` = 1) LIMIT 1 |
403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 443) AND (b.`id_shop` = 1) LIMIT 1 |
403
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 445) AND (b.`id_shop` = 1) LIMIT 1 |
402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 173) AND (b.`id_shop` = 1) LIMIT 1 |
402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 460) AND (b.`id_shop` = 1) LIMIT 1 |
402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 436) AND (b.`id_shop` = 1) LIMIT 1 |
402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 486) AND (b.`id_shop` = 1) LIMIT 1 |
402
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 529) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 483) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 427) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 183) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 446) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
401
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 439) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 94) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 423) AND (b.`id_shop` = 1) LIMIT 1 |
401
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 518) AND (b.`id_shop` = 1) LIMIT 1 |
400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
400
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 187) AND (b.`id_shop` = 1) LIMIT 1 |
399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 178
AND image_shop.`cover` = 1 LIMIT 1 |
399
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 73) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
399
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 508) AND (b.`id_shop` = 1) LIMIT 1 |
399
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 464) AND (b.`id_shop` = 1) LIMIT 1 |
398
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
398
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
397
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 463) AND (b.`id_shop` = 1) LIMIT 1 |
396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 455) AND (b.`id_shop` = 1) LIMIT 1 |
396
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 527) AND (b.`id_shop` = 1) LIMIT 1 |
395
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 236 LIMIT 1 |
394
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
394
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 485) AND (b.`id_shop` = 1) LIMIT 1 |
394
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
393
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 521) AND (b.`id_shop` = 1) LIMIT 1 |
392
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 110
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
391
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
391
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 509) AND (b.`id_shop` = 1) LIMIT 1 |
388
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 482) AND (b.`id_shop` = 1) LIMIT 1 |
387
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 518
AND image_shop.`cover` = 1 LIMIT 1 |
386
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 101
AND image_shop.`cover` = 1 LIMIT 1 |
386
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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 = 58) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
385
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
385
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 468) AND (b.`id_shop` = 1) LIMIT 1 |
384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Product.php:710<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM CRDS_meta m
LEFT JOIN CRDS_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "module-marketplace-shopstore"
OR m.page = "modulemarketplaceshopstore"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1 |
384
ms
|
2 |
|
|
/classes/Meta.php:190
/classes/Meta.php:329<br>/classes/Meta.php:314<br>/override/classes/controller/FrontController.php:1689<br>/override/classes/controller/FrontController.php:528<br>/override/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
384
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 2 AND cl.id_shop = 1
WHERE (c.nleft <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
382
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 503
AND image_shop.`cover` = 1 LIMIT 1 |
381
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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 = 96) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
381
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<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` = 98) |
380
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 |
380
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 SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 431) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
379
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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_linklist" LIMIT 1 |
377
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 domain, domain_ssl
FROM CRDS_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
375
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_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 <= 80 AND c.nright >= 81)
ORDER BY c.nleft |
374
ms
|
43 |
|
|
/override/classes/Product.php:7753
/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) AND (b.`id_shop` = 1) LIMIT 1 |
372
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 = 481
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
371
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 110) AND (b.`id_shop` = 1) LIMIT 1 |
371
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 96
AND image_shop.`cover` = 1 LIMIT 1 |
369
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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 = 503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
366
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
365
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 490) |
362
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 158) AND (b.`id_shop` = 1) LIMIT 1 |
362
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 205
AND image_shop.`cover` = 1 LIMIT 1 |
362
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 105 |
359
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 518) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
359
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) AND (b.`id_shop` = 1) LIMIT 1 |
359
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 503) |
357
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 105
AND image_shop.`cover` = 1 LIMIT 1 |
357
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 84
AND image_shop.`cover` = 1 LIMIT 1 |
357
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<br>/tools/profiling/Controller.php:60<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` = 110) |
356
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<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` = 96) |
356
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 105 LIMIT 1 |
355
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 77) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
354
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 217
AND image_shop.`cover` = 1 LIMIT 1 |
354
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<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` = 101) |
351
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 101 LIMIT 1 |
350
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
349
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 490
AND image_shop.`cover` = 1 LIMIT 1 |
349
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<br>/tools/profiling/Controller.php:60<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` = 236) |
349
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 89
AND image_shop.`cover` = 1 LIMIT 1 |
348
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 466 LIMIT 1 |
347
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1259 |
347
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 466) |
346
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_meta
FROM CRDS_meta_lang
WHERE url_rewrite = "tienda"
AND `id_lang` = 2 AND `id_shop` = 1 LIMIT 1 |
345
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 depends_on_stock
FROM `CRDS_stock_available`
WHERE (id_product = 96) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
343
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
341
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 505
AND image_shop.`cover` = 1 LIMIT 1 |
341
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
340
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
338
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 = 443) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
338
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<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` = 84) |
338
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 85
AND image_shop.`cover` = 1 LIMIT 1 |
337
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 236
AND image_shop.`cover` = 1 LIMIT 1 |
337
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) 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/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<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` = 109) |
336
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 91 LIMIT 1 |
336
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 218
AND image_shop.`cover` = 1 LIMIT 1 |
335
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 456
AND image_shop.`cover` = 1 LIMIT 1 |
335
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<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` = 90) |
335
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 491
AND image_shop.`cover` = 1 LIMIT 1 |
334
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 125) AND (b.`id_shop` = 1) LIMIT 1 |
334
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 430
AND image_shop.`cover` = 1 LIMIT 1 |
334
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 194
AND image_shop.`cover` = 1 LIMIT 1 |
334
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 1883992
AND `date_add` > '2025-12-13 15:49:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
333
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 480 LIMIT 1 |
333
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 528
AND image_shop.`cover` = 1 LIMIT 1 |
333
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 63
AND image_shop.`cover` = 1 LIMIT 1 |
332
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 104
AND image_shop.`cover` = 1 LIMIT 1 |
332
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 503
AND image_shop.`cover` = 1 LIMIT 1 |
331
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 179) AND (b.`id_shop` = 1) LIMIT 1 |
330
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1275) AND (b.`id_shop` = 1) LIMIT 1 |
329
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 89) |
328
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 89 |
328
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 523
AND image_shop.`cover` = 1 LIMIT 1 |
328
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 219 LIMIT 1 |
327
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 529
AND image_shop.`cover` = 1 LIMIT 1 |
327
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 527
AND image_shop.`cover` = 1 LIMIT 1 |
327
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 96
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
326
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 98
AND image_shop.`cover` = 1 LIMIT 1 |
326
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 78
AND image_shop.`cover` = 1 LIMIT 1 |
325
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 179
AND image_shop.`cover` = 1 LIMIT 1 |
325
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<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` = 113) |
325
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 169) AND (b.`id_shop` = 1) LIMIT 1 |
325
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 91
AND image_shop.`cover` = 1 LIMIT 1 |
325
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<br>/tools/profiling/Controller.php:60<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` = 481) |
324
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1 |
322
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 490 LIMIT 1 |
321
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 77 |
320
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
320
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 SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
320
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 503 LIMIT 1 |
320
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<br>/tools/profiling/Controller.php:60<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 |
320
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 211
AND image_shop.`cover` = 1 LIMIT 1 |
320
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<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` = 218) |
318
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 188
AND image_shop.`cover` = 1 LIMIT 1 |
318
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
318
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 163 |
317
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 215
AND image_shop.`cover` = 1 LIMIT 1 |
317
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 481 LIMIT 1 |
316
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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 = 98
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
315
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 467
AND image_shop.`cover` = 1 LIMIT 1 |
315
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 202
AND image_shop.`cover` = 1 LIMIT 1 |
314
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 101 LIMIT 1 |
314
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 230
AND image_shop.`cover` = 1 LIMIT 1 |
314
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 221
AND image_shop.`cover` = 1 LIMIT 1 |
313
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<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` = 86) |
313
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1249) AND (b.`id_shop` = 1) LIMIT 1 |
313
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 218 LIMIT 1 |
313
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
312
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 59
AND image_shop.`cover` = 1 LIMIT 1 |
312
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 465
AND image_shop.`cover` = 1 LIMIT 1 |
311
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 105
AND image_shop.`cover` = 1 LIMIT 1 |
311
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 105) AND (b.`id_shop` = 1) LIMIT 1 |
311
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 107
AND image_shop.`cover` = 1 LIMIT 1 |
310
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 89) AND (b.`id_shop` = 1) LIMIT 1 |
310
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
310
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 450) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
309
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 112
AND image_shop.`cover` = 1 LIMIT 1 |
309
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 98 LIMIT 1 |
309
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
309
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 454
AND image_shop.`cover` = 1 LIMIT 1 |
309
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 236 AND id_shop=1 LIMIT 1 |
308
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
308
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 SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 522) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
308
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) AND (b.`id_shop` = 1) LIMIT 1 |
307
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1368) AND (b.`id_shop` = 1) LIMIT 1 |
306
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 109
AND image_shop.`cover` = 1 LIMIT 1 |
306
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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 = 211) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
306
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<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` = 107) |
305
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 |
305
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>/tools/profiling/Controller.php:41<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 165) AND (b.`id_shop` = 1) LIMIT 1 |
305
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 481
AND image_shop.`cover` = 1 LIMIT 1 |
305
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 235
AND image_shop.`cover` = 1 LIMIT 1 |
304
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
304
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 113 LIMIT 1 |
304
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 459
AND image_shop.`cover` = 1 LIMIT 1 |
303
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1310) AND (b.`id_shop` = 1) LIMIT 1 |
302
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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 = 236 LIMIT 1 |
302
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 503 LIMIT 1 |
302
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
302
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1265) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 157) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 521) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
301
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1280) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=91 |
301
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<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` = 219) |
301
ms
|
1 |
|
|
/override/classes/Product.php:3827
/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 113
AND image_shop.`cover` = 1 LIMIT 1 |
301
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
301
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 105 LIMIT 1 |
300
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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 = 86 LIMIT 1 |
300
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1289) AND (b.`id_shop` = 1) LIMIT 1 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 109 LIMIT 1 |
300
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 452
AND image_shop.`cover` = 1 LIMIT 1 |
300
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 441
AND image_shop.`cover` = 1 LIMIT 1 |
300
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
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 |
300
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Category.php:1121<br>/modules/marketplace/controllers/front/shopstore.php:493<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 526
AND image_shop.`cover` = 1 LIMIT 1 |
299
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1349) AND (b.`id_shop` = 1) LIMIT 1 |
299
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 458
AND image_shop.`cover` = 1 LIMIT 1 |
298
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
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 |
298
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Category.php:1121<br>/override/classes/Link.php:108<br>/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 163) AND (b.`id_shop` = 1) LIMIT 1 |
297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 175) AND (b.`id_shop` = 1) LIMIT 1 |
297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 96 LIMIT 1 |
297
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 95) AND (b.`id_shop` = 1) LIMIT 1 |
297
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 111) AND (b.`id_shop` = 1) LIMIT 1 |
296
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 173
AND image_shop.`cover` = 1 LIMIT 1 |
296
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 445) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
296
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1341) AND (b.`id_shop` = 1) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1 |
295
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 519
AND image_shop.`cover` = 1 LIMIT 1 |
294
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 480
AND image_shop.`cover` = 1 LIMIT 1 |
294
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 99) AND (b.`id_shop` = 1) LIMIT 1 |
294
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 90
AND image_shop.`cover` = 1 LIMIT 1 |
294
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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 = 84
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
293
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 166) AND (b.`id_shop` = 1) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 = 503
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
293
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 138) AND (b.`id_shop` = 1) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 449
AND image_shop.`cover` = 1 LIMIT 1 |
293
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 156) AND (b.`id_shop` = 1) LIMIT 1 |
293
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 490 |
292
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 60 |
292
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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(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 = 77
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
292
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 129) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1317 |
292
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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(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 = 105
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
292
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1 |
292
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 60
AND image_shop.`cover` = 1 LIMIT 1 |
291
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 157 |
291
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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(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 = 89
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
291
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) AND (b.`id_shop` = 1) LIMIT 1 |
291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) AND (b.`id_shop` = 1) LIMIT 1 |
291
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 104
AND image_shop.`cover` = 1 LIMIT 1 |
290
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 481 AND id_shop=1 LIMIT 1 |
290
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 490
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
290
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 110
AND image_shop.`cover` = 1 LIMIT 1 |
290
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 98) AND (b.`id_shop` = 1) LIMIT 1 |
290
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 = 104
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
290
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 57
AND image_shop.`cover` = 1 LIMIT 1 |
290
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 110
AND image_shop.`cover` = 1 LIMIT 1 |
289
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 210
AND image_shop.`cover` = 1 LIMIT 1 |
289
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1264 |
289
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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 = 113 LIMIT 1 |
289
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1286) AND (b.`id_shop` = 1) LIMIT 1 |
289
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 119 |
289
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
289
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 184
AND image_shop.`cover` = 1 LIMIT 1 |
288
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 496
AND image_shop.`cover` = 1 LIMIT 1 |
288
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 435
AND image_shop.`cover` = 1 LIMIT 1 |
288
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1360) AND (b.`id_shop` = 1) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 61
AND image_shop.`cover` = 1 LIMIT 1 |
288
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 501) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
288
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 219
AND image_shop.`cover` = 1 LIMIT 1 |
288
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) AND (b.`id_shop` = 1) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 58
AND image_shop.`cover` = 1 LIMIT 1 |
288
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
288
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 80
AND image_shop.`cover` = 1 LIMIT 1 |
287
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 485
AND image_shop.`cover` = 1 LIMIT 1 |
287
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 164) AND (b.`id_shop` = 1) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 522
AND image_shop.`cover` = 1 LIMIT 1 |
287
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 480
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
287
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
287
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 442
AND image_shop.`cover` = 1 LIMIT 1 |
286
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) AND (b.`id_shop` = 1) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
286
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 90 LIMIT 1 |
286
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 130) AND (b.`id_shop` = 1) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 218
AND image_shop.`cover` = 1 LIMIT 1 |
286
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/controllers/front/shopstore.php:211<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 157) AND (b.`id_shop` = 1) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 159) AND (b.`id_shop` = 1) LIMIT 1 |
286
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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`=503 |
286
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 70) AND (b.`id_shop` = 1) LIMIT 1 |
285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 126) AND (b.`id_shop` = 1) LIMIT 1 |
285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 |
285
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 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` = 481
AND image_shop.`cover` = 1 LIMIT 1 |
285
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 86
AND image_shop.`cover` = 1 LIMIT 1 |
285
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 85) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
285
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 79) AND (b.`id_shop` = 1) LIMIT 1 |
285
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_tax_rules_group`
FROM `CRDS_product_shop`
WHERE `id_product` = 91 AND id_shop=1 LIMIT 1 |
285
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 38 |
285
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 79
AND image_shop.`cover` = 1 LIMIT 1 |
284
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
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 |
284
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `CRDS_hook_alias` |
284
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>/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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 108) AND (b.`id_shop` = 1) LIMIT 1 |
284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 160) AND (b.`id_shop` = 1) LIMIT 1 |
284
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 = 96 LIMIT 1 |
284
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 502
AND image_shop.`cover` = 1 LIMIT 1 |
283
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 84 LIMIT 1 |
283
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 198
AND image_shop.`cover` = 1 LIMIT 1 |
283
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 104 |
282
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 143) AND (b.`id_shop` = 1) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) AND (b.`id_shop` = 1) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 91
AND image_shop.`cover` = 1 LIMIT 1 |
282
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1353) AND (b.`id_shop` = 1) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
282
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 508
AND image_shop.`cover` = 1 LIMIT 1 |
281
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 197
AND image_shop.`cover` = 1 LIMIT 1 |
281
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 218
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
281
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1253) AND (b.`id_shop` = 1) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 51 |
281
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 237
AND image_shop.`cover` = 1 LIMIT 1 |
281
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1 |
281
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 474
AND image_shop.`cover` = 1 LIMIT 1 |
280
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 509
AND image_shop.`cover` = 1 LIMIT 1 |
280
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_seller`
FROM CRDS_wk_mp_seller
WHERE `link_rewrite` = "el-corte-ingles" LIMIT 1 |
280
ms
|
10 |
|
|
/override/classes/Dispatcher.php:1613
/override/classes/Dispatcher.php:1118<br>/classes/Dispatcher.php:359<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1269) AND (b.`id_shop` = 1) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 147) AND (b.`id_shop` = 1) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 = 90
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
280
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1330) AND (b.`id_shop` = 1) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1298) AND (b.`id_shop` = 1) LIMIT 1 |
280
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 83
AND image_shop.`cover` = 1 LIMIT 1 |
280
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 109
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
279
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1259) AND (b.`id_shop` = 1) LIMIT 1 |
279
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 82) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
279
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 497
AND image_shop.`cover` = 1 LIMIT 1 |
279
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1288 |
279
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 216
AND image_shop.`cover` = 1 LIMIT 1 |
278
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1281) AND (b.`id_shop` = 1) LIMIT 1 |
278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 104 LIMIT 1 |
278
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1282 |
278
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 112
AND image_shop.`cover` = 1 LIMIT 1 |
278
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1359) AND (b.`id_shop` = 1) LIMIT 1 |
278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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(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 = 107
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
278
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
278
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 226
AND image_shop.`cover` = 1 LIMIT 1 |
278
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 451
AND image_shop.`cover` = 1 LIMIT 1 |
278
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 92
AND image_shop.`cover` = 1 LIMIT 1 |
278
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = "shopstore" LIMIT 1 |
278
ms
|
0 |
|
|
/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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
278
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 107 LIMIT 1 |
277
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_hook_module_exceptions`
WHERE `id_shop` IN (1) |
277
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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(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 = 236
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
277
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 218 LIMIT 1 |
277
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 480 LIMIT 1 |
277
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) AND (b.`id_shop` = 1) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 107 |
277
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 109) AND (b.`id_shop` = 1) LIMIT 1 |
277
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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 |
277
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 *
FROM `CRDS_category` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1346) AND (b.`id_shop` = 1) LIMIT 1 |
276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1 |
276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=112 |
276
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
276
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 453
AND image_shop.`cover` = 1 LIMIT 1 |
276
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 57 |
276
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1272 |
276
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 87
AND image_shop.`cover` = 1 LIMIT 1 |
276
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 204
AND image_shop.`cover` = 1 LIMIT 1 |
276
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 94
AND image_shop.`cover` = 1 LIMIT 1 |
276
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
276
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 516
AND image_shop.`cover` = 1 LIMIT 1 |
276
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 134) AND (b.`id_shop` = 1) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1340) AND (b.`id_shop` = 1) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 `reduction`
FROM `CRDS_product_group_reduction_cache`
WHERE `id_product` = 236 AND `id_group` = 1 LIMIT 1 |
275
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) AND (b.`id_shop` = 1) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 170) AND (b.`id_shop` = 1) LIMIT 1 |
275
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 440
AND image_shop.`cover` = 1 LIMIT 1 |
275
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 67
AND image_shop.`cover` = 1 LIMIT 1 |
274
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 200
AND image_shop.`cover` = 1 LIMIT 1 |
274
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 499
AND image_shop.`cover` = 1 LIMIT 1 |
274
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 469
AND image_shop.`cover` = 1 LIMIT 1 |
274
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 195
AND image_shop.`cover` = 1 LIMIT 1 |
274
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 153) AND (b.`id_shop` = 1) LIMIT 1 |
274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 181) AND (b.`id_shop` = 1) LIMIT 1 |
274
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 77
AND image_shop.`cover` = 1 LIMIT 1 |
274
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 723 |
274
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1268) AND (b.`id_shop` = 1) LIMIT 1 |
273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 473
AND image_shop.`cover` = 1 LIMIT 1 |
273
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 97
AND image_shop.`cover` = 1 LIMIT 1 |
273
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 152) AND (b.`id_shop` = 1) LIMIT 1 |
273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 189
AND image_shop.`cover` = 1 LIMIT 1 |
273
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 113) AND (b.`id_shop` = 1) LIMIT 1 |
273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1269 |
273
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 525
AND image_shop.`cover` = 1 LIMIT 1 |
273
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1 |
273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 168) AND (b.`id_shop` = 1) LIMIT 1 |
273
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 513
AND image_shop.`cover` = 1 LIMIT 1 |
273
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 432
AND image_shop.`cover` = 1 LIMIT 1 |
272
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1324) AND (b.`id_shop` = 1) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 472
AND image_shop.`cover` = 1 LIMIT 1 |
272
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) AND (b.`id_shop` = 1) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 114
AND image_shop.`cover` = 1 LIMIT 1 |
272
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 82
AND image_shop.`cover` = 1 LIMIT 1 |
272
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 167) AND (b.`id_shop` = 1) LIMIT 1 |
272
ms
|
0 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 524
AND image_shop.`cover` = 1 LIMIT 1 |
272
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 507
AND image_shop.`cover` = 1 LIMIT 1 |
272
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) AND (b.`id_shop` = 1) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:489<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 95 |
272
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
272
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 161) AND (b.`id_shop` = 1) LIMIT 1 |
272
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 154) AND (b.`id_shop` = 1) LIMIT 1 |
271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 422
AND image_shop.`cover` = 1 LIMIT 1 |
271
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 504
AND image_shop.`cover` = 1 LIMIT 1 |
271
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) AND (b.`id_shop` = 1) LIMIT 1 |
271
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 482
AND image_shop.`cover` = 1 LIMIT 1 |
271
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 90
AND image_shop.`cover` = 1 LIMIT 1 |
271
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 66
AND image_shop.`cover` = 1 LIMIT 1 |
271
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 202) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
271
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 47 |
270
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 219
AND image_shop.`cover` = 1 LIMIT 1 |
270
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
270
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 172) AND (b.`id_shop` = 1) LIMIT 1 |
270
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 201
AND image_shop.`cover` = 1 LIMIT 1 |
270
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 86
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
270
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 164 |
270
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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(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 = 219
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
270
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 155) AND (b.`id_shop` = 1) LIMIT 1 |
269
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 98
AND image_shop.`cover` = 1 LIMIT 1 |
269
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1267 |
269
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 515
AND image_shop.`cover` = 1 LIMIT 1 |
269
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 36 |
269
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
269
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/override/classes/controller/FrontController.php:1536<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 82 |
269
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 84
AND image_shop.`cover` = 1 LIMIT 1 |
269
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 81) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
269
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 477
AND image_shop.`cover` = 1 LIMIT 1 |
268
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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`=466 |
268
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 483
AND image_shop.`cover` = 1 LIMIT 1 |
268
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 475 |
268
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 98 LIMIT 1 |
268
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 103
AND image_shop.`cover` = 1 LIMIT 1 |
268
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 489
AND image_shop.`cover` = 1 LIMIT 1 |
268
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*)
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` = 77 LIMIT 1 |
268
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<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` = 100
AND image_shop.`cover` = 1 LIMIT 1 |
268
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 109
AND image_shop.`cover` = 1 LIMIT 1 |
268
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 486
AND image_shop.`cover` = 1 LIMIT 1 |
267
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 490 LIMIT 1 |
267
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
267
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 492
AND image_shop.`cover` = 1 LIMIT 1 |
267
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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`=236 |
267
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 134 |
267
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 93) AND (b.`id_shop` = 1) LIMIT 1 |
267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 423
AND image_shop.`cover` = 1 LIMIT 1 |
267
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1268 |
267
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 425
AND image_shop.`cover` = 1 LIMIT 1 |
267
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 94) AND (b.`id_shop` = 1) LIMIT 1 |
267
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 177
AND image_shop.`cover` = 1 LIMIT 1 |
267
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 224
AND image_shop.`cover` = 1 LIMIT 1 |
266
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
266
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 174 |
266
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1323) AND (b.`id_shop` = 1) LIMIT 1 |
266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 113
AND image_shop.`cover` = 1 LIMIT 1 |
266
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) AND (b.`id_shop` = 1) LIMIT 1 |
266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 129 |
266
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 104) AND (b.`id_shop` = 1) LIMIT 1 |
266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 488
AND image_shop.`cover` = 1 LIMIT 1 |
266
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 483 |
266
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1295 |
266
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
266
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1357 |
266
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=105 |
265
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1293 |
265
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 208
AND image_shop.`cover` = 1 LIMIT 1 |
265
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 436
AND image_shop.`cover` = 1 LIMIT 1 |
265
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 424
AND image_shop.`cover` = 1 LIMIT 1 |
265
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `CRDS_wk_mp_seller` a
WHERE (a.`id_seller` = 7) LIMIT 1 |
265
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/marketplace/controllers/front/shopstore.php:467<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
265
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1362 |
264
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 199
AND image_shop.`cover` = 1 LIMIT 1 |
264
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 467) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
264
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
264
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 50 |
263
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
263
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 49 |
263
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
263
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 535
AND image_shop.`cover` = 1 LIMIT 1 |
263
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 479) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
263
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1294) AND (b.`id_shop` = 1) LIMIT 1 |
263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1262 |
263
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1 |
263
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 108
AND image_shop.`cover` = 1 LIMIT 1 |
263
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 90 LIMIT 1 |
263
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1 |
262
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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<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 = 173) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
262
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 99
AND image_shop.`cover` = 1 LIMIT 1 |
262
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) AND (b.`id_shop` = 1) LIMIT 1 |
262
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 54 |
262
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 501
AND image_shop.`cover` = 1 LIMIT 1 |
262
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
262
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 129 |
262
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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 = 84 LIMIT 1 |
262
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 500
AND image_shop.`cover` = 1 LIMIT 1 |
262
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1271 |
262
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 176) AND (b.`id_shop` = 1) LIMIT 1 |
261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
261
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 463
AND image_shop.`cover` = 1 LIMIT 1 |
261
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 456) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
261
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
261
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 105 |
261
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
261
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 75
AND image_shop.`cover` = 1 LIMIT 1 |
261
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1 |
261
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
260
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
260
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 76
AND image_shop.`cover` = 1 LIMIT 1 |
260
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 90) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
260
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>/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 = 433) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
260
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 77 |
260
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 138 |
260
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 value FROM `CRDS_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
260
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 70 |
260
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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 |
260
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 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` = 462
AND image_shop.`cover` = 1 LIMIT 1 |
260
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 232
AND image_shop.`cover` = 1 LIMIT 1 |
260
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = "marketplace" LIMIT 1 |
260
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 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` = 102
AND image_shop.`cover` = 1 LIMIT 1 |
260
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
259
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1 |
259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 228
AND image_shop.`cover` = 1 LIMIT 1 |
259
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 468 |
259
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 80 |
259
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1269 |
259
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1265 |
259
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 479 |
259
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
259
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 495
AND image_shop.`cover` = 1 LIMIT 1 |
259
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1260 |
259
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1320) AND (b.`id_shop` = 1) LIMIT 1 |
259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
259
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 102) AND (b.`id_shop` = 1) LIMIT 1 |
259
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
258
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
258
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 226 |
258
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 |
258
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:1219<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 105 |
258
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 457
AND image_shop.`cover` = 1 LIMIT 1 |
258
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 101
AND image_shop.`cover` = 1 LIMIT 1 |
258
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE a.id_order
from CRDS_crdsaplazamiento AS a
WHERE a.uniquecrds = "650175702b8533688593dc670b2348ed" LIMIT 1 |
258
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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 3 |
257
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 93
AND image_shop.`cover` = 1 LIMIT 1 |
257
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 490
AND image_shop.`cover` = 1 LIMIT 1 |
257
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1343) AND (b.`id_shop` = 1) LIMIT 1 |
257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
257
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 424 |
257
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1345) AND (b.`id_shop` = 1) LIMIT 1 |
257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 67) AND (b.`id_shop` = 1) LIMIT 1 |
257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 194) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
257
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1 |
257
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
257
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1309) AND (b.`id_shop` = 1) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
256
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
256
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 109 LIMIT 1 |
256
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 88
AND image_shop.`cover` = 1 LIMIT 1 |
256
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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`=98 |
256
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 72) AND (b.`id_shop` = 1) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
256
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 82) AND (b.`id_shop` = 1) LIMIT 1 |
256
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
256
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 534
AND image_shop.`cover` = 1 LIMIT 1 |
256
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 437
AND image_shop.`cover` = 1 LIMIT 1 |
256
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
256
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
256
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 464
AND image_shop.`cover` = 1 LIMIT 1 |
255
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 89 LIMIT 1 |
255
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 107
AND image_shop.`cover` = 1 LIMIT 1 |
255
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1322) AND (b.`id_shop` = 1) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1282) AND (b.`id_shop` = 1) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) AND (b.`id_shop` = 1) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 242
AND image_shop.`cover` = 1 LIMIT 1 |
255
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 468
AND image_shop.`cover` = 1 LIMIT 1 |
255
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1 |
255
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 37 |
255
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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` = 89 LIMIT 1 |
255
ms
|
1 |
|
|
/override/classes/Product.php:2961
/modules/marketplace/controllers/front/shopstore.php:236<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 82 |
255
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 423 |
255
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 174) AND (b.`id_shop` = 1) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 447) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
254
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
254
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 77) AND (b.`id_shop` = 1) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
254
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 196
AND image_shop.`cover` = 1 LIMIT 1 |
254
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1293) AND (b.`id_shop` = 1) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 171) AND (b.`id_shop` = 1) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1 |
254
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 466
AND image_shop.`cover` = 1 LIMIT 1 |
254
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 487
AND image_shop.`cover` = 1 LIMIT 1 |
254
ms
|
1 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 123 |
253
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1283) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 138 |
253
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 101) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1292) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
253
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1357) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 478
AND image_shop.`cover` = 1 LIMIT 1 |
253
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
253
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 431
AND image_shop.`cover` = 1 LIMIT 1 |
253
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 458 |
253
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1287) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
253
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=104 |
253
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) AND (b.`id_shop` = 1) LIMIT 1 |
253
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 out_of_stock
FROM `CRDS_stock_available`
WHERE (id_product = 490) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
252
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 106) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 94) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1268 |
252
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 471
AND image_shop.`cover` = 1 LIMIT 1 |
252
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 471 |
252
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 70 |
252
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 64) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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 = 219 LIMIT 1 |
252
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 195) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 74) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 73) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
252
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
252
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 199) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
252
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) AND (b.`id_shop` = 1) LIMIT 1 |
252
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 494
AND image_shop.`cover` = 1 LIMIT 1 |
252
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 75) AND (b.`id_shop` = 1) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 97) AND (b.`id_shop` = 1) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 90) AND (b.`id_shop` = 1) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 196 |
251
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 203
AND image_shop.`cover` = 1 LIMIT 1 |
251
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 112 LIMIT 1 |
251
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1260) AND (b.`id_shop` = 1) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
251
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 82 |
251
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1328 |
251
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1311) AND (b.`id_shop` = 1) LIMIT 1 |
251
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 108) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1312) AND (b.`id_shop` = 1) LIMIT 1 |
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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1318) AND (b.`id_shop` = 1) LIMIT 1 |
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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1367) AND (b.`id_shop` = 1) LIMIT 1 |
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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 177) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 96) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 68) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
250
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
250
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1346 |
250
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 103) AND (b.`id_shop` = 1) LIMIT 1 |
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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1308) AND (b.`id_shop` = 1) LIMIT 1 |
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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 196) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 528) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
250
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
250
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1300) AND (b.`id_shop` = 1) LIMIT 1 |
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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1285) AND (b.`id_shop` = 1) LIMIT 1 |
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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 194) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 66) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1245) AND (b.`id_shop` = 1) LIMIT 1 |
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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
250
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1331) 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>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
250
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 81
AND image_shop.`cover` = 1 LIMIT 1 |
249
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 107) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1248) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1332) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1321) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 91) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 38) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1325) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1299) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 56 |
249
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1291) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 210) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
249
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1254) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1337) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 185 |
249
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 114) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1350) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1276) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
249
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 86) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 |
249
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_category` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1307) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 100) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
249
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1344) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1316) AND (b.`id_shop` = 1) LIMIT 1 |
249
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1326) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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(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 = 113
AND DATEDIFF("2025-12-13 00:00:00", product_shop.`date_add`) < 20 LIMIT 1 |
248
ms
|
0 |
|
|
/override/classes/Product.php:1654
/override/classes/Product.php:735<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1333) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 723) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1304) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1354) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1311 |
248
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1358) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 55 |
248
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 56 |
248
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1313) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 63) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 65) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1297) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1295) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 427
AND image_shop.`cover` = 1 LIMIT 1 |
248
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1307 |
248
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1264) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1334) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 87 |
248
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1348) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 92) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1328) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 484 |
248
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1335) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=107 |
248
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1347) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1284) AND (b.`id_shop` = 1) LIMIT 1 |
248
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.`nleft`, c.`nright`, c.`level_depth`
FROM `CRDS_category` c
WHERE (c.`id_category` = 110) LIMIT 1 |
248
ms
|
1 |
|
|
/override/classes/Category.php:1965
/override/classes/Product.php:7746<br>/classes/Link.php:238<br>/modules/marketplace/controllers/front/shopstore.php:219<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 76) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1301) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1351) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 109 |
247
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1270) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 88) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1267) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1369) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1361) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 202) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 175 |
247
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1319) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1273) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1278) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 724) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 724 |
247
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1258) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1342) AND (b.`id_shop` = 1) LIMIT 1 |
247
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 95) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
246
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 43) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1338) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1314) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1290) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 79) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
246
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 71 |
246
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 85) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1262) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
246
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1265 |
246
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1302) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1261) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 87) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 111
AND image_shop.`cover` = 1 LIMIT 1 |
246
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 230 |
246
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1252) AND (b.`id_shop` = 1) LIMIT 1 |
246
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1332 |
245
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
245
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 83) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1370) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 459 |
245
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1339) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1277) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 97 |
245
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1303) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1315) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1272) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 196) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
245
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 433
AND image_shop.`cover` = 1 LIMIT 1 |
245
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1266) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 118 |
245
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 172 |
245
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 105 |
245
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 68) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1327) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1306) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1322 |
245
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1317) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1336) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1296) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) AND (b.`id_shop` = 1) LIMIT 1 |
245
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 78) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 201) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 480 |
244
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1329 |
244
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1288) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
244
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 499) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
244
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 81) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1362) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
244
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1260 |
244
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1263) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1279) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1352) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1250) AND (b.`id_shop` = 1) LIMIT 1 |
244
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1305) AND (b.`id_shop` = 1) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 69) AND (b.`id_shop` = 1) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1271) AND (b.`id_shop` = 1) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1263 |
243
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 454) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
243
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
243
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 62) AND (b.`id_shop` = 1) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 233) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
243
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1366) AND (b.`id_shop` = 1) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 503 |
243
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 98 |
243
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=86 |
243
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 115
AND image_shop.`cover` = 1 LIMIT 1 |
243
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 112) AND (b.`id_shop` = 1) LIMIT 1 |
243
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1274) AND (b.`id_shop` = 1) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 207
AND image_shop.`cover` = 1 LIMIT 1 |
242
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 11 |
242
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 181 |
242
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1329) AND (b.`id_shop` = 1) LIMIT 1 |
242
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/override/classes/Link.php:32<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1262 |
242
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 147 |
242
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1287 |
242
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 143 |
242
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 474 |
242
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 218) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
241
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1280 |
241
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 106
AND image_shop.`cover` = 1 LIMIT 1 |
241
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 502) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
241
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 171 |
241
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
241
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1341 |
241
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
241
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 |
241
ms
|
1 |
|
|
/classes/Hook.php:239
/classes/Hook.php:884<br>/override/classes/controller/FrontController.php:598<br>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
241
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 118 |
240
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_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 = 77 LIMIT 1 |
240
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 97) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
240
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 96) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
240
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1314 |
240
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
240
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 95
AND image_shop.`cover` = 1 LIMIT 1 |
240
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 241
AND image_shop.`cover` = 1 LIMIT 1 |
240
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 215) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
240
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 183) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
239
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 472 |
239
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 512
AND image_shop.`cover` = 1 LIMIT 1 |
239
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1269 |
239
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 176
AND image_shop.`cover` = 1 LIMIT 1 |
239
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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`=84 |
238
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 151) AND (b.`id_shop` = 1) LIMIT 1 |
238
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1354 |
238
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 477) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
238
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 481 |
238
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 110) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
237
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = "mpsellerpricecomparision" LIMIT 1 |
237
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/modules/marketplace/controllers/front/shopstore.php:75<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
237
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1245 |
237
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 473 |
237
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
237
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1369 |
237
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 462) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
237
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 204) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
237
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 91 LIMIT 1 |
237
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
237
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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) |
237
ms
|
2 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 6 |
237
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 74 |
236
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1266 |
236
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 60) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 201) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 220) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
236
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 86 LIMIT 1 |
236
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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`=89 |
236
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 93 |
236
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1261 |
236
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1264 |
236
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
236
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1298 |
236
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 115 |
235
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 91) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
235
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1352 |
235
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1268 |
235
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 228 |
235
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 466) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
235
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
235
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=90 |
235
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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`=110 |
235
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1262 |
235
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 71 |
235
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
235
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
235
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 96
AND image_shop.`cover` = 1 LIMIT 1 |
235
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1294 |
234
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 55 |
234
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 93) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
234
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 90 |
234
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
234
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 162) AND (b.`id_shop` = 1) LIMIT 1 |
234
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 505 |
234
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 51 |
234
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` =7
AND `active` =1 ORDER BY date_upd DESC |
234
ms
|
1 |
Yes
|
|
/modules/marketplace/classes/WkMpSellerReview.php:77
/modules/marketplace/classes/WkMpSellerReview.php:117<br>/modules/marketplace/controllers/front/shopstore.php:37<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1259 |
234
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
234
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
234
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 461) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
233
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
233
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 201 |
233
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1326 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1265 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1249 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=109 |
233
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 90 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 484
AND image_shop.`cover` = 1 LIMIT 1 |
233
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1262 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1260 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1260 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 12 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=218 |
233
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 39 |
233
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` a
LEFT JOIN `CRDS_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 84) AND (b.`id_shop` = 1) LIMIT 1 |
232
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1263 |
232
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 498
AND image_shop.`cover` = 1 LIMIT 1 |
232
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 107 LIMIT 1 |
232
ms
|
1 |
|
|
/override/classes/Product.php:1037
/override/classes/Product.php:3784<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 5 |
232
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 70
AND image_shop.`cover` = 1 LIMIT 1 |
232
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
232
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
232
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 110 LIMIT 1 |
232
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 109) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
232
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `CRDS_hook_module_exceptions`
WHERE `id_shop` IN (1) |
232
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:889<br>/classes/Dispatcher.php:521<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 52 |
232
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 93 |
232
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 73 |
232
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 170 |
232
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 194 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 168 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 195 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1266 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 201 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1260 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 179 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1366 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 67) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
231
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1273 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 6 |
231
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 486) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 177 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 234) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=113 |
230
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 101 LIMIT 1 |
230
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 466) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 130 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 158 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 99 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 176 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 57) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1259 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1262 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
230
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 245 |
230
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 110) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
230
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 67 |
230
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 187 |
230
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 448) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 493 |
229
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 465) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 106 |
229
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 422 |
229
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 102 |
229
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1318 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1340 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 169 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1310 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 45 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 106) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 48 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 43 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 198) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 168 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 112 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 493) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
229
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1331 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1367 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1368 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 165 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 41 |
229
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 534 |
228
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 58 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1253 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1359 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1286 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 4 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 46 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1361 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1360 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 40 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 10 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1330 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 2) LIMIT 1 |
228
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 c.*, cl.*
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.`id_category` = 1275 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 130 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 105 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 106 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 492 |
228
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
LEFT JOIN `CRDS_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 80) AND (b.`id_shop` = 1) LIMIT 1 |
228
ms
|
1 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/override/classes/Category.php:168<br>/modules/marketplace/controllers/front/shopstore.php:531<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 70 |
228
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 184) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
228
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 475) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
227
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 |
227
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 523) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
227
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 55 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 446 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 222 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 224 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 430 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 491 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1338 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1349 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1312 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 440 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1324 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 441 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1323 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 502 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 723 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 435 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 104 LIMIT 1 |
227
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 172 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 44 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 198 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 177 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 70 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=480 |
227
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 498 |
227
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = "iqitcookielaw" LIMIT 1 |
227
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1291 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 108 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 109 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 111 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1353 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 3 |
227
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1308 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 63 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 181 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 76 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1289 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1297 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1309 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 507 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 216 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 72 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 430) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 449 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 215 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 53 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 176 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 92 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 199 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 443 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 55 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1313 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=219 |
226
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 451 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1276 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1259 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 504) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
226
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 91 LIMIT 1 |
226
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1252 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 232 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 465 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1254 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 99 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1290 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 78 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 77 LIMIT 1 |
226
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 104 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 457 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 127 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1370 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 155 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 117 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1347 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 241 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 113 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 123 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 66 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 151 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 110 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 161 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1350 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 9 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1351 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 121 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 102 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 120 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1345 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 152 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 208 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 138 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 153 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 105 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_lang`
WHERE `id_seller` = 7 |
226
ms
|
2 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/modules/marketplace/controllers/front/shopstore.php:467<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 160 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1342 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1333 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1300 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 116 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 497 |
226
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1283 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
226
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 105 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1265 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 125 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 55 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 143 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 482 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 447 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 159 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1316 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1269 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 535) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 123 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 97 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1284 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 7 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 489 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 214 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 103 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1302 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 154 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 79 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 211 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 190 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 100 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 439 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 61 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 129 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1292 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 213 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1250 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 101 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1299 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1320 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 112) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1325 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 202 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 8 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1305 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1278 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 96 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1260 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1358 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 513 |
225
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1315 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 113) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
225
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1260 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 122 |
225
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 84 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 495 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 162 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1274 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 197 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 186 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1327 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 59 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 510) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 83 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 65 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 454 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 82 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 448 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 118 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1277 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1258 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 156 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 94 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 461 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 71 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 195 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 200) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 535 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 114 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 517 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1248 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 123 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 516) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1296 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1301 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1262 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1339 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 11 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1263 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 200 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 494 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1337 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 469 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 434 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_country_lang`
WHERE `id_country` = 6 |
224
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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1319 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 481) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
224
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 478 |
224
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 62 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1321 |
224
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1263 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1267 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 527 |
223
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 429 |
223
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 70 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 90) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 147 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1264 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1262 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1343 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1344 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1272 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 3 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 81 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 80 |
223
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 134 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1306 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1271 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 481 LIMIT 1 |
223
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 3 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 202 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 184 |
223
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1265 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 53 LIMIT 1 |
223
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1335 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 11 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1270 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 124 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_lang`
WHERE `id_group` = 1 |
223
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 166 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1336 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1269 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1334 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 82 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1303 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1279 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1304 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 66 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 67 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 524 |
223
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1263 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1285 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
223
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 486 |
223
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 77) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
223
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 59 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1258 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 11 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1271 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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` = 475
AND image_shop.`cover` = 1 LIMIT 1 |
222
ms
|
3 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1263 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 64 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 114 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1262 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 11 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1348 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 195 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 128 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 98) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 237 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 11 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 68 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 101 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 61) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 487 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 237) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 104 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1260 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 458) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 6 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 11 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 85 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1258 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 192 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 49 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 75 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 57 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1264 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 433 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 61 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 58 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 496 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 450 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 89) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
222
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 233 |
222
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 69 |
222
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1263 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1265 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 147 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1359 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1263 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1263 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 63) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 59) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/marketplace/controllers/front/shopstore.php:540<br>/modules/marketplace/controllers/front/shopstore.php:203<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1266 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1264 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 96 LIMIT 1 |
221
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 73 |
221
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 118 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 126 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 199) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1261 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 217 |
221
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 194 |
221
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 138 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1269 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 178 |
221
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 510 |
221
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 58 LIMIT 1 |
221
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 110 LIMIT 1 |
221
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 77 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 88 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 86 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 71 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 91) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
221
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 55 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1250 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1269 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
221
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1268 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 48 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1265 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1265 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 436 |
220
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 61 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 203) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 422) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 82 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 71 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 512 |
220
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1272 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 114 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 179 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 143 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1268 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1258 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 526 |
220
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 147 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 112) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1265 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1265 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 455) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
220
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 105 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 480 LIMIT 1 |
220
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 70 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1266 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1259 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 118 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
220
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 242 |
220
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 104 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 143 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 105 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = "iqitlinksmanager" LIMIT 1 |
219
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 511 |
219
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 1261 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 138 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 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`=101 |
219
ms
|
1 |
|
|
/classes/Tag.php:229
/override/classes/Product.php:742<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 123 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1264 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1269 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1262 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 71 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 91 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 51 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 123 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 134 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1263 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 11 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1262 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 130 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 94) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
219
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 89 LIMIT 1 |
219
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 112 |
219
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
219
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1258 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 472) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 513) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 61 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 195) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 504 |
218
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_currency_lang`
WHERE `id_currency` = 1 |
218
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 82 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 440) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 61 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 466 LIMIT 1 |
218
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 129 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 114 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 471) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 222) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
218
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 89 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
218
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1258 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 460 |
217
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 439) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1262 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 432 |
217
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 11 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 82 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 90 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 1261 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 92) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 77 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 113 LIMIT 1 |
217
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 134 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 90) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 96) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
217
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 |
217
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 `reduction`
FROM `CRDS_product_group_reduction_cache`
WHERE `id_product` = 110 AND `id_group` = 1 LIMIT 1 |
217
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 91 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 130 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
217
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 104 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 108) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
216
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 509 |
216
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 out_of_stock
FROM `CRDS_stock_available`
WHERE (id_product = 91) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
216
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 format
FROM `CRDS_address_format`
WHERE `id_country` = 6 LIMIT 1 |
216
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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 49 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 129 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 51 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 98) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
216
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 529 |
216
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 89 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 496) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
216
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 70 |
216
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 89 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 |
215
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>/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` = "pk_amp" LIMIT 1 |
215
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 c.*, cl.*
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.`id_category` = 50 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 82 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 location
FROM `CRDS_stock_available`
WHERE (id_product = 86) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 56) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 188) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 216) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
215
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 70 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/var/cache/dev/smarty/compile/warehousechildlayouts_layout_full_width_tpl/37/ba/df/37badfa2076ad98d2f974b60dbc22ec110e29ac0_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:93<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:33<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 50 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 61 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
215
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
214
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 2 |
214
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 434) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 490 LIMIT 1 |
214
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 2 |
214
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 90 |
214
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 99) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 89) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 70 |
214
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
214
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 77) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
214
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.*
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.`id_category` = 49 |
214
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.*, cl.*
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.`id_category` = 49 |
214
ms
|
1 |
|
|
/override/classes/Link.php:117
/override/classes/Link.php:47<br>/modules/ps_categorytree/ps_categorytree.php:176<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:171<br>/modules/ps_categorytree/ps_categorytree.php:158<br>/modules/ps_categorytree/ps_categorytree.php:358<br>/modules/ps_categorytree/ps_categorytree.php:318<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 83) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 87) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 511
AND image_shop.`cover` = 1 LIMIT 1 |
213
ms
|
2 |
|
|
/override/classes/Product.php:3540
/modules/marketplace/classes/WkMpSellerProductImage.php:299<br>/modules/marketplace/classes/WkMpSellerProduct.php:1038<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 223 |
213
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 473) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 437 |
213
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 235) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
213
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<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 |
213
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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 234 |
212
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 115) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 219) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 525 |
212
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 468) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 466) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 423) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
212
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 219 LIMIT 1 |
212
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 453 |
211
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 469) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
211
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 |
211
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 c.id_currency
FROM `CRDS_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
211
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>/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 = 75) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 508) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 503) 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>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = "iqitmegamenu" LIMIT 1 |
210
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 242) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 77) 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>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
210
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `CRDS_country`
WHERE `id_country` = 6 LIMIT 1 |
210
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>/classes/Link.php:997<br>/src/Adapter/Image/ImageRetriever.php:289<br>/override/classes/controller/FrontController.php:1536<br>/override/classes/controller/FrontController.php:1652<br>/override/classes/controller/FrontController.php:529<br>/override/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<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 = 113) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 75 LIMIT 1 |
209
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 90 LIMIT 1 |
209
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 206 |
209
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 483) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 98) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 524) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 485) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 196 |
209
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 212) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
209
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 212 |
208
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 219) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 503 LIMIT 1 |
208
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
208
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 442) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
207
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 528 |
207
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 449) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
207
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 219 AND `id_group` = 1 LIMIT 1 |
207
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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_categorytree" LIMIT 1 |
207
ms
|
1 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1013<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 84) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
207
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 179 |
206
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 112 LIMIT 1 |
206
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 492) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 519 |
206
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 431 |
206
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 84) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 109) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 113) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 96) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 110) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
206
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 218) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 498) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 103) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 481) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 3065 |
205
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/override/classes/Product.php:7766<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 182) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 110) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 218 LIMIT 1 |
205
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 438) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 98) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
205
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 490 AND id_shop=1 LIMIT 1 |
205
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 103 |
204
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 112) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 457) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 507) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 235 |
204
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 |
204
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Dispatcher.php:1061<br>/classes/Dispatcher.php:359<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `CRDS_stock_available`
WHERE (id_product = 436) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 488 |
204
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
204
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 77 AND `id_group` = 1 LIMIT 1 |
204
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 452 |
203
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 523 |
203
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 89) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 474) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 208) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 505) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 78) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 210 |
203
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 112) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 91) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
203
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 148
AND `active` = 1 LIMIT 1 |
203
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/override/classes/Product.php:726<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 84 LIMIT 1 |
202
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 230) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 466) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 453) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 84) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
202
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 104) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 464) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 109 LIMIT 1 |
201
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 177) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 518 |
201
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 109) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 437) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 68 |
201
ms
|
2 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 232) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 467 |
201
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 500 |
201
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 112 AND id_shop=1 LIMIT 1 |
201
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 452) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
201
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 107 LIMIT 1 |
200
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1 |
200
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>/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 = 245) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 220 |
200
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 109) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 224) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 503) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 217) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 3065) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
200
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
199
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 204 |
199
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 191 |
198
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 114) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 495) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 218) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 441) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 455 |
198
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 456 |
198
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 63 |
198
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 478) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
198
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 98 AND id_shop=1 LIMIT 1 |
197
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>/modules/marketplace/controllers/front/shopstore.php:210<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 |
197
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/controller/FrontController.php:1573<br>/override/classes/controller/FrontController.php:1710<br>/override/classes/controller/FrontController.php:528<br>/override/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<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 = 481) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 90) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 89 AND `id_group` = 1 LIMIT 1 |
197
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 90) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 462 |
197
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 482) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
197
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 101) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 241) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 76) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
196
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 425 |
196
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 84) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
195
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 188 |
195
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 193 |
195
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 494) 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:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 100 |
194
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 107) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
194
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 509) 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:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 111) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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_legalcompliance" LIMIT 1 |
193
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>/override/classes/controller/FrontController.php:528<br>/override/classes/controller/FrontController.php:590<br>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 463 |
193
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 96 AND id_shop=1 LIMIT 1 |
193
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 460) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 86 AND id_shop=1 LIMIT 1 |
193
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 481) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 219 AND id_shop=1 LIMIT 1 |
193
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 176) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
193
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = "shopstore" LIMIT 1 |
193
ms
|
0 |
|
|
/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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 183 |
192
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 182 |
192
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 |
192
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>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `CRDS_manufacturer`
WHERE `id_manufacturer` = 10
AND `active` = 1 LIMIT 1 |
192
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/override/classes/Product.php:726<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 102) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
192
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 |
192
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/override/classes/Product.php:3619<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 77 AND id_shop=1 LIMIT 1 |
192
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 100) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 427 |
191
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<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 = 84) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 95 AND `id_shop` = 1 LIMIT 1 |
191
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 depends_on_stock
FROM `CRDS_stock_available`
WHERE (id_product = 112) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
191
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 438 |
191
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 508 |
190
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 529) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 79 AND `id_shop` = 1 LIMIT 1 |
190
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 205 |
190
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 70) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 113) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
190
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 189 |
189
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
189
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 207 |
189
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 94 |
189
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 477 |
189
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 173 |
188
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 105) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
188
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 521 |
188
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 104 AND id_shop=1 LIMIT 1 |
188
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 464 |
188
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 83 LIMIT 1 |
187
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 485 |
187
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 500) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
187
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 221 |
187
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 105 AND `id_group` = 1 LIMIT 1 |
187
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = "shopstore" LIMIT 1 |
187
ms
|
0 |
|
|
/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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 445 |
187
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 113) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 481) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 91) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
186
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 203 |
186
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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_currencyselector" 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/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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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_category` FROM `CRDS_category_product`
WHERE `id_product` = 501 |
186
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 197) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = "shopstore" LIMIT 1 |
185
ms
|
0 |
|
|
/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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 522 |
185
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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 |
185
ms
|
0 |
|
|
/classes/module/Module.php:2328
/modules/marketplace/controllers/front/shopstore.php:75<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` = 480 AND id_shop=1 LIMIT 1 |
185
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 218 AND `id_group` = 1 LIMIT 1 |
185
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 427) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
185
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 89 AND id_shop=1 LIMIT 1 |
185
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 463) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 90 AND id_shop=1 LIMIT 1 |
184
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 109) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
184
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 442 |
184
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 2
AND cl.id_shop = 1
AND cl.`id_category` = 157 LIMIT 1 |
184
ms
|
1 |
|
|
/override/classes/Category.php:1379
/override/classes/Product.php:748<br>/modules/marketplace/controllers/front/shopstore.php:486<br>/modules/marketplace/controllers/front/shopstore.php:196<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 = 88) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
183
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `page`
FROM CRDS_meta
WHERE id_meta = 0 LIMIT 1 |
183
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_tax_rules_group`
FROM `CRDS_product_shop`
WHERE `id_product` = 109 AND id_shop=1 LIMIT 1 |
183
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>/modules/marketplace/controllers/front/shopstore.php:210<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 60 |
182
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 84 AND id_shop=1 LIMIT 1 |
182
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>/modules/marketplace/controllers/front/shopstore.php:210<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 |
181
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/override/classes/Tools.php:708<br>/override/classes/controller/FrontController.php:384<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_category` FROM `CRDS_category_product`
WHERE `id_product` = 199 |
181
ms
|
1 |
|
|
/override/classes/Product.php:3393
/override/classes/Product.php:3446<br>/modules/marketplace/controllers/front/shopstore.php:487<br>/modules/marketplace/controllers/front/shopstore.php:196<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` = 218 AND id_shop=1 LIMIT 1 |
180
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>/modules/marketplace/controllers/front/shopstore.php:210<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 = 110) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
180
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 503 AND id_shop=1 LIMIT 1 |
180
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 101 AND `id_group` = 1 LIMIT 1 |
180
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 104 AND `id_group` = 1 LIMIT 1 |
179
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 511) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = "shopstore" LIMIT 1 |
179
ms
|
0 |
|
|
/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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = "mpsellerstaff" LIMIT 1 |
179
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 `name` FROM `CRDS_supplier` WHERE `id_supplier` = 0 LIMIT 1 |
179
ms
|
0 |
|
|
/classes/Supplier.php:244
/override/classes/Product.php:727<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 218) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
179
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 77) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
178
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 107 AND id_shop=1 LIMIT 1 |
177
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = "pm_advancedsearch4" LIMIT 1 |
177
ms
|
0 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/override/classes/Link.php:540<br>/classes/Link.php:711<br>/modules/marketplace/controllers/front/shopstore.php:295<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` = 112 AND `id_group` = 1 LIMIT 1 |
177
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = "shopstore" LIMIT 1 |
176
ms
|
0 |
|
|
/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>/classes/controller/ModuleFrontController.php:77<br>/modules/marketplace/controllers/front/shopstore.php:25<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 = 480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
176
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 113 AND `id_group` = 1 LIMIT 1 |
176
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 80 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/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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 207) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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 = 219) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
175
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:769
/override/classes/Product.php:7767<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 480) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 218) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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 |
173
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 80) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
173
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 108 AND `id_shop` = 1 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1013<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/a0/8c/27/a08c27f287e789343b734a303a5ac0226c1fd899_2.module.marketplaceviewstemplates.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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:111<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/3a/15/e5/3a15e524c58d4cccb48e3db971d6e0099b9cf675_2.module.marketplaceviewstemplates.php:39<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:52<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:109<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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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` = "homecomments" LIMIT 1 |
172
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 `reduction`
FROM `CRDS_group`
WHERE `id_group` = 1 LIMIT 1 |
172
ms
|
1 |
|
|
/classes/Group.php:154
/override/classes/Product.php:3962<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 481 AND `id_group` = 1 LIMIT 1 |
171
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 27 AND `id_shop` = 1 LIMIT 1 |
170
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 = 228) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
170
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `CRDS_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:227<br>/index.php:27
|
SELECT SQL_NO_CACHE `reduction`
FROM `CRDS_product_group_reduction_cache`
WHERE `id_product` = 96 AND `id_group` = 1 LIMIT 1 |
169
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 219) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
169
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:797
/override/classes/Product.php:7769<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 84 AND `id_group` = 1 LIMIT 1 |
169
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 12
AND `active` = 1 LIMIT 1 |
169
ms
|
1 |
|
|
/classes/Manufacturer.php:312
/override/classes/Product.php:726<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 'pt' LIMIT 1 |
169
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 `id_module` FROM `CRDS_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1 |
168
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/99/ed/a1/99eda15d7f2e64bff4f8ef0a7e7860e82636fe7b_2.module.marketplaceviewstemplates.php:34<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 `reduction`
FROM `CRDS_product_group_reduction_cache`
WHERE `id_product` = 503 AND `id_group` = 1 LIMIT 1 |
168
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 90 AND `id_group` = 1 LIMIT 1 |
167
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 98 AND `id_group` = 1 LIMIT 1 |
166
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 219) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
166
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:744
/override/classes/Product.php:7768<br>/override/classes/Product.php:744<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 101 AND id_shop=1 LIMIT 1 |
165
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 113 AND id_shop=1 LIMIT 1 |
165
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>/modules/marketplace/controllers/front/shopstore.php:210<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` = 109 AND `id_group` = 1 LIMIT 1 |
165
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 484) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
164
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 490 AND `id_group` = 1 LIMIT 1 |
164
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 86 AND `id_group` = 1 LIMIT 1 |
164
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 = 512) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
159
ms
|
1 |
|
|
/classes/stock/StockAvailable.php:453
/modules/marketplace/classes/WkMpSellerProduct.php:1024<br>/modules/marketplace/controllers/front/shopstore.php:66<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` = 480 AND `id_group` = 1 LIMIT 1 |
158
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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` = 107 AND `id_group` = 1 LIMIT 1 |
155
ms
|
0 |
|
|
/classes/GroupReduction.php:156
/override/classes/Product.php:3958<br>/override/classes/Product.php:3682<br>/override/classes/Product.php:740<br>/modules/marketplace/controllers/front/shopstore.php:210<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 |
154
ms
|
0 |
|
|
/classes/module/Module.php:2328
/override/classes/Link.php:540<br>/classes/Link.php:711<br>/modules/marketplace/controllers/front/shopstore.php:295<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:525<br>/index.php:28
|