SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps1_product p INNER JOIN ps1_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 21) INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 |
14028
ms
|
2.4907493071572E+23 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:58<br>/modules/ps_facetedsearch/src/Filters/Block.php:250<br>/modules/ps_facetedsearch/src/Filters/Block.php:131<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2025-05-29 00:00:00",
INTERVAL 100 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `ps1_category_product` cp
LEFT JOIN `ps1_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN ps1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `ps1_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN ps1_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1 AND stock.id_shop_group = 0 )
LEFT JOIN `ps1_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 4 AND cl.id_shop = 1 )
LEFT JOIN `ps1_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 4 AND pl.id_shop = 1 )
LEFT JOIN `ps1_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `ps1_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 4)
LEFT JOIN `ps1_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 9138 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,12 |
13461
ms
|
3.3966478003687E+28 |
Yes
|
|
/classes/Category.php:1057
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
5737
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10551) AND (b.`id_shop` = 1) LIMIT 1 |
5558
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10545) AND (b.`id_shop` = 1) LIMIT 1 |
5041
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5619<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10551
ORDER BY `position` |
4829
ms
|
15436470520 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10548) AND (b.`id_shop` = 1) LIMIT 1 |
4375
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5619<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
4352
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1_product_attribute_image` pai
LEFT JOIN `ps1_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1368, 1370, 1371, 1372, 1373, 1374, 1375) AND il.`id_lang` = 4 ORDER by i.`position` |
4314
ms
|
4465614580 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-29 00:00:00',
INTERVAL 100 DAY
)
) > 0) as new
FROM ps1_product p
LEFT JOIN ps1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN ps1_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10542
LIMIT 1 |
4267
ms
|
960556838400 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps1_product p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 GROUP BY p.id_product) p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 0, 12 |
4257
ms
|
1.7047113262272E+39 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Filters/Products.php:90<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:187<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10551 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4147
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
4140
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-29 00:00:00',
INTERVAL 100 DAY
)
) > 0) as new
FROM ps1_product p
LEFT JOIN ps1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN ps1_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10541
LIMIT 1 |
4120
ms
|
960556838400 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-29 00:00:00',
INTERVAL 100 DAY
)
) > 0) as new
FROM ps1_product p
LEFT JOIN ps1_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 4
LEFT JOIN ps1_stock_available sa
ON sa.id_product = p.id_product
AND sa.id_shop = 1
LEFT JOIN ps1_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 10551
LIMIT 1 |
4052
ms
|
960556838400 |
|
|
/classes/ProductAssembler.php:95
/classes/ProductAssembler.php:112<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10546) AND (b.`id_shop` = 1) LIMIT 1 |
4037
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5619<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
4029
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10549) AND (b.`id_shop` = 1) LIMIT 1 |
4020
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5619<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps1_product p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 GROUP BY p.id_product) p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps1_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=33)) GROUP BY pac.id_attribute |
3936
ms
|
5.9645082689817E+41 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786<br>/modules/ps_facetedsearch/src/Filters/Block.php:737<br>/modules/ps_facetedsearch/src/Filters/Block.php:150<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10543) AND (b.`id_shop` = 1) LIMIT 1 |
3923
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5619<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10547) AND (b.`id_shop` = 1) LIMIT 1 |
3901
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5619<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3828
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3782
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3747
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10542) AND (b.`id_shop` = 1) LIMIT 1 |
3724
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10551 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3696
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10550) AND (b.`id_shop` = 1) LIMIT 1 |
3684
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5619<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps1_attribute` a
LEFT JOIN `ps1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10542
AND pac.`id_product_attribute` = 1260
AND agl.`id_lang` = 4 |
3635
ms
|
8.3345225537376E+15 |
|
|
/classes/Product.php:7402
/classes/Product.php:5789<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10544) AND (b.`id_shop` = 1) LIMIT 1 |
3609
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/classes/Link.php:114<br>/classes/Link.php:190<br>/classes/Product.php:5619<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps1_product p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 GROUP BY p.id_product) p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) |
3552
ms
|
1.4798345136326E+39 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786<br>/modules/ps_facetedsearch/src/Adapter/MySQL.php:764<br>/modules/ps_facetedsearch/src/Filters/Products.php:94<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:187<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3537
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps1_product p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 GROUP BY p.id_product) p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) GROUP BY p.id_manufacturer |
3516
ms
|
1.4798345136326E+39 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786<br>/modules/ps_facetedsearch/src/Filters/Block.php:661<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3506
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps1_product p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 GROUP BY p.id_product) p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) GROUP BY p.condition |
3493
ms
|
1.4798345136326E+39 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786<br>/modules/ps_facetedsearch/src/Filters/Block.php:394<br>/modules/ps_facetedsearch/src/Filters/Block.php:137<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3486
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10541 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10541 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3481
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product` a
LEFT JOIN `ps1_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps1_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10541) AND (b.`id_shop` = 1) LIMIT 1 |
3441
ms
|
720057600 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Product.php:710<br>/src/Adapter/Image/ImageRetriever.php:66<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3393
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 1363
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10551 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1363
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3362
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3279
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3224
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3218
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
3143
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10544 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10544 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
3080
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
3058
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2994
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2921
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps1_attribute` a
LEFT JOIN `ps1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10551
AND pac.`id_product_attribute` = 1363
AND agl.`id_lang` = 4 |
2885
ms
|
8.3345225537376E+15 |
|
|
/classes/Product.php:7402
/classes/Product.php:5789<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2877
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10541
ORDER BY `position` |
2863
ms
|
15436470520 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2856
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2853
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2841
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2837
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps1_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 4)
WHERE i.`id_product` = 10542
ORDER BY `position` |
2828
ms
|
15436470520 |
Yes
|
|
/classes/Product.php:3508
/src/Adapter/Image/ImageRetriever.php:69<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2814
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2804
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2798
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
2773
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10547 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10547 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2767
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2764
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM ps1_product p INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 |
2737
ms
|
6.6865753212273E+18 |
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:751<br>/modules/ps_facetedsearch/src/Filters/Block.php:339<br>/modules/ps_facetedsearch/src/Filters/Block.php:134<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9146) AND (b.`id_shop` = 1) LIMIT 1 |
2728
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2716
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2713
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9145) AND (b.`id_shop` = 1) LIMIT 1 |
2705
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2702
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2693
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 1260
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10542 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1260
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2685
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10550 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10550 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2670
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2610
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM ps1_cart_product cp INNER JOIN ps1_product p
ON (p.is_virtual = 0 AND p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
2597
ms
|
2807654400 |
|
|
/classes/Cart.php:4235
/classes/Cart.php:4196<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2577
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2571
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2554
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2540
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2521
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2494
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2493
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2484
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2482
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10545 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10545 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2470
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2470
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2434
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10542 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2423
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2415
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2402
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2401
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2396
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2387
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2384
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2384
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10546 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10546 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2382
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2358
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2357
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2349
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10548 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10548 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2342
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2341
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
2338
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2338
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2336
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM ps1_cart_product cp INNER JOIN ps1_product p
ON (p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1 |
2330
ms
|
2807654400 |
|
|
/classes/Cart.php:4218
/classes/Cart.php:4193<br>/classes/Cart.php:2134<br>/src/Adapter/Presenter/Cart/CartPresenter.php:334<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2307
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2307
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2298
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2286
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2284
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2280
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 1195
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10541 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1195
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10541 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2279
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2273
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2272
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2271
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2268
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2268
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2265
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2259
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2252
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2248
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2246
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2231
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10541 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10541 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2226
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2226
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2216
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2205
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2197
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 1226
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10542 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1226
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2197
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2196
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2196
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2192
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2189
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1_product` p LEFT JOIN `ps1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10551 AND pa.`id_product` = 10551 AND pa.`id_product_attribute` = 1363 LIMIT 1 |
2187
ms
|
257657760000 |
|
|
/classes/Product.php:1135
/classes/Product.php:5757<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2183
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2179
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10549 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10549 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2177
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2170
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2169
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2169
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2165
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2157
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2155
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2146
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2146
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2141
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2135
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10543 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10543 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2134
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_hook_module` hm
STRAIGHT_JOIN `ps1_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps1_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position |
2124
ms
|
41513120 |
Yes
|
|
/classes/Hook.php:494
/classes/Hook.php:534<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2121
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2119
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 1372
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10551 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1372
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10551 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2110
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2107
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2103
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps1_module` m
INNER JOIN ps1_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 `ps1_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `ps1_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps1_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps1_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` |
2102
ms
|
1.7313125570928E+14 |
Yes
|
Yes
|
/classes/Hook.php:1173
/classes/Hook.php:721<br>/classes/Hook.php:805<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2099
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2098
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2095
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2085
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2078
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2077
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2076
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2073
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2069
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2067
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2066
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2064
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10542 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10542 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2060
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2057
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2056
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps1_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps1_hook_alias` ha
INNER JOIN `ps1_hook` h ON ha.name = h.name |
2049
ms
|
0 |
|
|
/classes/Hook.php:1233
/classes/Hook.php:212<br>/classes/tax/TaxManagerFactory.php:67<br>/classes/tax/TaxManagerFactory.php:46<br>/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2048
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps1_product p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 GROUP BY p.id_product) p INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND cg.id_group='1' AND c.nleft>29 AND c.nright<32 GROUP BY cp.id_category |
2037
ms
|
4.4239617269018E+46 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786<br>/modules/ps_facetedsearch/src/Filters/Block.php:992<br>/modules/ps_facetedsearch/src/Filters/Block.php:158<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2037
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2026
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2023
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2022
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2018
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 1288
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10543 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1288
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10543 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2018
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2017
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2017
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2009
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
2004
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1997
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1989
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1989
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1986
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1985
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1984
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1979
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1977
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps1_cart_product` cp
WHERE cp.`id_product_attribute` = 1217
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10541 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps1_cart_product` cp JOIN `ps1_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps1_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1217
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10541 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
1976
ms
|
0 |
|
|
/classes/Cart.php:1429
/classes/Product.php:4281<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1973
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1971
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1968
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1966
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1966
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1965
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1960
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1956
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1954
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1953
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1953
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10545
AND image_shop.`cover` = 1 LIMIT 1 |
1951
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1950
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1950
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1948
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1947
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1944
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1943
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1934
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1934
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1930
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1920
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1918
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1918
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
1917
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1916
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1915
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1914
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1912
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1911
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1908
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1908
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1906
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1905
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1901
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1898
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1897
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1890
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1889
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1889
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps1_attribute` a
LEFT JOIN `ps1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10541
AND pac.`id_product_attribute` = 1195
AND agl.`id_lang` = 4 |
1882
ms
|
8.3345225537376E+15 |
|
|
/classes/Product.php:7402
/classes/Product.php:5789<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1881
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1876
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1875
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10541) |
1871
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9145
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
1865
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM( cp.quantity ) AS sum
FROM `ps1_cart_product` AS cp, ps1_category_product AS cap
WHERE
cp.id_shop = 1 AND
`id_cart` = 0
AND cp.id_product = cap.id_product
AND cap.id_category = 9030 |
1852
ms
|
6152576 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:324
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps1_attribute` a
LEFT JOIN `ps1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10541
AND pac.`id_product_attribute` = 1217
AND agl.`id_lang` = 4 |
1833
ms
|
8.3345225537376E+15 |
|
|
/classes/Product.php:7402
/classes/Product.php:5789<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `ps1_country` c INNER JOIN ps1_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `ps1_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 4)
LEFT JOIN `ps1_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC |
1818
ms
|
1699633728 |
Yes
|
|
/classes/Country.php:147
/modules/vatchecker/vatchecker.php:918<br>/modules/vatchecker/vatchecker.php:868<br>/modules/vatchecker/vatchecker.php:717<br>/modules/vatchecker/vatchecker.php:542<br>/modules/vatchecker/vatchecker.php:474<br>/override/classes/tax/TaxRulesTaxManager.php:53<br>/classes/Product.php:3890<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE MIN(`price`) as min, MAX(`price`) as max FROM `ps1_product` p
INNER JOIN `ps1_product_lang` pl ON (p.`id_product` = pl.`id_product`)
WHERE p.`active` = 1 AND p.`id_shop_default` = 1 AND
pl.`id_lang` = 4 |
1785
ms
|
1000080 |
|
|
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:247
/modules/adpmicrodatos/adpmicrodatos.php:1067<br>/modules/adpmicrodatos/adpmicrodatos.php:1365<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE MIN(`price`) as min, MAX(`price`) as max FROM `ps1_product` p
INNER JOIN `ps1_product_lang` pl ON (p.`id_product` = pl.`id_product`)
WHERE p.`active` = 1 AND p.`id_shop_default` = 1 AND
pl.`id_lang` = 4 |
1779
ms
|
1000080 |
|
|
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:153
/modules/adpmicrodatos/adpmicrodatos.php:1092<br>/modules/adpmicrodatos/adpmicrodatos.php:1368<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1761
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps1_attribute` a
LEFT JOIN `ps1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10543
AND pac.`id_product_attribute` = 1288
AND agl.`id_lang` = 4 |
1755
ms
|
8.3345225537376E+15 |
|
|
/classes/Product.php:7402
/classes/Product.php:5789<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1738
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1735
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1734
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM ps1_product p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps1_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1 AND sa.id_shop_group = 0 ) LEFT JOIN ps1_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps1_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps1_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps1_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps1_category_group cg ON (cg.id_category = c.id_category) WHERE ((pac.id_attribute IN (219, 225, 229, 237, 256))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=29 AND c.nright<=32 GROUP BY p.id_product) p LEFT JOIN ps1_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps1_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN ps1_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps1_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((a.id_attribute_group=34)) AND ((pac_1.id_attribute IN (219, 225, 229, 237, 256))) GROUP BY pac.id_attribute |
1723
ms
|
3.3690504471165E+44 |
Yes
|
|
/modules/ps_facetedsearch/src/Adapter/MySQL.php:86
/modules/ps_facetedsearch/src/Adapter/MySQL.php:786<br>/modules/ps_facetedsearch/src/Filters/Block.php:737<br>/modules/ps_facetedsearch/src/Filters/Block.php:150<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1723
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1706
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1704
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps1_attribute` a
LEFT JOIN `ps1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10551
AND pac.`id_product_attribute` = 1372
AND agl.`id_lang` = 4 |
1696
ms
|
8.3345225537376E+15 |
|
|
/classes/Product.php:7402
/classes/Product.php:5789<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1_product` p LEFT JOIN `ps1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10542 AND pa.`id_product` = 10542 AND pa.`id_product_attribute` = 1260 LIMIT 1 |
1694
ms
|
257657760000 |
|
|
/classes/Product.php:1135
/classes/Product.php:5757<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1689
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1668
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1648
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1647
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1621
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9091) AND (b.`id_shop` = 1) LIMIT 1 |
1617
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1611
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1606
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1606
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`
FROM `ps1_attribute` a
LEFT JOIN `ps1_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 4)
LEFT JOIN `ps1_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps1_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `ps1_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4)
WHERE pa.`id_product` = 10542
AND pac.`id_product_attribute` = 1226
AND agl.`id_lang` = 4 |
1602
ms
|
8.3345225537376E+15 |
|
|
/classes/Product.php:7402
/classes/Product.php:5789<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1588
ms
|
3620 |
|
|
/classes/order/Order.php:1203
/classes/order/Order.php:1184<br>/classes/Product.php:4280<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps1_attribute_group` ag INNER JOIN `ps1_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `ps1_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN ps1_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps1_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps1_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 34 ORDER BY agl.`name` ASC, a.`position` ASC |
1525
ms
|
4933320961536 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Block.php:731<br>/modules/ps_facetedsearch/src/Filters/Block.php:150<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_configuration` c
LEFT JOIN `ps1_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`) |
1520
ms
|
114021 |
|
|
/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 pa.`available_date` FROM `ps1_product` p LEFT JOIN `ps1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10542 AND pa.`id_product` = 10542 AND pa.`id_product_attribute` = 1226 LIMIT 1 |
1492
ms
|
257657760000 |
|
|
/classes/Product.php:1135
/classes/Product.php:5757<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps1_attribute_group` ag INNER JOIN `ps1_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) INNER JOIN `ps1_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps1_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4) INNER JOIN ps1_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) INNER JOIN ps1_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps1_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 4) WHERE ag.id_attribute_group = 33 ORDER BY agl.`name` ASC, a.`position` ASC |
1483
ms
|
4933320961536 |
Yes
|
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:96
/modules/ps_facetedsearch/src/Filters/Converter.php:427<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9035) AND (b.`id_shop` = 1) LIMIT 1 |
1481
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1_product` p LEFT JOIN `ps1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10551 AND pa.`id_product` = 10551 AND pa.`id_product_attribute` = 1372 LIMIT 1 |
1471
ms
|
257657760000 |
|
|
/classes/Product.php:1135
/classes/Product.php:5757<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1_product` p LEFT JOIN `ps1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10541 AND pa.`id_product` = 10541 AND pa.`id_product_attribute` = 1195 LIMIT 1 |
1467
ms
|
257657760000 |
|
|
/classes/Product.php:1135
/classes/Product.php:5757<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10542 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1434
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1_product` p LEFT JOIN `ps1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10543 AND pa.`id_product` = 10543 AND pa.`id_product_attribute` = 1288 LIMIT 1 |
1379
ms
|
257657760000 |
|
|
/classes/Product.php:1135
/classes/Product.php:5757<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps1_product` p LEFT JOIN `ps1_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps1_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 10541 AND pa.`id_product` = 10541 AND pa.`id_product_attribute` = 1217 LIMIT 1 |
1358
ms
|
257657760000 |
|
|
/classes/Product.php:1135
/classes/Product.php:5757<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10550
AND image_shop.`cover` = 1 LIMIT 1 |
1357
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10549
AND image_shop.`cover` = 1 LIMIT 1 |
1347
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10542
AND image_shop.`cover` = 1 LIMIT 1 |
1343
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10547
AND image_shop.`cover` = 1 LIMIT 1 |
1334
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE `from` BETWEEN '2025-05-29 00:00:00' AND '2025-05-29 23:59:59' LIMIT 1 |
1328
ms
|
1311 |
|
|
/classes/SpecificPrice.php:362
/classes/SpecificPrice.php:533<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10548 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1327
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product_attribute` a
LEFT JOIN `ps1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1260) LIMIT 1 |
1327
ms
|
497025 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5806<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10549) |
1321
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10543) |
1305
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product_attribute` a
LEFT JOIN `ps1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1363) LIMIT 1 |
1302
ms
|
497025 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5806<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10551) AND (id_product_attribute = 1363) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1287
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
1274
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10541
AND image_shop.`cover` = 1 LIMIT 1 |
1270
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10544
AND image_shop.`cover` = 1 LIMIT 1 |
1255
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10548) |
1246
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10543
AND image_shop.`cover` = 1 LIMIT 1 |
1240
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10546 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1233
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
1224
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10548
AND image_shop.`cover` = 1 LIMIT 1 |
1220
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10551
AND image_shop.`cover` = 1 LIMIT 1 |
1219
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10547) |
1219
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10546) |
1210
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10551 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1199
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10542) |
1189
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10545) |
1185
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10544 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1174
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps1_category` c
INNER JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4 AND cl.id_shop = 1 )
INNER JOIN `ps1_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 nleft >= 2 AND nright <= 171
AND c.id_category IN (
SELECT id_category
FROM `ps1_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC |
1168
ms
|
529583184 |
Yes
|
|
/modules/ps_categorytree/ps_categorytree.php:166
/modules/ps_categorytree/ps_categorytree.php:350<br>/modules/ps_categorytree/ps_categorytree.php:330<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:80<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps1_image` i
INNER JOIN ps1_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10546
AND image_shop.`cover` = 1 LIMIT 1 |
1142
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10541 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1137
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10551) |
1134
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10550) |
1110
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10542 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1107
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10545 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1107
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps1_stock_available`
WHERE (id_product = 10551) AND (id_product_attribute = 1372) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
1101
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5806<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1_product_attribute_image` pai
LEFT JOIN `ps1_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1226, 1227, 1228, 1232, 1233, 1234, 1237, 1238, 1239, 1240, 1241, 1242, 1244, 1245, 1247, 1248, 1253, 1257, 1258, 1259, 1260, 1261, 1262, 1263) AND il.`id_lang` = 4 ORDER by i.`position` |
1100
ms
|
4465614580 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps1_manufacturer` m INNER JOIN ps1_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps1_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 4)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC |
1091
ms
|
21609 |
Yes
|
|
/classes/Manufacturer.php:207
/modules/ps_facetedsearch/src/Filters/Block.php:652<br>/modules/ps_facetedsearch/src/Filters/Block.php:146<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10547 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1083
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 `ps1_product` p
INNER JOIN `ps1_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps1_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` = 10544) |
1083
ms
|
365472000 |
|
|
/classes/Product.php:3824
/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10541 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1079
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10549 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1069
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps1_product_attribute_image` pai
LEFT JOIN `ps1_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps1_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1376, 1377) AND il.`id_lang` = 4 ORDER by i.`position` |
1060
ms
|
4465614580 |
Yes
|
|
/classes/Product.php:2894
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10550 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1050
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10543 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1049
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) + IF (`id_country` = 21, 4, 0) + IF (`id_currency` = 1, 8, 0) + IF (`id_shop` = 1, 16, 0) + IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps1_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 21) AND
`id_group` IN (0, 1) AND `id_product` = 10551 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0 AND (`from` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-05-29 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1 |
1039
ms
|
1311 |
Yes
|
|
/classes/SpecificPrice.php:561
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 10 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
1029
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE `to` BETWEEN '2025-05-29 00:00:00' AND '2025-05-29 23:59:59' LIMIT 1 |
1021
ms
|
1311 |
|
|
/classes/SpecificPrice.php:366
/classes/SpecificPrice.php:533<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps1_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
986
ms
|
1545669 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product_attribute` a
LEFT JOIN `ps1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1372) LIMIT 1 |
981
ms
|
497025 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5806<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product_attribute` a
LEFT JOIN `ps1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1195) LIMIT 1 |
980
ms
|
497025 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5806<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_country` a
LEFT JOIN `ps1_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
976
ms
|
43580352 |
|
|
/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 DISTINCT `id_product` FROM `ps1_specific_price` WHERE `id_product` != 0 |
972
ms
|
1311 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:345<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 0 LIMIT 1 |
969
ms
|
1311 |
|
|
/classes/SpecificPrice.php:411
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1_product_attribute` pa
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1288 LIMIT 1 |
955
ms
|
497025 |
|
|
/classes/Combination.php:543
/classes/Product.php:5623<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10547) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
938
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10546) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
932
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps1_stock_available`
WHERE (id_product = 10542) AND (id_product_attribute = 1260) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
924
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5806<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps1_category` c
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 4 AND cl.id_shop = 1 )
LEFT JOIN `ps1_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 9138
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
920
ms
|
529583184 |
Yes
|
Yes
|
/classes/Category.php:919
/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10549) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
915
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10541) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
910
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10547
ORDER BY f.position ASC |
910
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product_attribute` a
LEFT JOIN `ps1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1288) LIMIT 1 |
897
ms
|
497025 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5806<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10551) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
897
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10541) AND (id_product_attribute = 1195) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
882
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9128
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
879
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10543) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
879
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product_attribute` a
LEFT JOIN `ps1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1217) LIMIT 1 |
866
ms
|
497025 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5806<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10548) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
862
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps1_attribute_group` ag INNER JOIN ps1_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps1_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 4) LEFT JOIN `ps1_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps1_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 4) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC |
861
ms
|
638880 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/DataAccessor.php:137
/modules/ps_facetedsearch/src/Filters/Converter.php:413<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps1_stock_available`
WHERE (id_product = 10551) AND (id_product_attribute = 1363) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
851
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5806<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps1_tax_rule` tr
JOIN `ps1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
AND tr.`id_tax_rules_group` = 24
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 |
844
ms
|
18312 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/tax/TaxRulesTaxManager.php:60<br>/classes/Product.php:3890<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10550
ORDER BY f.position ASC |
839
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
820
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1_product_attribute` pa
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1363 LIMIT 1 |
804
ms
|
497025 |
|
|
/classes/Combination.php:543
/classes/Product.php:5623<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10544
ORDER BY f.position ASC |
803
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
792
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.`id_wtcustomhtml`, bl.`content` FROM `ps1_wtcustomhtml` b
LEFT JOIN `ps1_wtcustomhtml_shop` bs ON (b.id_wtcustomhtml = bs.id_wtcustomhtml)
LEFT JOIN `ps1_wtcustomhtml_lang` bl ON (bl.id_wtcustomhtml = bs.id_wtcustomhtml)
WHERE bs.active = 1 AND bl.id_lang = 4 AND (bs.id_shop = 1) AND b.`hook` = "displayCenterHome" |
791
ms
|
1536 |
|
|
/modules/wtcustomhtml/wtcustomhtml.php:354
/modules/wtcustomhtml/wtcustomhtml.php:547<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_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/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_product_attribute` a
LEFT JOIN `ps1_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1226) LIMIT 1 |
789
ms
|
497025 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Combination.php:139<br>/classes/Product.php:5806<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10542) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
788
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10544) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
787
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
786
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10542) AND (id_product_attribute = 1260) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
785
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10541
ORDER BY f.position ASC |
785
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps1_state` ORDER BY `name` ASC |
784
ms
|
352 |
Yes
|
|
/classes/Country.php:154
/modules/vatchecker/vatchecker.php:918<br>/modules/vatchecker/vatchecker.php:868<br>/modules/vatchecker/vatchecker.php:717<br>/modules/vatchecker/vatchecker.php:542<br>/modules/vatchecker/vatchecker.php:474<br>/override/classes/tax/TaxRulesTaxManager.php:53<br>/classes/Product.php:3890<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10550) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
782
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10548
ORDER BY f.position ASC |
773
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10542
ORDER BY f.position ASC |
771
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9138) AND (b.`id_shop` = 1) LIMIT 1 |
758
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/classes/Link.php:1231<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10545) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
758
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5743<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
755
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10542) AND (id_product_attribute = 1226) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
747
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
745
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10549
ORDER BY f.position ASC |
742
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9132) AND (b.`id_shop` = 1) LIMIT 1 |
739
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10541) AND (id_product_attribute = 1217) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
738
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5753<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10551) AND (id_product_attribute = 1372) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
737
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10543) AND (id_product_attribute = 1288) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
730
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<br>/classes/Product.php:5753<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9111
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
729
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 1) AND (b.`id_shop` = 1) LIMIT 1 |
728
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 2 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
727
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "overrideLayoutTemplate") LIMIT 1 |
717
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:1367<br>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
712
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 1 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
712
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10546
ORDER BY f.position ASC |
709
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10551
ORDER BY f.position ASC |
709
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9030
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
701
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps1_stock_available`
WHERE (id_product = 10541) AND (id_product_attribute = 1195) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
700
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5806<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9131) AND (b.`id_shop` = 1) LIMIT 1 |
699
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.`id_wtcustomhtml`, bl.`content` FROM `ps1_wtcustomhtml` b
LEFT JOIN `ps1_wtcustomhtml_shop` bs ON (b.id_wtcustomhtml = bs.id_wtcustomhtml)
LEFT JOIN `ps1_wtcustomhtml_lang` bl ON (bl.id_wtcustomhtml = bs.id_wtcustomhtml)
WHERE bs.active = 1 AND bl.id_lang = 4 AND (bs.id_shop = 1) AND b.`hook` = "displayNav1" |
699
ms
|
1536 |
|
|
/modules/wtcustomhtml/wtcustomhtml.php:354
/modules/wtcustomhtml/wtcustomhtml.php:382<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "overrideLayoutTemplate") LIMIT 1 |
699
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:1367<br>/controllers/front/listing/CategoryController.php:165<br>/classes/controller/FrontController.php:702<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT `id_product_attribute` FROM `ps1_specific_price` WHERE `id_product_attribute` != 0 |
698
ms
|
1311 |
|
|
/classes/SpecificPrice.php:295
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
698
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1_product_attribute`
WHERE `id_product` = 10551 |
696
ms
|
705 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps1_meta m
LEFT JOIN ps1_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
696
ms
|
6627 |
|
|
/classes/Meta.php:190
/modules/wtmegamenu/wtmegamenu.php:1439<br>/modules/wtmegamenu/wtmegamenu.php:1200<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9150) AND (b.`id_shop` = 1) LIMIT 1 |
693
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
688
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `ps1_category` c
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps1_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1
WHERE 1 AND `id_lang` = 4
AND c.`active` = 1
ORDER BY c.nleft, c.position |
687
ms
|
1730664 |
Yes
|
|
/classes/Category.php:718
/modules/ps_facetedsearch/src/Filters/Block.php:986<br>/modules/ps_facetedsearch/src/Filters/Block.php:158<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:215<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
687
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:153<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9077) AND (b.`id_shop` = 1) LIMIT 1 |
682
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10543 AND id_shop=1 LIMIT 1 |
676
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9151) AND (b.`id_shop` = 1) LIMIT 1 |
676
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9148) AND (b.`id_shop` = 1) LIMIT 1 |
675
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1_product_attribute` pa
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1226 LIMIT 1 |
673
ms
|
497025 |
|
|
/classes/Combination.php:543
/classes/Product.php:5623<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10543
ORDER BY f.position ASC |
672
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps1_layered_category
WHERE controller = 'category'
AND id_category = 9138
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
671
ms
|
738 |
Yes
|
Yes
|
/modules/ps_facetedsearch/src/Filters/Provider.php:61
/modules/ps_facetedsearch/src/Filters/Converter.php:263<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:163<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9094) AND (b.`id_shop` = 1) LIMIT 1 |
671
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayNav2") LIMIT 1 |
670
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9099) AND (b.`id_shop` = 1) LIMIT 1 |
667
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9147) AND (b.`id_shop` = 1) LIMIT 1 |
666
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
666
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1_product_attribute` pa
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1217 LIMIT 1 |
664
ms
|
497025 |
|
|
/classes/Combination.php:543
/classes/Product.php:5623<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9094
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
662
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9138) AND (b.`id_shop` = 1) LIMIT 1 |
662
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:89<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9031) AND (b.`id_shop` = 1) LIMIT 1 |
662
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9108) AND (b.`id_shop` = 1) LIMIT 1 |
662
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
661
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9029) AND (b.`id_shop` = 1) LIMIT 1 |
661
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9038
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
660
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps1_hook` |
660
ms
|
880 |
|
|
/classes/Hook.php:1233
/classes/Hook.php:212<br>/classes/Hook.php:814<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1_product_attribute` pa
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1372 LIMIT 1 |
660
ms
|
497025 |
|
|
/classes/Combination.php:543
/classes/Product.php:5623<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9047) AND (b.`id_shop` = 1) LIMIT 1 |
658
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `ps1_ets_hb_html_box` hb
LEFT JOIN `ps1_ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 4)
JOIN `ps1_ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 15 |
658
ms
|
1 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:252
/modules/ets_htmlbox/ets_htmlbox.php:160<br>/modules/ets_htmlbox/ets_htmlbox.php:310<br>/modules/ets_htmlbox/ets_htmlbox.php:221<br>/modules/ets_htmlbox/ets_htmlbox.php:260<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_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 |
658
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Category.php:1113<br>/classes/Category.php:1560<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:268<br>/modules/adpmicrodatos/adpmicrodatos.php:1220<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9133) AND (b.`id_shop` = 1) LIMIT 1 |
657
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps1_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
655
ms
|
1545669 |
|
|
/classes/SpecificPrice.php:287
/classes/SpecificPrice.php:353<br>/classes/SpecificPrice.php:533<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9098) AND (b.`id_shop` = 1) LIMIT 1 |
655
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9046) AND (b.`id_shop` = 1) LIMIT 1 |
654
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
653
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1_product_attribute` pa
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1195 LIMIT 1 |
653
ms
|
497025 |
|
|
/classes/Combination.php:543
/classes/Product.php:5623<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9140) AND (b.`id_shop` = 1) LIMIT 1 |
652
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/controllers/front/listing/CategoryController.php:211<br>:undefined<br>/controllers/front/listing/CategoryController.php:225<br>/controllers/front/listing/CategoryController.php:128<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps1_product_attribute` pa
INNER JOIN ps1_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 1260 LIMIT 1 |
652
ms
|
497025 |
|
|
/classes/Combination.php:543
/classes/Product.php:5623<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9123) AND (b.`id_shop` = 1) LIMIT 1 |
647
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9122) AND (b.`id_shop` = 1) LIMIT 1 |
647
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
646
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 1
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
645
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionPresentProductListing") LIMIT 1 |
641
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:61<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9107) AND (b.`id_shop` = 1) LIMIT 1 |
640
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9075) AND (b.`id_shop` = 1) LIMIT 1 |
639
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 29 AND c.`nright` >= 32 AND c.`nleft` >= 2 AND c.`nright` <= 171 ORDER BY `nleft` DESC |
639
ms
|
20124 |
Yes
|
|
/classes/Category.php:1586
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:268<br>/modules/adpmicrodatos/adpmicrodatos.php:1220<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps1_stock_available`
WHERE (id_product = 10543) AND (id_product_attribute = 1288) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
635
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5806<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
634
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9046
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
631
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `ps1_cart_rule` cr
LEFT JOIN `ps1_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 4)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
631
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/modules/ps_shoppingcart/ps_shoppingcart.php:114<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.`id_wtcustomhtml`, bl.`content` FROM `ps1_wtcustomhtml` b
LEFT JOIN `ps1_wtcustomhtml_shop` bs ON (b.id_wtcustomhtml = bs.id_wtcustomhtml)
LEFT JOIN `ps1_wtcustomhtml_lang` bl ON (bl.id_wtcustomhtml = bs.id_wtcustomhtml)
WHERE bs.active = 1 AND bl.id_lang = 4 AND (bs.id_shop = 1) AND b.`hook` = "displayTopHome" |
630
ms
|
1536 |
|
|
/modules/wtcustomhtml/wtcustomhtml.php:354
/modules/wtcustomhtml/wtcustomhtml.php:536<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10541 LIMIT 1 |
630
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9110) AND (b.`id_shop` = 1) LIMIT 1 |
629
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<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 ps1_shop_url su
LEFT JOIN ps1_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.tecnoglobe.be' OR su.domain_ssl = 'www.tecnoglobe.be')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC |
629
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 c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9031
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
628
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9128) AND (b.`id_shop` = 1) LIMIT 1 |
628
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9111) AND (b.`id_shop` = 1) LIMIT 1 |
626
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10541
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
626
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9119) AND (b.`id_shop` = 1) LIMIT 1 |
625
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayPageTitle") LIMIT 1 |
625
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/c2/5b/a1/c25ba1606c68d81c3bd4bfbffb74d53fd20302e1_2.file.breadcrumb.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9029
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
624
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9033) AND (b.`id_shop` = 1) LIMIT 1 |
624
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayNav1") LIMIT 1 |
622
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9038) AND (b.`id_shop` = 1) LIMIT 1 |
622
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.*, cl.* FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 29 AND c.`nright` >= 32 AND c.`nleft` >= 2 AND c.`nright` <= 171 ORDER BY `nleft` DESC |
622
ms
|
20124 |
Yes
|
|
/classes/Category.php:1586
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:268<br>/modules/adpmicrodatos/adpmicrodatos.php:1352<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9121) AND (b.`id_shop` = 1) LIMIT 1 |
622
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9118) AND (b.`id_shop` = 1) LIMIT 1 |
621
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9090) AND (b.`id_shop` = 1) LIMIT 1 |
619
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9034) AND (b.`id_shop` = 1) LIMIT 1 |
617
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayTopMenu") LIMIT 1 |
617
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 9 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
616
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
615
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9030) AND (b.`id_shop` = 1) LIMIT 1 |
614
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9042) AND (b.`id_shop` = 1) LIMIT 1 |
614
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a0
LEFT JOIN `ps1_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 29) AND (a0.`nright` > 32) AND (a1.`id_lang` = 4)
ORDER BY a0.`nleft` asc |
613
ms
|
20124 |
Yes
|
|
/classes/PrestaShopCollection.php:381
/classes/PrestaShopCollection.php:438<br>/controllers/front/listing/CategoryController.php:241<br>/classes/controller/FrontController.php:1736<br>/classes/controller/FrontController.php:533<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9103) AND (b.`id_shop` = 1) LIMIT 1 |
608
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
604
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10543 LIMIT 1 |
603
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_guest`
FROM `ps1_connections`
WHERE `id_guest` = 0
AND `date_add` > '2025-05-29 14:26:00'
AND id_shop IN (1)
ORDER BY `date_add` DESC LIMIT 1 |
603
ms
|
731 |
Yes
|
|
/classes/Connection.php:154
/classes/Connection.php:97<br>/modules/statsdata/statsdata.php:118<br>/modules/statsdata/statsdata.php:74<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 8 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
603
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
602
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps1_meta` m
LEFT JOIN `ps1_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC |
602
ms
|
6627 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE value FROM `ps1_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
600
ms
|
927 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9138
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
598
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9047
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
598
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.`id_wtcustomhtml`, bl.`content` FROM `ps1_wtcustomhtml` b
LEFT JOIN `ps1_wtcustomhtml_shop` bs ON (b.id_wtcustomhtml = bs.id_wtcustomhtml)
LEFT JOIN `ps1_wtcustomhtml_lang` bl ON (bl.id_wtcustomhtml = bs.id_wtcustomhtml)
WHERE bs.active = 1 AND bl.id_lang = 4 AND (bs.id_shop = 1) AND b.`hook` = "displayTop" |
596
ms
|
1536 |
|
|
/modules/wtcustomhtml/wtcustomhtml.php:354
/modules/wtcustomhtml/wtcustomhtml.php:406<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps1_store` s
INNER JOIN ps1_store_shop store_shop
ON (store_shop.id_store = s.id_store AND store_shop.id_shop = 1)
INNER JOIN `ps1_store_lang` sl ON (s.`id_store` = sl.`id_store`)
WHERE s.`active` = 1 and sl.`id_lang` = 4 |
593
ms
|
1 |
|
|
/modules/adpmicrodatos/classes/adpmicrodatos.tools.class.php:194
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:147<br>/modules/adpmicrodatos/adpmicrodatos.php:1092<br>/modules/adpmicrodatos/adpmicrodatos.php:1368<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9033
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
591
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE tr.*
FROM `ps1_tax_rule` tr
JOIN `ps1_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 21
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 |
590
ms
|
18312 |
Yes
|
|
/classes/tax/TaxRulesTaxManager.php:109
/override/classes/tax/TaxRulesTaxManager.php:60<br>/classes/Product.php:3917<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM ps1_feature_product pf
LEFT JOIN ps1_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 4)
LEFT JOIN ps1_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps1_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
INNER JOIN ps1_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10545
ORDER BY f.position ASC |
587
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
586
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9102) AND (b.`id_shop` = 1) LIMIT 1 |
585
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9090
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
580
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 3
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9138) AND (b.`id_shop` = 1) LIMIT 1 |
579
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/classes/Link.php:403<br>/classes/Link.php:463<br>/classes/Link.php:1231<br>/classes/controller/FrontController.php:2039<br>/classes/controller/FrontController.php:1527<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
579
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
578
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
578
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9117) AND (b.`id_shop` = 1) LIMIT 1 |
578
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9144) AND (b.`id_shop` = 1) LIMIT 1 |
578
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10551 AND id_shop=1 LIMIT 1 |
577
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9141
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
573
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
572
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9127) AND (b.`id_shop` = 1) LIMIT 1 |
570
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10547 AND id_shop=1 LIMIT 1 |
570
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "overrideMinimalPurchasePrice") LIMIT 1 |
567
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Cart/CartPresenter.php:432<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/modules/ps_shoppingcart/ps_shoppingcart.php:114<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9103
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
561
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
556
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "moduleRoutes") LIMIT 1 |
555
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Dispatcher.php:596<br>/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
553
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<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 ps1_shop_group gs
LEFT JOIN ps1_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps1_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 |
552
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 `iso_code`
FROM `ps1_country`
WHERE `id_country` = 21 LIMIT 1 |
549
ms
|
244 |
|
|
/classes/Country.php:274
/modules/vatchecker/vatchecker.php:852<br>/modules/vatchecker/vatchecker.php:466<br>/override/classes/tax/TaxRulesTaxManager.php:53<br>/classes/Product.php:3890<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10548 AND id_shop=1 LIMIT 1 |
548
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
547
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
543
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
543
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
542
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
541
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10549 LIMIT 1 |
541
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1_product_attribute`
WHERE `id_product` = 10541 |
541
ms
|
705 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
541
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
539
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps1_stock_available`
WHERE (id_product = 10542) AND (id_product_attribute = 1226) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
536
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5806<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
536
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
536
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "overrideMinimalPurchasePrice") LIMIT 1 |
534
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Cart/CartPresenter.php:432<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayMLS") LIMIT 1 |
533
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:109<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE location
FROM `ps1_stock_available`
WHERE (id_product = 10541) AND (id_product_attribute = 1217) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
533
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:797
/classes/Combination.php:153<br>/classes/Combination.php:140<br>/classes/Product.php:5806<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10545 AND id_shop=1 LIMIT 1 |
531
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
531
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
530
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9039
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
529
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionDispatcher") LIMIT 1 |
529
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Dispatcher.php:514<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
529
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10548 LIMIT 1 |
528
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9040) AND (b.`id_shop` = 1) LIMIT 1 |
527
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
526
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayBottomFooter") LIMIT 1 |
526
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:41<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10541 AND id_shop=1 LIMIT 1 |
524
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
524
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9142) AND (b.`id_shop` = 1) LIMIT 1 |
520
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps1_product_attribute`
WHERE `id_product` = 10542 |
520
ms
|
705 |
|
|
/classes/Product.php:2875
/src/Adapter/Image/ImageRetriever.php:75<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:653<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:123<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:57<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
519
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
518
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10550 LIMIT 1 |
516
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
516
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9036
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
515
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
515
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
513
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10545 LIMIT 1 |
512
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_country_lang`
WHERE `id_country` = 3 |
511
ms
|
732 |
|
|
/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>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
511
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionBuildFrontEndObject") LIMIT 1 |
510
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:579<br>/classes/controller/FrontController.php:559<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
510
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
509
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5803<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10544 LIMIT 1 |
508
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayTopHome") LIMIT 1 |
507
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
505
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
502
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
501
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `ps1_cart_rule` cr
LEFT JOIN `ps1_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 4)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%") |
501
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
501
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT 1 FROM `ps1_cart_rule` WHERE date_to >= "2025-05-29 00:00:00" AND date_to <= "2025-05-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps1_cart_rule` WHERE date_from >= "2025-05-29 00:00:00" AND date_from <= "2025-05-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps1_cart_rule` WHERE date_from < "2025-05-29 00:00:00" AND date_to > "2025-05-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
495
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT SQL_NO_CACHE * FROM `ps1_cart_rule` cr
LEFT JOIN `ps1_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 4)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1) |
495
ms
|
1 |
|
|
/classes/CartRule.php:444
/classes/Cart.php:3021<br>/classes/Cart.php:3395<br>/classes/Cart.php:3468<br>/src/Core/Cart/Fees.php:95<br>/src/Core/Cart/Calculator.php:354<br>/src/Core/Cart/Calculator.php:155<br>/classes/Cart.php:2190<br>/src/Adapter/Presenter/Cart/CartPresenter.php:335<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps1_hook`
WHERE `id_hook` = 699 LIMIT 1 |
495
ms
|
880 |
|
|
/classes/Hook.php:229
/classes/Hook.php:874<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
494
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
494
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
493
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9141) AND (b.`id_shop` = 1) LIMIT 1 |
492
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9039) AND (b.`id_shop` = 1) LIMIT 1 |
491
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.`id_wtcustomhtml`, bl.`content` FROM `ps1_wtcustomhtml` b
LEFT JOIN `ps1_wtcustomhtml_shop` bs ON (b.id_wtcustomhtml = bs.id_wtcustomhtml)
LEFT JOIN `ps1_wtcustomhtml_lang` bl ON (bl.id_wtcustomhtml = bs.id_wtcustomhtml)
WHERE bs.active = 1 AND bl.id_lang = 4 AND (bs.id_shop = 1) AND b.`hook` = "displayFooter" |
490
ms
|
1536 |
|
|
/modules/wtcustomhtml/wtcustomhtml.php:354
/modules/wtcustomhtml/wtcustomhtml.php:512<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
490
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10544 AND id_shop=1 LIMIT 1 |
490
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
490
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
490
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
489
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10542 LIMIT 1 |
489
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9036) AND (b.`id_shop` = 1) LIMIT 1 |
488
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionPresentProductListing") LIMIT 1 |
486
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:61<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps1_module` m
LEFT JOIN `ps1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
486
ms
|
8961 |
|
|
/classes/module/Module.php:340
/modules/ps_emailsubscription/ps_emailsubscription.php:96<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:911<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
485
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10546 LIMIT 1 |
485
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE wt.*, wl.*
FROM ps1_wtmegamenu_shop wt
LEFT JOIN `ps1_wtmegamenu_lang` wl ON (wl.`id_wtmegamenu` = wt.`id_wtmegamenu` AND wt.`id_shop` = wl.`id_shop`)
WHERE wt.active = 1 AND wl.id_shop = 1 AND wl.id_lang=4 ORDER BY wt.position ASC, wt.id_wtmegamenu ASC |
483
ms
|
108 |
Yes
|
|
/modules/wtmegamenu/classes/WtMegamenuClass.php:200
/modules/wtmegamenu/wtmegamenu.php:1181<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionFrontControllerSetMedia") LIMIT 1 |
482
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
482
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10543
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
481
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9105) AND (b.`id_shop` = 1) LIMIT 1 |
480
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9104) AND (b.`id_shop` = 1) LIMIT 1 |
479
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_country_lang`
WHERE `id_country` = 21 |
477
ms
|
732 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:895<br>/classes/controller/FrontController.php:351<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
477
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
476
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
476
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10548
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
475
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10546
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
475
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps1_meta m
LEFT JOIN ps1_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
473
ms
|
6627 |
|
|
/classes/Meta.php:190
/modules/wtmegamenu/wtmegamenu.php:1439<br>/modules/wtmegamenu/wtmegamenu.php:1211<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category_lang`
WHERE `id_category` = 9138 AND `id_shop` = 1 |
473
ms
|
234 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:364<br>/modules/ps_facetedsearch/src/Product/Search.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:173<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
473
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
472
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_country` a
LEFT JOIN `ps1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1 |
464
ms
|
59536 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/controller/FrontController.php:895<br>/classes/controller/FrontController.php:351<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "productSearchProvider") LIMIT 1 |
464
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/ProductListingFrontController.php:231<br>/classes/controller/ProductListingFrontController.php:265<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
464
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
463
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
463
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
463
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
463
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionProductSearchProviderRunQueryAfter") LIMIT 1 |
463
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/ProductListingFrontController.php:317<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
463
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
461
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
460
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10547 LIMIT 1 |
460
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_currency` a
LEFT JOIN `ps1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1 |
460
ms
|
375 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
458
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
458
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5568<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 4)
WHERE `level_depth` = 1 |
458
ms
|
20124 |
|
|
/classes/Category.php:2233
/classes/Category.php:1544<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:268<br>/modules/adpmicrodatos/adpmicrodatos.php:1220<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
458
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_country` a
LEFT JOIN `ps1_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1 |
457
ms
|
59536 |
|
|
/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>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
457
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10549
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
457
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
456
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10549 AND id_shop=1 LIMIT 1 |
456
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
456
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
455
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
454
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`id_category` = 9138 LIMIT 1 |
454
ms
|
20124 |
|
|
/classes/Category.php:1571
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:268<br>/modules/adpmicrodatos/adpmicrodatos.php:1352<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE 1 FROM `ps1_specific_price` WHERE id_product = 10551 LIMIT 1 |
450
ms
|
1311 |
|
|
/classes/SpecificPrice.php:420
/classes/SpecificPrice.php:508<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
450
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 4
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9037) AND (b.`id_shop` = 1) LIMIT 1 |
450
ms
|
1730664 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/wtblocksearch/wtblocksearch.php:193<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10542
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
450
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10550 AND id_shop=1 LIMIT 1 |
449
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
447
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
447
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
447
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "etsManufacturer") LIMIT 1 |
446
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayBottomHome") LIMIT 1 |
445
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.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/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
444
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionPresentCart") LIMIT 1 |
444
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Cart/CartPresenter.php:492<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayCenterHome") LIMIT 1 |
443
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_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/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
443
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10546 AND id_shop=1 LIMIT 1 |
443
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
442
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:144<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
441
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
440
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
440
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps1_shop s
LEFT JOIN ps1_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 |
439
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
438
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:153<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
438
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps1_currency` c
LEFT JOIN ps1_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1 |
438
ms
|
25 |
|
|
/classes/Currency.php:1126
/classes/Currency.php:1143<br>/classes/module/Module.php:2423<br>/modules/ps_linklist/ps_linklist.php:270<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
438
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
438
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
437
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
436
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayFooterBefore") LIMIT 1 |
436
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps1_lang` l
LEFT JOIN `ps1_lang_shop` ls ON (l.id_lang = ls.id_lang) |
435
ms
|
9 |
|
|
/classes/Language.php:1049
/config/config.inc.php:154<br>/index.php:27
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
435
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9131
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
435
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
435
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10542 AND id_shop=1 LIMIT 1 |
433
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps1_module` m
LEFT JOIN `ps1_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1 |
433
ms
|
8961 |
|
|
/classes/module/Module.php:340
/modules/ps_mbo/ps_mbo.php:188<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:911<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
432
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
431
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
431
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionPresentProductListing") LIMIT 1 |
430
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Product/ProductListingPresenter.php:61<br>/classes/controller/ProductListingFrontController.php:62<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayFooterAfter") LIMIT 1 |
430
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.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/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10547
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
430
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
430
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:156<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
430
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:153<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:48<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
429
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
428
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionFrontControllerSetVariables") LIMIT 1 |
428
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:547<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9127
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
428
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
426
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_group` a
LEFT JOIN `ps1_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1 |
425
ms
|
36 |
|
|
/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>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
423
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
423
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionControllerInitAfter") LIMIT 1 |
422
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/Controller.php:202<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
422
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
421
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10544
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
420
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 4 AND mr.`active` = 1 |
418
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_category` a
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9138) LIMIT 1 |
418
ms
|
7396 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Category.php:160<br>/modules/ps_facetedsearch/src/Product/Search.php:364<br>/modules/ps_facetedsearch/src/Product/Search.php:130<br>/modules/ps_facetedsearch/src/Product/SearchProvider.php:173<br>/classes/controller/ProductListingFrontController.php:311<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
417
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
417
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_lang` a
LEFT JOIN `ps1_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1 |
417
ms
|
9 |
|
|
/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 * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
417
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
415
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE b.`id_wtcustomhtml`, bl.`content` FROM `ps1_wtcustomhtml` b
LEFT JOIN `ps1_wtcustomhtml_shop` bs ON (b.id_wtcustomhtml = bs.id_wtcustomhtml)
LEFT JOIN `ps1_wtcustomhtml_lang` bl ON (bl.id_wtcustomhtml = bs.id_wtcustomhtml)
WHERE bs.active = 1 AND bl.id_lang = 4 AND (bs.id_shop = 1) AND b.`hook` = "displayNav2" |
415
ms
|
1536 |
|
|
/modules/wtcustomhtml/wtcustomhtml.php:354
/modules/wtcustomhtml/wtcustomhtml.php:394<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9099
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
413
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
413
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10545
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
413
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
412
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
412
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
412
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9132
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
412
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
412
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
411
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
411
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10550
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
411
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
410
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10551
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
409
ms
|
314 |
Yes
|
|
/classes/SpecificPrice.php:250
/classes/SpecificPrice.php:230<br>/classes/SpecificPrice.php:550<br>/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
408
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
408
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9151
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
407
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9146
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
407
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
406
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
406
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
406
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
405
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
405
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
405
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
405
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionProductSearchProviderRunQueryBefore") LIMIT 1 |
405
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/ProductListingFrontController.php:304<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
404
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9034
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
404
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
404
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
404
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
404
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
404
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
403
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
403
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9077
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
402
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
402
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
402
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9144
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
402
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
402
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9075
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
401
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
401
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
401
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionPresentCart") LIMIT 1 |
400
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Cart/CartPresenter.php:492<br>/modules/ps_shoppingcart/ps_shoppingcart.php:96<br>/modules/ps_shoppingcart/ps_shoppingcart.php:114<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9150
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
400
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name, alias FROM `ps1_hook_alias` |
399
ms
|
88 |
|
|
/classes/Hook.php:343
/classes/Hook.php:148<br>/classes/Hook.php:367<br>/classes/Hook.php:390<br>/classes/Hook.php:923<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
399
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
396
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9110
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
396
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 4 AND mr.`active` = 1 |
396
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9133
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
395
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
395
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
395
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9140
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
395
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
394
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
394
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
394
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9091
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
393
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
392
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
392
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
392
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Product.php:5822<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9042
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
391
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9117
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
391
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9108
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
391
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
391
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
391
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
391
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 4 AND cl.id_shop = 1 ) WHERE c.`id_category` = 9138 LIMIT 1 |
390
ms
|
20124 |
|
|
/classes/Category.php:1571
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:268<br>/modules/adpmicrodatos/adpmicrodatos.php:1220<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9142
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
390
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
389
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "filterProductSearch") LIMIT 1 |
389
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/ProductListingFrontController.php:398<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
389
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
389
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_currency` a
LEFT JOIN `ps1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
389
ms
|
25 |
|
|
/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>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9118
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
389
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9123
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
389
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
389
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
387
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
386
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10541 AND `id_group` = 1 LIMIT 1 |
386
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9147
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
386
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
385
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
385
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
384
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps1_required_field |
384
ms
|
1 |
|
|
/classes/ObjectModel.php:1510
/classes/ObjectModel.php:1542<br>/classes/ObjectModel.php:1473<br>/classes/controller/FrontController.php:532<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
384
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9148
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
384
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
383
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
383
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
383
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
382
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9102
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
382
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9122
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
382
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 17 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
381
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9119
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
381
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
381
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
380
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps1_image_type` WHERE 1 AND `products` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
380
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:283<br>/classes/controller/FrontController.php:1536<br>/classes/controller/FrontController.php:1652<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
380
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `iso_code`
FROM `ps1_country`
WHERE `id_country` = 3 LIMIT 1 |
380
ms
|
244 |
|
|
/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>/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:48<br>/var/cache/prod/Ps_checkout7363FrontContainer.php:201<br>/var/cache/prod/Ps_checkout7363FrontContainer.php:1021<br>/var/cache/prod/Ps_checkout7363FrontContainer.php:1161<br>/var/cache/prod/Ps_checkout7363FrontContainer.php:1151<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_checkout/ps_checkout.php:1414<br>/modules/ps_checkout/ps_checkout.php:854<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
379
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
379
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
379
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
378
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_tax` a
WHERE (a.`id_tax` = 34) LIMIT 1 |
378
ms
|
42 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/override/classes/tax/TaxRulesTaxManager.php:60<br>/classes/Product.php:3890<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
378
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10545 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
378
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
378
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10542 AND `id_group` = 1 LIMIT 1 |
377
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
377
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
(SELECT 1 FROM `ps1_cart_rule` WHERE date_to >= "2025-05-29 00:00:00" AND date_to <= "2025-05-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps1_cart_rule` WHERE date_from >= "2025-05-29 00:00:00" AND date_from <= "2025-05-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `ps1_cart_rule` WHERE date_from < "2025-05-29 00:00:00" AND date_to > "2025-05-29 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1 |
377
ms
|
1 |
|
|
/classes/CartRule.php:383
/classes/CartRule.php:416<br>/classes/CartRule.php:555<br>/classes/Cart.php:546<br>/src/Adapter/Presenter/Cart/CartPresenter.php:445<br>/classes/controller/FrontController.php:524<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
376
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
376
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
376
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionProductFlagsModifier") LIMIT 1 |
375
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/HookManager.php:79<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:505<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:178<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
374
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
374
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
373
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
373
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
372
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
371
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
371
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9121
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
371
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
371
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
371
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
371
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 11 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
370
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `ps1_ets_hb_html_box` hb
LEFT JOIN `ps1_ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 4)
JOIN `ps1_ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 14 |
369
ms
|
1 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:252
/modules/ets_htmlbox/ets_htmlbox.php:160<br>/modules/ets_htmlbox/ets_htmlbox.php:305<br>/modules/ets_htmlbox/ets_htmlbox.php:222<br>/modules/ets_htmlbox/ets_htmlbox.php:260<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10547 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
369
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
369
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
369
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
369
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
369
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 12 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
368
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 14 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
368
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10546 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
368
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10549 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
368
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
367
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
367
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
366
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
366
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
365
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
365
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
365
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
365
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
365
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps1_hook_alias` |
365
ms
|
88 |
|
|
/classes/Hook.php:291
/classes/Hook.php:322<br>/classes/Hook.php:732<br>/classes/Hook.php:805<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
365
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 15 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
364
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
364
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
364
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
364
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10543 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
363
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `name`
FROM `ps1_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 3 LIMIT 1 |
361
ms
|
732 |
|
|
/classes/Country.php:251
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:226<br>/modules/adpmicrodatos/adpmicrodatos.php:1067<br>/modules/adpmicrodatos/adpmicrodatos.php:1365<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_tax_lang`
WHERE `id_tax` = 34 |
360
ms
|
126 |
|
|
/src/Adapter/EntityMapper.php:84
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/tax/TaxRulesTaxManager.php:116<br>/override/classes/tax/TaxRulesTaxManager.php:60<br>/classes/Product.php:3890<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
360
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10541 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
360
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
359
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10550 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
357
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5684<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps1_lang` l
JOIN ps1_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1 |
357
ms
|
9 |
|
|
/classes/Language.php:1198
/classes/Language.php:1502<br>/classes/Dispatcher.php:541<br>/classes/Dispatcher.php:238<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10544 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
357
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5694<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10543 AND `id_group` = 1 LIMIT 1 |
356
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `ps1_ets_hb_html_box` hb
LEFT JOIN `ps1_ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 4)
JOIN `ps1_ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 16 |
356
ms
|
1 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:252
/modules/ets_htmlbox/ets_htmlbox.php:160<br>/modules/ets_htmlbox/ets_htmlbox.php:295<br>/modules/ets_htmlbox/ets_htmlbox.php:245<br>/modules/ets_htmlbox/ets_htmlbox.php:260<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10548 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
355
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10551 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
355
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5672<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM ps1_meta m
LEFT JOIN ps1_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 4
AND ml.id_shop = 1 LIMIT 1 |
355
ms
|
6627 |
|
|
/classes/Meta.php:190
/modules/wtmegamenu/wtmegamenu.php:1439<br>/modules/wtmegamenu/wtmegamenu.php:1211<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 13 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
355
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
354
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3795<br>/classes/Product.php:3675<br>/classes/Product.php:5706<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
354
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 20 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
354
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9035
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
354
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_category_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10542 AND cp.id_category IN (9033,9047,9046,9077,9121,9039,9090,9030,9135,9136,9132,9138,9099,9075,9133,9121,9138,9030,9134,9038,9141,9036) LIMIT 1 |
354
ms
|
97696 |
|
|
/modules/categoryquantitydiscount/categoryquantitydiscount.php:311
/classes/Product.php:3799<br>/classes/Product.php:3675<br>/classes/Product.php:5722<br>/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 16 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
353
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 23 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
350
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps1_country`
WHERE `id_country` = 3 LIMIT 1 |
350
ms
|
244 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/modules/ps_contactinfo/ps_contactinfo.php:98<br>/modules/ps_contactinfo/ps_contactinfo.php:83<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "DisplayOverrideTemplate") LIMIT 1 |
350
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:1411<br>/classes/controller/FrontController.php:1312<br>/classes/controller/ProductListingFrontController.php:593<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionFrontControllerInitAfter") LIMIT 1 |
348
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:506<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9098
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
347
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 18 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
346
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps1_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
346
ms
|
1 |
|
|
/classes/shop/ShopUrl.php:182
/classes/shop/ShopUrl.php:198<br>/classes/Tools.php:333<br>/classes/Link.php:66<br>/config/config.inc.php:262<br>/index.php:27
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10547 AND `id_group` = 1 LIMIT 1 |
346
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 19 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
346
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 21 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
345
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps1_image_type` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
342
ms
|
8 |
Yes
|
|
/classes/ImageType.php:109
/src/Adapter/Image/ImageRetriever.php:165<br>/controllers/front/listing/CategoryController.php:234<br>/controllers/front/listing/CategoryController.php:200<br>/controllers/front/listing/CategoryController.php:110<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 22 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
341
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps1_category_group ctg
WHERE ctg.`id_category` = 9138 AND ctg.`id_group` = 1 LIMIT 1 |
341
ms
|
306 |
|
|
/classes/Category.php:1730
/controllers/front/listing/CategoryController.php:101<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_country`
FROM `ps1_country`
WHERE `iso_code` = 'US' LIMIT 1 |
340
ms
|
244 |
|
|
/classes/Country.php:193
/classes/controller/FrontController.php:892<br>/classes/controller/FrontController.php:351<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_currency` a
LEFT JOIN `ps1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1 |
339
ms
|
375 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_group_lang`
WHERE `id_group` = 1 |
338
ms
|
18 |
|
|
/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>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "filterHtmlContent") LIMIT 1 |
337
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:97<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:70<br>/classes/Meta.php:543<br>/classes/Meta.php:385<br>/classes/Meta.php:302<br>/classes/controller/FrontController.php:1689<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_group`
WHERE `id_group` = 1 LIMIT 1 |
337
ms
|
6 |
|
|
/classes/Group.php:154
/classes/Product.php:3959<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE format
FROM `ps1_address_format`
WHERE `id_country` = 3 LIMIT 1 |
336
ms
|
241 |
|
|
/classes/AddressFormat.php:672
/classes/AddressFormat.php:634<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_currency` a
LEFT JOIN `ps1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1 |
335
ms
|
375 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps1_currency` c ORDER BY `iso_code` ASC |
334
ms
|
5 |
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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionProductSearchAfter") LIMIT 1 |
334
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/ProductListingFrontController.php:399<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
334
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/controller/FrontController.php:1573<br>/classes/controller/FrontController.php:1710<br>/controllers/front/listing/CategoryController.php:267<br>/classes/controller/FrontController.php:528<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM ps1_wtmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 1 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
333
ms
|
19 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1060
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9104
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
332
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps1_image_type` |
332
ms
|
8 |
|
|
/classes/ImageType.php:147
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:281<br>/modules/adpmicrodatos/adpmicrodatos.php:1220<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_manufacturer, name
FROM ps1_manufacturer
WHERE active = 1
ORDER BY name asc |
331
ms
|
21 |
Yes
|
|
/modules/ets_manufacturerslider/ets_manufacturerslider.php:501
/modules/ets_manufacturerslider/ets_manufacturerslider.php:528<br>/modules/ets_manufacturerslider/ets_manufacturerslider.php:555<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:26<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
331
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps1_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
331
ms
|
86 |
|
|
/classes/Category.php:1577
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:268<br>/modules/adpmicrodatos/adpmicrodatos.php:1220<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9040
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
330
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9107
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
330
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps1_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 9030 LIMIT 1 |
329
ms
|
234 |
|
|
/classes/Category.php:1371
/classes/Product.php:5617<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10549 AND `id_group` = 1 LIMIT 1 |
328
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM ps1_wtmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 5 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
328
ms
|
19 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1060
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE smi.*,smil.*
FROM ps1_wtmegamenu_item_shop smi
LEFT JOIN ps1_wtmegamenu_item_lang smil ON (smi.id_item = smil.id_item AND smi.id_shop = smil.id_shop)
WHERE smi.id_column = 24 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
327
ms
|
5292 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1073
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_currency` a
LEFT JOIN `ps1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1 |
326
ms
|
375 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "filterCategoryContent") LIMIT 1 |
326
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/controllers/front/listing/CategoryController.php:120<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_currency_lang`
WHERE `id_currency` = 1 |
325
ms
|
15 |
|
|
/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>/classes/Tools.php:701<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
324
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10546 AND `id_group` = 1 LIMIT 1 |
324
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10544 AND `id_group` = 1 LIMIT 1 |
321
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "wtmegamenu" LIMIT 1 |
321
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9105
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
320
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps1_category` c
LEFT JOIN `ps1_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps1_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 4
AND c.`id_parent` = 9037
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
318
ms
|
1730664 |
Yes
|
Yes
|
/classes/Category.php:1146
/modules/wtblocksearch/wtblocksearch.php:198<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:209<br>/modules/wtblocksearch/wtblocksearch.php:172<br>/modules/wtblocksearch/wtblocksearch.php:184<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_accounts" LIMIT 1 |
317
ms
|
103 |
|
|
/src/Adapter/Module/ModuleDataProvider.php:198
/src/Adapter/Module/ModuleDataProvider.php:185<br>/src/Core/Addon/Module/ModuleManager.php:592<br>/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php:83<br>/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:44<br>/modules/ps_mbo/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php:62<br>/modules/ps_checkout/src/Repository/PsAccountRepository.php:46<br>/var/cache/prod/Ps_checkout7363FrontContainer.php:1021<br>/var/cache/prod/Ps_checkout7363FrontContainer.php:1161<br>/var/cache/prod/Ps_checkout7363FrontContainer.php:1151<br>/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php:306<br>/modules/ps_metrics/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php:64<br>/modules/ps_checkout/ps_checkout.php:1414<br>/modules/ps_checkout/ps_checkout.php:854<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:951<br>/tools/profiling/Controller.php:48<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
317
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayTop") LIMIT 1 |
316
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
315
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
313
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
312
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM `ps1_hook_module_exceptions`
WHERE `id_shop` IN (1) |
309
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:879<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps1_country`
WHERE `id_country` = 3 LIMIT 1 |
308
ms
|
244 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/classes/controller/FrontController.php:1671<br>/classes/controller/FrontController.php:529<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE hbl.html,hb.style,hbl.id_lang
FROM `ps1_ets_hb_html_box` hb
LEFT JOIN `ps1_ets_hb_html_box_lang` hbl
ON (hb.`id_ets_hb_html_box` = hbl.`id_ets_hb_html_box` AND hbl.`id_lang` = 4)
JOIN `ps1_ets_hb_html_box_position` hbp
ON (hbp.`id_ets_hb_html_box` = hb.`id_ets_hb_html_box`)
WHERE hb.active = 1
AND hbp.`position` = 17 |
304
ms
|
1 |
|
|
/modules/ets_htmlbox/classes/HBHtmlbox.php:252
/modules/ets_htmlbox/ets_htmlbox.php:160<br>/modules/ets_htmlbox/ets_htmlbox.php:300<br>/modules/ets_htmlbox/ets_htmlbox.php:246<br>/modules/ets_htmlbox/ets_htmlbox.php:260<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_currency` a
LEFT JOIN `ps1_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 4
LEFT JOIN `ps1_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1 |
304
ms
|
375 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionFrontControllerInitBefore") LIMIT 1 |
304
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:286<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
304
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionControllerInitBefore") LIMIT 1 |
303
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/Controller.php:174<br>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10551 AND `id_group` = 1 LIMIT 1 |
303
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
301
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1 |
301
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:55<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_lang` a
LEFT JOIN `ps1_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 4) LIMIT 1 |
300
ms
|
9 |
|
|
/src/Adapter/EntityMapper.php:76
/classes/ObjectModel.php:265<br>/tools/profiling/ObjectModel.php:32<br>/classes/Tools.php:658<br>/classes/Dispatcher.php:242<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionOutputHTMLBefore") LIMIT 1 |
299
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:730<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10548 AND `id_group` = 1 LIMIT 1 |
299
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps1_country`
WHERE `id_country` = 3 LIMIT 1 |
298
ms
|
244 |
|
|
/classes/Country.php:401
/classes/AddressFormat.php:638<br>/classes/AddressFormat.php:619<br>/classes/AddressFormat.php:563<br>/classes/AddressFormat.php:438<br>/modules/ps_contactinfo/ps_contactinfo.php:98<br>/modules/ps_contactinfo/ps_contactinfo.php:83<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10545 AND `id_group` = 1 LIMIT 1 |
297
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "filterHtmlContent") LIMIT 1 |
294
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:97<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:70<br>/controllers/front/listing/CategoryController.php:197<br>/controllers/front/listing/CategoryController.php:110<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1 |
294
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "wtproductfilter" LIMIT 1 |
293
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "filterHtmlContent") LIMIT 1 |
292
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:97<br>/src/Adapter/Presenter/Object/ObjectPresenter.php:70<br>/classes/controller/FrontController.php:1592<br>/classes/controller/FrontController.php:526<br>/classes/controller/FrontController.php:590<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 63 AND `id_shop` = 1 LIMIT 1 |
291
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionDispatcherBefore") LIMIT 1 |
290
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10550 AND `id_group` = 1 LIMIT 1 |
289
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
288
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayAfterBodyOpeningTag") LIMIT 1 |
288
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:49<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
287
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
287
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "wtpagetitle" LIMIT 1 |
287
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/c2/5b/a1/c25ba1606c68d81c3bd4bfbffb74d53fd20302e1_2.file.breadcrumb.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionProductFlagsModifier") LIMIT 1 |
285
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/HookManager.php:79<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:505<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:178<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "wtblocksearch" LIMIT 1 |
285
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_linklist" LIMIT 1 |
285
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayBeforeBodyClosingTag") LIMIT 1 |
282
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:110<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
282
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1 |
281
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 1 AND mr.`active` = 1 |
281
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
278
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
277
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/ProductAssembler.php:117<br>/classes/controller/ProductListingFrontController.php:54<br>:undefined<br>/classes/controller/ProductListingFrontController.php:76<br>/classes/controller/ProductListingFrontController.php:333<br>/classes/controller/ProductListingFrontController.php:589<br>/controllers/front/listing/CategoryController.php:148<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
276
ms
|
234 |
|
|
/classes/Product.php:5618
/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
276
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:94<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "actionProductFlagsModifier") LIMIT 1 |
273
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/src/Adapter/HookManager.php:79<br>/src/Adapter/Presenter/Product/ProductLazyArray.php:505<br>/src/Adapter/Presenter/AbstractLazyArray.php:257<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:178<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/d0/0a/49/d00a49c8c23339c35cf8c85f2fcf8f4ea9b5c4d7_2.file.product.tpl.php:53<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:383<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:72<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/40/ea/75/40ea75d41bfaeebf3c3eaedddcd007de3eacb920_2.file.products.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:83<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:159<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:82<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:186<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:85<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
272
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:31<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE *
FROM `ps1_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
272
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 `id_module` FROM `ps1_module_shop` WHERE `id_module` = 64 AND `id_shop` = 1 LIMIT 1 |
270
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:112<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1 |
268
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/c2/5b/a1/c25ba1606c68d81c3bd4bfbffb74d53fd20302e1_2.file.breadcrumb.tpl.php:28<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:201<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:70<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps1_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
265
ms
|
6 |
|
|
/classes/ObjectModel.php:1647
/classes/Group.php:400<br>/classes/Cart.php:248<br>/classes/Cart.php:221<br>/classes/controller/FrontController.php:443<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
265
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:80<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM ps1_wtmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 4 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
264
ms
|
19 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1060
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
263
ms
|
103 |
|
|
/classes/module/Module.php:2840
/classes/module/Module.php:2327<br>/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:29<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
262
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps1_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
261
ms
|
86 |
|
|
/classes/Category.php:1577
/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:268<br>/modules/adpmicrodatos/adpmicrodatos.php:1352<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 5 AND mr.`active` = 1 |
260
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang` WHERE `iso_code` = 'en' LIMIT 1 |
254
ms
|
3 |
|
|
/classes/Language.php:824
/classes/Tools.php:644<br>/classes/Dispatcher.php:242<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 5 AND mr.`active` = 1 |
254
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps1_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
252
ms
|
5 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:708<br>/classes/controller/FrontController.php:384<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mc.*
FROM ps1_wtmegamenu_column_shop mc
WHERE mc.`id_shop` = 1 AND mc.id_row = 3 AND mc.`active` = 1 ORDER BY mc.position ASC, mc.id_column ASC |
251
ms
|
19 |
Yes
|
|
/modules/wtmegamenu/wtmegamenu.php:1060
/modules/wtmegamenu/wtmegamenu.php:1154<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayFooter") LIMIT 1 |
249
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps1_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1 |
249
ms
|
3 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:224<br>/index.php:27
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayHeader") LIMIT 1 |
248
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE id_shop
FROM `ps1_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1 |
247
ms
|
3 |
|
|
/classes/ObjectModel.php:1647
/classes/Tools.php:659<br>/classes/Dispatcher.php:242<br>/classes/Dispatcher.php:207<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
244
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayNavFullWidth") LIMIT 1 |
241
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:104<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps1_currency` c
WHERE (iso_code = 'CAD') LIMIT 1 |
241
ms
|
5 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
239
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE active
FROM `ps1_hook` h
WHERE (h.name = "displayLeftColumn") LIMIT 1 |
237
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:80<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
237
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1 |
237
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/79/db/11/79db11a5727df6d71a7e6d6ab7031df5943cb068_2.file.footer.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:306<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:98<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
236
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
232
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps1_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
229
ms
|
5 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps1_currency` c
WHERE (iso_code = 'GBP') LIMIT 1 |
228
ms
|
5 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 7 AND mr.`active` = 1 |
227
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
225
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 3 AND mr.`active` = 1 |
222
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
221
ms
|
3 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 |
221
ms
|
87 |
|
|
/classes/module/Module.php:2328
/classes/Hook.php:1003<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:224<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:80<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps1_currency` c
WHERE (iso_code = 'USD') LIMIT 1 |
219
ms
|
5 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE * FROM ps1_vatchecker
WHERE id_address =
AND id_country = 21
AND vat_number = '' |
217
ms
|
1 |
|
|
/modules/vatchecker/vatchecker.php:593
/modules/vatchecker/vatchecker.php:515<br>/modules/vatchecker/vatchecker.php:474<br>/override/classes/tax/TaxRulesTaxManager.php:53<br>/classes/Product.php:3890<br>/classes/Product.php:3675<br>/classes/Product.php:5636<br>/classes/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/front/listing/CategoryController.php:137<br>/tools/profiling/Controller.php:60<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 1 AND mr.`active` = 1 |
217
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 3 AND mr.`active` = 1 |
216
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE c.id_currency
FROM `ps1_currency` c
WHERE (iso_code = 'SAR') LIMIT 1 |
215
ms
|
5 |
|
|
/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>/classes/controller/FrontController.php:303<br>/controllers/front/listing/CategoryController.php:92<br>/tools/profiling/Controller.php:41<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 3 AND mr.`active` = 1 |
213
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1152<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|
SELECT SQL_NO_CACHE mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 7 AND mr.`active` = 1 |
213
ms
|
4 |
|
|
/modules/wtmegamenu/wtmegamenu.php:1043
/modules/wtmegamenu/wtmegamenu.php:1150<br>/modules/wtmegamenu/wtmegamenu.php:1216<br>/modules/wtmegamenu/wtmegamenu.php:1236<br>/classes/Hook.php:1007<br>/tools/profiling/Hook.php:64<br>/classes/Hook.php:954<br>/config/smarty.config.inc.php:164<br>/classes/Smarty/SmartyLazyRegister.php:83<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:107<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/06/ce/13/06ce136362a800e4184cc5819fbabbd16c82e10d_2.file.header.tpl.php:34<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:165<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:248<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:184<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:156<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/85/62/ee/8562eed64d5c18d944c9fdfe16d2f40a77b7013f_2.file.layout-both-columns.tpl.php:59<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7e/f4/41/7ef44157da3c3801ab8b0c205d1242148e23ca27_2.file.layout-left-column.tpl.php:38<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/f0/58/40/f058407a211f7588f73950bdf6fa20fde46b6ffe_2.file.product-list.tpl.php:37<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php:123<br>/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php:114<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:216<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php:385<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php:116<br>/var/cache/prod/smarty/compile/wt_omartsimplelayouts_layout_left_column_tpl/7d/d9/c8/7dd9c8c783475ee1448081320f7904cf486e388b_2.file.category.tpl.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_templatebase.php:232<br>/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php:116<br>/classes/controller/FrontController.php:727<br>/classes/controller/FrontController.php:709<br>/tools/profiling/Controller.php:106<br>/tools/profiling/Controller.php:83<br>/classes/Dispatcher.php:518<br>/index.php:28
|