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` = 9075 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,12 |
13255
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 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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 |
12533
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 *
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 |
10454
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 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` |
8151
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 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` |
6732
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 *
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 |
4346
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` = 10542) AND (b.`id_shop` = 1) LIMIT 1 |
4255
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 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 |
4239
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 = 10542
LIMIT 1 |
4131
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 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 |
4128
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 *
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 |
4046
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` = 10546) AND (b.`id_shop` = 1) LIMIT 1 |
4040
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 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` = 10493 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` = 10493 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
4023
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 |
3994
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 |
3990
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 *
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 |
3976
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` = 10523) AND (b.`id_shop` = 1) LIMIT 1 |
3975
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 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 |
3973
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` = 10524) AND (b.`id_shop` = 1) LIMIT 1 |
3956
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` = 10544) AND (b.`id_shop` = 1) LIMIT 1 |
3934
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 |
3864
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 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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 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 |
3821
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 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>=17 AND c.nright<=18 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 |
3819
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` = 10493) AND (b.`id_shop` = 1) LIMIT 1 |
3801
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 |
3789
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` = 1375
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` = 1375
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 |
3775
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 *
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 |
3672
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 |
3652
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` = 10547) AND (b.`id_shop` = 1) LIMIT 1 |
3640
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 |
3610
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 |
3571
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 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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 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 (218, 243, 248, 249, 257))) |
3553
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 |
3448
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 |
3439
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 *
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` = 10140) AND (b.`id_shop` = 1) LIMIT 1 |
3371
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 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 |
3367
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 |
3359
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 |
3328
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 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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 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 (218, 243, 248, 249, 257))) GROUP BY p.condition |
3310
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 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` |
3260
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_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 |
3220
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 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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 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 (218, 243, 248, 249, 257))) GROUP BY p.id_manufacturer |
3214
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 |
3185
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 |
3164
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` = 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 |
3076
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 |
3034
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 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 |
3026
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 |
3020
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 |
3005
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 |
2876
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 |
2866
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 |
2859
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 |
2841
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 |
2834
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 |
2828
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 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` |
2818
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 |
2812
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 |
2805
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 |
2783
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 |
2781
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 |
2761
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 |
2753
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 |
2751
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 |
2742
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 |
2675
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 |
2671
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` = 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 |
2640
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 |
2620
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 |
2611
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 |
2606
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 |
2593
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 |
2588
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 |
2581
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 |
2557
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 |
2556
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 |
2538
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 |
2535
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 |
2521
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 |
2505
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 |
2474
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` = 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 |
2469
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 |
2459
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 |
2458
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 |
2447
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 |
2444
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 |
2432
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 |
2406
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 |
2388
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 |
2378
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 |
2375
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 |
2368
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 |
2365
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 |
2363
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` = 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 |
2357
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 |
2350
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 |
2349
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 |
2326
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 |
2315
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 |
2288
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 |
2286
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 |
2283
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 |
2278
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 |
2275
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 |
2271
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 |
2270
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 |
2266
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 |
2261
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 |
2258
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 |
2253
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 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 |
2252
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 |
2249
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 |
2247
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 |
2245
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 |
2242
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 |
2238
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` = 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 |
2231
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 |
2229
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 |
2227
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 |
2225
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` = 10140 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` = 10140 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2221
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 |
2221
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 |
2216
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 |
2216
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 |
2212
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 |
2209
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 |
2205
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 |
2200
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 |
2196
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 |
2187
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 |
2183
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 |
2172
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 |
2170
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 |
2169
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 |
2168
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 |
2161
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 |
2161
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 |
2161
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 |
2158
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 |
2155
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 |
2152
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 |
2151
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 |
2149
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 |
2149
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 |
2147
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 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 |
2144
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 |
2142
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` = 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 |
2141
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 |
2140
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 |
2140
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 |
2134
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 |
2126
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 |
2124
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 |
2121
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 |
2121
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 |
2120
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 |
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 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 |
2117
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 |
2116
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 |
2115
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` = 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 |
2115
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 |
2115
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 |
2114
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 |
2114
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 |
2109
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` = 1223
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` = 1223
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 |
2108
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 |
2108
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 |
2104
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 |
2103
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 |
2102
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` = 1262
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` = 1262
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 |
2099
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 |
2099
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 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` |
2097
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 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 |
2097
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 |
2094
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 |
2093
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 |
2093
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 |
2087
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 |
2087
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 |
2086
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 |
2085
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 |
2083
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 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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 |
2082
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 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 |
2081
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 |
2081
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 |
2079
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` = 10524 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` = 10524 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2076
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
2073
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 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/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 |
2067
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 |
2057
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 |
2056
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 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` = 10523 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` = 10523 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1 |
2048
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 |
2048
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 |
2043
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 |
2041
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 |
2038
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 |
2037
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 |
2036
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 |
2036
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 |
2035
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 |
2032
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 |
2027
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 |
2025
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 |
2025
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` = 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 |
2024
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 |
2021
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 |
2021
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 |
2020
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 |
2020
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 |
2015
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 |
2013
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` = 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 |
2010
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 |
2004
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 |
2003
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 |
1994
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 |
1991
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 |
1983
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 |
1980
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 |
1977
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 |
1973
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 |
1973
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 |
1968
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 |
1954
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 |
1951
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 |
1950
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 |
1948
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 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: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_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1937
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 |
1935
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 |
1935
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 |
1933
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 |
1931
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 |
1914
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 |
1908
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 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 |
1903
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 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` = 1223 LIMIT 1 |
1873
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` = 10493
AND image_shop.`cover` = 1 LIMIT 1 |
1869
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 `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1838
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 |
1827
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` = 1223
AND agl.`id_lang` = 4 |
1819
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 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 |
1806
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_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 |
1762
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 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 |
1760
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 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` = 1375
AND agl.`id_lang` = 4 |
1748
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 `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1742
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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 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 (218, 243, 248, 249, 257))) GROUP BY pac.id_attribute |
1738
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 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 |
1734
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 |
1730
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 |
1716
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 |
1701
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` = 10542
AND pac.`id_product_attribute` = 1262
AND agl.`id_lang` = 4 |
1698
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 `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1662
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 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 |
1660
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 `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1660
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 |
1659
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 |
1642
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 |
1619
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 |
1618
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 |
1605
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 |
1605
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 |
1604
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 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 |
1604
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 `id_order`
FROM `ps1_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1 |
1599
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 |
1598
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 |
1593
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 |
1579
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 *
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` = 1223) LIMIT 1 |
1559
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 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 |
1549
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 *, ( 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 |
1534
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` = 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 |
1533
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 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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 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=8)) AND ((pac_1.id_attribute IN (218, 243, 248, 249, 257))) GROUP BY pac.id_attribute |
1530
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 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) |
1495
ms
|
365472000 |
|
|
/classes/Product.php:3824
/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 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 |
1487
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 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 |
1452
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 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 |
1446
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 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` = 10523) |
1444
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` = 10546
AND image_shop.`cover` = 1 LIMIT 1 |
1412
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 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 |
1412
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 |
1409
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 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 |
1372
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 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 |
1368
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 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 |
1362
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 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 |
1342
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 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` = 1262 LIMIT 1 |
1331
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 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 |
1330
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionOutputHTMLBefore") LIMIT 1 |
1317
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 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) |
1315
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 |
1311
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 *
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 |
1307
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 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 = 8 ORDER BY agl.`name` ASC, a.`position` ASC |
1306
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 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` = 1375 LIMIT 1 |
1300
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 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 (218, 243, 248, 249, 257))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=17 AND c.nright<=18 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 (218, 243, 248, 249, 257))) AND cg.id_group='1' AND c.nleft>17 AND c.nright<18 GROUP BY cp.id_category |
1288
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 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`) |
1278
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 `id_product_attribute`
FROM `ps1_product_attribute`
WHERE `id_product` = 10551 |
1266
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 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) |
1252
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` = 10523
AND image_shop.`cover` = 1 LIMIT 1 |
1243
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` = 10542) |
1231
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` = 10547
AND image_shop.`cover` = 1 LIMIT 1 |
1225
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 |
1216
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 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 |
1209
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_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 |
1206
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 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) |
1201
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionPresentProductListing") LIMIT 1 |
1182
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_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 |
1181
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 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` |
1181
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 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) |
1178
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` = 10140) |
1169
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` = 10547) |
1168
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` = 10551
AND image_shop.`cover` = 1 LIMIT 1 |
1167
ms
|
2951524 |
|
|
/classes/Product.php:3533
/classes/Product.php:5602<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` = 10546) |
1166
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` = 10524
AND image_shop.`cover` = 1 LIMIT 1 |
1162
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` = 10541
AND image_shop.`cover` = 1 LIMIT 1 |
1159
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` = 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 |
1148
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 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 |
1146
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` = 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 |
1138
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` = 10524) |
1137
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` = 10493) |
1137
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` = 10523 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 |
1125
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` = 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 |
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 *, ( 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 |
1105
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 = 18 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
1105
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 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` |
1102
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 |
1097
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` = 10493 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 |
1082
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 |
1075
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` = 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 |
1074
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` = 10548) |
1070
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 |
1070
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` = 10524 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 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` = 10140
AND image_shop.`cover` = 1 LIMIT 1 |
1034
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` = 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 |
1015
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` = 10140 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 |
1013
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 active
FROM `ps1_hook` h
WHERE (h.name = "overrideLayoutTemplate") LIMIT 1 |
993
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 active
FROM `ps1_hook` h
WHERE (h.name = "overrideLayoutTemplate") LIMIT 1 |
980
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 *, ( 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 |
972
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 * 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 |
930
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 = "displayMLS") LIMIT 1 |
904
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 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 = 10523
ORDER BY f.position ASC |
902
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 1 FROM `ps1_specific_price` WHERE `from` BETWEEN '2025-05-29 00:00:00' AND '2025-05-29 23:59:59' LIMIT 1 |
898
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 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" |
890
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 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 |
886
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 `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 |
885
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 COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `ps1_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
883
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 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 |
877
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 DISTINCT `id_product` FROM `ps1_specific_price` WHERE `id_product` != 0 |
876
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 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 |
874
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_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` = 1262) LIMIT 1 |
867
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 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 |
866
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 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 |
862
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 1 FROM `ps1_specific_price` WHERE `to` BETWEEN '2025-05-29 00:00:00' AND '2025-05-29 23:59:59' LIMIT 1 |
862
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 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 |
852
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 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 |
851
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_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 |
845
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_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 |
842
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.`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` = 9075
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC |
841
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 *
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` = 1375) LIMIT 1 |
839
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 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 |
836
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 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 |
829
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 = 10544) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
828
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 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 |
821
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 SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10523) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
814
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 = "displayBottomFooter") LIMIT 1 |
804
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 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 |
804
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 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 |
803
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` = 1195) LIMIT 1 |
803
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 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 |
798
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 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 |
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 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` = 1375 LIMIT 1 |
785
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_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10140 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 |
784
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10547
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
778
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` = 9122) AND (b.`id_shop` = 1) LIMIT 1 |
775
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 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 |
775
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 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 |
765
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 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 |
763
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 = 10545
ORDER BY f.position ASC |
762
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 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 |
757
ms
|
1334 |
|
|
/classes/stock/StockAvailable.php:453
/classes/Product.php:4275<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(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 |
754
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 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 |
752
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` a0
LEFT JOIN `ps1_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 17) AND (a0.`nright` > 18) AND (a1.`id_lang` = 4)
ORDER BY a0.`nleft` asc |
749
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 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 |
749
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 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 |
748
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 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 |
736
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 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 |
734
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 *
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 |
728
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 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 |
726
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, 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 |
723
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 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 |
717
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 |
714
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_state` ORDER BY `name` ASC |
712
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 = 10548) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
709
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 = 10543) AND (id_product_attribute = 1288) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
709
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 = 10542) AND (id_product_attribute = 1262) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
709
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 = 10524
ORDER BY f.position ASC |
708
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 = 10543
ORDER BY f.position ASC |
703
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 SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10140) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
703
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_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 |
701
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 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` = 1262 LIMIT 1 |
700
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 SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10524) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
699
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 |
696
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 = 10551) AND (id_product_attribute = 1375) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
695
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 = 10493) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
691
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 = 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 |
685
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 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 |
681
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 = 10140
ORDER BY f.position ASC |
681
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 SUM(quantity)
FROM `ps1_stock_available`
WHERE (id_product = 10541) AND (id_product_attribute = 1223) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
679
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 = 10493
ORDER BY f.position ASC |
678
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
677
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` = 1
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 |
676
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 * 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 |
670
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` 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 |
668
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 = "displayFooterAfter") LIMIT 1 |
660
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 *
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 |
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: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` = 9075) AND (b.`id_shop` = 1) LIMIT 1 |
653
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 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 |
651
ms
|
1 |
Yes
|
|
/classes/Product.php:5901
/classes/Product.php:5763<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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10541
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
648
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 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` <= 17 AND c.`nright` >= 18 AND c.`nleft` >= 2 AND c.`nright` <= 171 ORDER BY `nleft` DESC |
645
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
645
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` = 9075) AND (b.`id_shop` = 1) LIMIT 1 |
638
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 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 |
638
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 value FROM `ps1_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1 |
635
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 `id_hook`, `name` FROM `ps1_hook` |
635
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 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 |
633
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` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
632
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 active
FROM `ps1_hook` h
WHERE (h.name = "filterCategoryContent") LIMIT 1 |
631
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_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 |
629
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 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 |
628
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 = 10547
ORDER BY f.position ASC |
625
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` = 9140
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
623
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 = 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 |
621
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 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 |
619
ms
|
6627 |
Yes
|
|
/classes/Dispatcher.php:643
/classes/Dispatcher.php:249<br>/classes/Dispatcher.php:207<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 |
616
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 = 10548
ORDER BY f.position ASC |
615
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.*, 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` <= 17 AND c.`nright` >= 18 AND c.`nleft` >= 2 AND c.`nright` <= 171 ORDER BY `nleft` DESC |
605
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 COUNT(*) FROM (SELECT DISTINCT `id_product_attribute` FROM `ps1_specific_price` WHERE `id_product_attribute` != 0 GROUP BY id_product ) AS counted LIMIT 1 |
605
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
605
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` = 9047) AND (b.`id_shop` = 1) LIMIT 1 |
600
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 |
593
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
592
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 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 |
591
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 |
589
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` 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 |
588
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
588
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 type, id_value, filter_show_limit, filter_type FROM ps1_layered_category
WHERE controller = 'category'
AND id_category = 9075
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC |
587
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 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 |
584
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` = 9151) AND (b.`id_shop` = 1) LIMIT 1 |
582
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_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) |
579
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 1 FROM `ps1_specific_price` WHERE id_product = 0 LIMIT 1 |
579
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` = 1223 LIMIT 1 |
577
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 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 |
577
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 = 2 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
573
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 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 |
572
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 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" |
572
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_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 |
569
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
567
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 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" |
563
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
563
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 DISTINCT `id_product_attribute` FROM `ps1_specific_price` WHERE `id_product_attribute` != 0 |
562
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 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 |
562
ms
|
1 |
Yes
|
|
/classes/shop/Shop.php:1350
/classes/shop/Shop.php:341<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE *
FROM `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 |
560
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 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 |
559
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 * 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 = 10493 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 |
559
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 = "moduleRoutes") LIMIT 1 |
553
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 location
FROM `ps1_stock_available`
WHERE (id_product = 10542) AND (id_product_attribute = 1262) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
552
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
552
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 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 |
551
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 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" |
550
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 location
FROM `ps1_stock_available`
WHERE (id_product = 10541) AND (id_product_attribute = 1223) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
549
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 * 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 |
548
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 = 10551) AND (id_product_attribute = 1375) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1 |
548
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 *
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 |
548
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` = 9148) AND (b.`id_shop` = 1) LIMIT 1 |
545
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 |
545
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 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 |
538
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
536
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_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 |
535
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_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 |
535
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_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 |
534
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 = "overrideMinimalPurchasePrice") LIMIT 1 |
533
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` = 1
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
530
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 = "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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
529
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 = 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 |
528
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 1 FROM `ps1_specific_price` WHERE id_product = 10544 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 `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10544 AND id_shop=1 LIMIT 1 |
528
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
526
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` = "displayTopHome" |
526
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 *
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 |
525
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` = 10542 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 = "overrideMinimalPurchasePrice") LIMIT 1 |
523
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
523
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionDispatcher") LIMIT 1 |
523
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Dispatcher.php:514<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 |
521
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 = 10523 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 |
519
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 = 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 |
519
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 1 FROM `ps1_specific_price` WHERE id_product = 10546 LIMIT 1 |
518
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
517
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 |
517
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
517
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` = 9128) AND (b.`id_shop` = 1) LIMIT 1 |
514
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
514
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` = 9146) AND (b.`id_shop` = 1) LIMIT 1 |
512
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` = 9122
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
512
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 = 10524 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 |
512
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` 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 |
510
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
510
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_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 |
509
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_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 |
509
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 = 10524 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 |
509
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_country_lang`
WHERE `id_country` = 3 |
508
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
506
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` = 9110) AND (b.`id_shop` = 1) LIMIT 1 |
506
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(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 |
505
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionProductSearchAfter") LIMIT 1 |
505
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 *
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 |
504
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 |
504
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` = 9119) AND (b.`id_shop` = 1) LIMIT 1 |
503
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 |
501
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 = 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 |
501
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
500
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 *
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 |
499
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
499
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` 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 |
499
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 |
498
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 = 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 |
497
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
497
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` = 9123) AND (b.`id_shop` = 1) LIMIT 1 |
496
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_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 |
496
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 |
496
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 active
FROM `ps1_hook` h
WHERE (h.name = "filterProductSearch") LIMIT 1 |
496
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 = 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 |
496
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 = 10542 LIMIT 1 |
496
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 1 FROM `ps1_specific_price` WHERE id_product = 10523 LIMIT 1 |
495
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 = "actionPresentProductListing") LIMIT 1 |
494
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_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 |
494
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 = 10140 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: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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfter") LIMIT 1 |
493
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 *
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 |
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_product cp
LEFT JOIN ps1_category_shop cps ON cp.id_category = cps.id_category
WHERE cps.id_shop = 1 AND
cp.id_product = 10523 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 |
492
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` 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 |
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: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 = 10493 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 |
491
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_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_%") |
491
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 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` = 9075 LIMIT 1 |
491
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 * 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 |
491
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 = 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 |
490
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` = 9035) AND (b.`id_shop` = 1) LIMIT 1 |
490
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` = 9033
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
489
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 1 FROM `ps1_specific_price` WHERE id_product = 10545 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_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 |
486
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` = 9105) AND (b.`id_shop` = 1) LIMIT 1 |
486
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 |
486
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 1 FROM `ps1_specific_price` WHERE id_product = 10543 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 *
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 |
485
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 = 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 |
484
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` = 9142) AND (b.`id_shop` = 1) LIMIT 1 |
484
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 = "displayBottomHome") LIMIT 1 |
483
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 * 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 = 10524 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 |
483
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 `id_module` FROM `ps1_module` WHERE `name` = "wtproductfilter" LIMIT 1 |
482
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 * 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 |
482
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` 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 |
482
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 = "productSearchProvider") LIMIT 1 |
481
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` 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 |
481
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` = 9145) 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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
479
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_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 |
478
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` 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 |
478
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` = 9029
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
478
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 = "actionFrontControllerSetMedia") LIMIT 1 |
478
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 1 FROM `ps1_specific_price` WHERE id_product = 10541 LIMIT 1 |
478
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 = 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 |
477
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 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 |
476
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 = "actionProductSearchProviderRunQueryAfter") LIMIT 1 |
476
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` 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 |
475
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_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 |
475
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 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 |
474
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` = 9030) AND (b.`id_shop` = 1) LIMIT 1 |
474
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` = 9094
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
473
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayTopHome") LIMIT 1 |
473
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 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 |
473
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` = 9133) AND (b.`id_shop` = 1) LIMIT 1 |
472
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 = "displayCenterHome") 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/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 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 |
472
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 *
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 |
471
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_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 |
471
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 |
470
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 = 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 |
470
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` = 9031
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
470
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_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 |
470
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
469
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` = 9107) AND (b.`id_shop` = 1) LIMIT 1 |
469
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` = 10543
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
468
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 = 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 |
468
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_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_%") |
468
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` 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 |
467
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 = "actionGetProductPropertiesAfter") LIMIT 1 |
467
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` = 9039) AND (b.`id_shop` = 1) LIMIT 1 |
466
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 = "etsManufacturer") LIMIT 1 |
465
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 *
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 |
465
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` = 10546 AND id_shop=1 LIMIT 1 |
465
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 1 FROM `ps1_specific_price` WHERE id_product = 10493 LIMIT 1 |
465
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 = 10523 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 |
465
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 = 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 |
465
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 |
465
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
464
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` = 9033) AND (b.`id_shop` = 1) LIMIT 1 |
464
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
463
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 = "displayNav2") LIMIT 1 |
463
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_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: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 = "displayProductPriceBlock") LIMIT 1 |
463
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 * 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 = 10524 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: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 = 10523 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 |
462
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 = 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 |
462
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 = 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 |
462
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` = 9034) AND (b.`id_shop` = 1) LIMIT 1 |
461
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 = "actionGetProductPropertiesBefore") LIMIT 1 |
461
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 |
461
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` = 9029) AND (b.`id_shop` = 1) LIMIT 1 |
461
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_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 |
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionFrontControllerSetVariables") LIMIT 1 |
460
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayFooterBefore") LIMIT 1 |
459
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10545
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
459
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` = 9037) AND (b.`id_shop` = 1) LIMIT 1 |
458
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` = 9098) AND (b.`id_shop` = 1) LIMIT 1 |
457
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_product_attribute`
FROM `ps1_product_attribute`
WHERE `id_product` = 10541 |
457
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_category_lang`
WHERE `id_category` = 9075 AND `id_shop` = 1 |
456
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 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 |
456
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` 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 |
456
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` = 9077) AND (b.`id_shop` = 1) LIMIT 1 |
456
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` = 9127) AND (b.`id_shop` = 1) LIMIT 1 |
455
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_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 |
455
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 = 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 |
455
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 = 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 |
455
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 = 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 |
454
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 = 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 |
454
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` = 9040) AND (b.`id_shop` = 1) LIMIT 1 |
453
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 |
452
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 * 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 |
452
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 `name`
FROM `ps1_hook`
WHERE `id_hook` = 699 LIMIT 1 |
451
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_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 |
451
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayTopMenu") LIMIT 1 |
450
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayProductPriceBlock") LIMIT 1 |
450
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 *
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 |
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: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 = "actionProductSearchProviderRunQueryBefore") LIMIT 1 |
449
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayPageTitle") LIMIT 1 |
449
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesBefore") LIMIT 1 |
449
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` = 9090
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
449
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 = "actionPresentProductListing") LIMIT 1 |
448
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 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 |
448
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 = 10524 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 |
448
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 = "displayProductPriceBlock") LIMIT 1 |
448
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 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 |
447
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` = 2) LIMIT 1 |
446
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 1 FROM `ps1_specific_price` WHERE id_product = 10551 LIMIT 1 |
445
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/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 = "displayNav1") LIMIT 1 |
444
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 `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10545 AND id_shop=1 LIMIT 1 |
444
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 = 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 |
444
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10524
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
442
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 = 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 |
441
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 = 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 |
441
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 |
440
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
439
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 `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10523 AND id_shop=1 LIMIT 1 |
439
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10551
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
438
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/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` = 9030
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
438
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 l.*, ls.`id_shop`
FROM `ps1_lang` l
LEFT JOIN `ps1_lang_shop` ls ON (l.id_lang = ls.id_lang) |
437
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 = 10523 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: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 = 10523 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: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 |
436
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 = 10140 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: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 |
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/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 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 |
433
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` = 9046
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
433
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 |
432
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 = 10548 LIMIT 1 |
432
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 |
431
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 = 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 |
430
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 = 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 |
430
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_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 |
430
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10546
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 * 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 |
429
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 |
428
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_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 |
427
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_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 |
427
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 |
426
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 = "displayProductPriceBlock") LIMIT 1 |
425
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 name, alias FROM `ps1_hook_alias` |
425
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 = 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 |
424
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 `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10543 AND id_shop=1 LIMIT 1 |
424
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 |
423
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 = 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 |
423
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 = 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 |
422
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 = 10493 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: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 |
421
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 |
420
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 `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10547 AND id_shop=1 LIMIT 1 |
420
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_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 |
420
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 = "displayLeftColumn") LIMIT 1 |
420
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_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10524 AND id_shop=1 LIMIT 1 |
419
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
419
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 |
419
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 = 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 |
419
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.`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` = 9075 LIMIT 1 |
419
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 * 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 |
418
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 = 10493 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 |
418
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 |
418
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10523
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
416
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 = 10523 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 |
416
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 = 10140 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 |
416
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 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 |
416
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 `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10493 AND id_shop=1 LIMIT 1 |
415
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_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 |
415
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 = 10524 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: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 |
414
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 |
414
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 = 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 |
413
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 |
413
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_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10541 AND id_shop=1 LIMIT 1 |
412
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 |
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 * 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: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 |
411
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 = 10493 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 |
410
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 = 10524 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 |
410
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 = 10493 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 |
410
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 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 |
410
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 |
409
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 = 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 |
409
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 = 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 |
409
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 = 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 |
409
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 ctg.`id_group`
FROM ps1_category_group ctg
WHERE ctg.`id_category` = 9075 AND ctg.`id_group` = 1 LIMIT 1 |
409
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_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10548 AND id_shop=1 LIMIT 1 |
408
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 = 10524 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: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 |
408
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 = 10140 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: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 |
408
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 `id_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10551 AND id_shop=1 LIMIT 1 |
407
ms
|
720 |
|
|
/classes/Product.php:6755
/classes/Product.php:3889<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 `reduction`
FROM `ps1_group`
WHERE `id_group` = 1 LIMIT 1 |
407
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 * 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 = 10523 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: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 |
406
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 = 10140 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: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 |
404
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 = 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: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 cl.`link_rewrite`
FROM `ps1_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 9030 LIMIT 1 |
403
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 * 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 = 10524 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: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 = 10523 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: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` = 10544
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
403
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 |
403
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 |
402
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 |
402
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 = 10493 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: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 |
402
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 |
401
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` a
LEFT JOIN `ps1_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9075) LIMIT 1 |
400
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 cl.`link_rewrite`
FROM `ps1_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1
AND cl.`id_category` = 9075 LIMIT 1 |
400
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 * 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 = 10140 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 |
400
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_tax_rules_group`
FROM `ps1_product_shop`
WHERE `id_product` = 10140 AND id_shop=1 LIMIT 1 |
400
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_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1 |
400
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 * 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 |
399
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 = 10523 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: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 = 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 |
399
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 = 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 |
398
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 |
398
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
397
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 * 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 = 10140 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 |
397
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 |
397
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 * 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 |
397
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_module` FROM `ps1_module` WHERE `name` = "ps_accounts" LIMIT 1 |
396
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 * 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 = 10523 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: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 = 10140 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: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_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 |
396
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 = "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 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 |
395
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 = 10493 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 |
395
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 1 FROM `ps1_specific_price` WHERE id_product = 10524 LIMIT 1 |
394
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 = 10524 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: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` = 10548
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
394
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` = 10140
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
393
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
392
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 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 |
392
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 = 9 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
392
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 = 10493 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: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 = 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: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 |
391
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 = 10523 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 * 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 = 10493 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 |
390
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` = 9037
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: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 = 10493 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 |
388
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 |
388
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 = 10493 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 |
388
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 |
388
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
387
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10542
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
387
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 = 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 |
387
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 |
387
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 = 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 |
386
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 = 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 |
385
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 = 10524 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: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 = 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 |
384
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 = 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 |
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 * 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: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 |
384
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 = 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 |
383
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 |
383
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 id_manufacturer, name
FROM ps1_manufacturer
WHERE active = 1
ORDER BY name asc |
382
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 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 |
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 * 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 = 10524 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: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 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 |
381
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 = 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 |
381
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 = 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 |
381
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 `id_module` FROM `ps1_module_shop` WHERE `id_module` = 64 AND `id_shop` = 1 LIMIT 1 |
380
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 * 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 |
380
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 `name`, `alias` FROM `ps1_hook_alias` |
380
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_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 = 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: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 |
379
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 |
379
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 = 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: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 = 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: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 = 11 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
378
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 = 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 |
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 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 |
377
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 = 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 |
377
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 = 10140 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 |
375
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
374
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
374
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 = 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 |
373
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 |
372
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 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 |
372
ms
|
1 |
|
|
/classes/shop/Shop.php:205
/classes/shop/Shop.php:135<br>/classes/shop/Shop.php:415<br>/config/config.inc.php:128<br>/index.php:27
|
SELECT SQL_NO_CACHE * FROM 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 |
372
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 = 22 AND smil.id_shop = 1 AND smil.id_lang = 4 AND smi.`active` = 1 ORDER BY smi.position ASC, smi.id_item ASC |
372
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 = 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 active
FROM `ps1_hook` h
WHERE (h.name = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
371
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 |
371
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
370
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_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 |
370
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 = 10140 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: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 |
369
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 = 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: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 = "actionPresentCart") LIMIT 1 |
367
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 * 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 |
366
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 = "actionGetProductPropertiesAfterUnitPrice") LIMIT 1 |
366
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 = 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 |
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 |
364
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 = 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 |
363
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 1 FROM `ps1_specific_price` WHERE id_product = 10547 LIMIT 1 |
362
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 |
362
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 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 |
361
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 = 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 |
361
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 = 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 |
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_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 |
360
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 * 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 |
360
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 `priority`, `id_specific_price_priority`
FROM `ps1_specific_price_priority`
WHERE `id_product` = 10493
ORDER BY `id_specific_price_priority` DESC LIMIT 1 |
359
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_hook_module_exceptions`
WHERE `id_shop` IN (1) |
359
ms
|
1 |
|
|
/classes/module/Module.php:2237
/classes/Hook.php:879<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_module` FROM `ps1_module` WHERE `name` = "ps_legalcompliance" LIMIT 1 |
358
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayAfterBodyOpeningTag") LIMIT 1 |
358
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 * 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 |
357
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 |
357
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 1 FROM `ps1_specific_price` WHERE id_product = 10140 LIMIT 1 |
357
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 |
356
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
356
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 |
354
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_country`
FROM `ps1_country`
WHERE `iso_code` = 'US' LIMIT 1 |
354
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_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 |
353
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 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 |
352
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionControllerInitAfter") LIMIT 1 |
351
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 |
349
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 = 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 |
348
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 |
346
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_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 = 10140 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 |
346
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 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" |
346
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 *
FROM `ps1_tax_lang`
WHERE `id_tax` = 34 |
346
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_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 |
343
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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10543 AND `id_group` = 1 LIMIT 1 |
343
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` = 9145
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
342
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` = 9035
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
341
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` = 9075
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
339
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 `id_module` FROM `ps1_module_shop` WHERE `id_module` = 65 AND `id_shop` = 1 LIMIT 1 |
339
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 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 |
338
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 FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
338
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` = 9039
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
337
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` = 9110
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
337
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 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 |
337
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` = 9091
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
336
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` = 9128
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
336
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 domain, domain_ssl
FROM ps1_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1 |
335
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 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 |
335
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_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 `id_module` FROM `ps1_module` WHERE `name` = "ps_shoppingcart" LIMIT 1 |
334
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 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 |
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: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` = 9034
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
331
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` = "wtpagetitle" 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/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 = "actionFrontControllerInitAfter") LIMIT 1 |
331
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 * FROM `ps1_image_type` |
330
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 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 |
329
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 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 |
329
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` = 9105
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
328
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` WHERE 1 AND `categories` = 1 ORDER BY `width` DESC, `height` DESC, `name`ASC |
328
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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10544 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 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 |
327
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` = 9102
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
327
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_tax` a
WHERE (a.`id_tax` = 34) LIMIT 1 |
327
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 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 |
325
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` = 9107
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
325
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` = 9042
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
324
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` = 9148
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
323
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` = 9117
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
323
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 FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9075 LIMIT 1 |
323
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 |
322
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 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 |
322
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 FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
321
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 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 |
321
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 |
319
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 `id_module` FROM `ps1_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1 |
318
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 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 |
317
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 `iso_code`
FROM `ps1_country`
WHERE `id_country` = 3 LIMIT 1 |
316
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
316
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` = 9040
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
316
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_required_field, object_name, field_name
FROM ps1_required_field |
315
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 format
FROM `ps1_address_format`
WHERE `id_country` = 3 LIMIT 1 |
315
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 `id_module` FROM `ps1_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1 |
313
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 `id_module` FROM `ps1_module` WHERE `name` = "ps_categorytree" LIMIT 1 |
311
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 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 |
311
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 = 1 AND mr.`active` = 1 |
310
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` = 9132
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC |
310
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionFrontControllerInitBefore") LIMIT 1 |
310
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 `need_identification_number`
FROM `ps1_country`
WHERE `id_country` = 3 LIMIT 1 |
309
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 active
FROM `ps1_hook` h
WHERE (h.name = "DisplayOverrideTemplate") LIMIT 1 |
308
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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10542 AND `id_group` = 1 LIMIT 1 |
306
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 |
306
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 *
FROM `ps1_group_lang`
WHERE `id_group` = 1 |
306
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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10140 AND `id_group` = 1 LIMIT 1 |
305
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_currency_lang`
WHERE `id_currency` = 1 |
304
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionProductFlagsModifier") LIMIT 1 |
301
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` = 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 active
FROM `ps1_hook` h
WHERE (h.name = "actionBuildFrontEndObject") LIMIT 1 |
300
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 `id_module` FROM `ps1_module` WHERE `name` = "ps_emailsubscription" LIMIT 1 |
300
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 *
FROM `ps1_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1 |
298
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 `need_identification_number`
FROM `ps1_country`
WHERE `id_country` = 3 LIMIT 1 |
297
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionProductFlagsModifier") LIMIT 1 |
296
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 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 |
296
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 = "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>/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 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 |
294
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
293
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 `iso_code`
FROM `ps1_country`
WHERE `id_country` = 21 LIMIT 1 |
292
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_module` FROM `ps1_module` WHERE `name` = "ps_customersignin" LIMIT 1 |
289
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 |
289
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_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
288
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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10545 AND `id_group` = 1 LIMIT 1 |
288
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 |
288
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_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
286
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` = 70 AND `id_shop` = 1 LIMIT 1 |
285
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 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: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 id_shop
FROM `ps1_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1 |
283
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 `id_module` FROM `ps1_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1 |
283
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
283
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 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/Product.php:5870<br>/classes/Category.php:1069<br>/modules/adpmicrodatos/classes/adpmicrodatos.microdatos.class.php:514<br>/modules/adpmicrodatos/adpmicrodatos.php:1358<br>/modules/adpmicrodatos/adpmicrodatos.php:1121<br>/modules/adpmicrodatos/adpmicrodatos.php:1126<br>/classes/Hook.php:997<br>/tools/profiling/Hook.php:35<br>/classes/Hook.php:421<br>/classes/Hook.php:934<br>/classes/controller/FrontController.php:598<br>/controllers/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` = 10523 AND `id_group` = 1 LIMIT 1 |
282
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_shop
FROM `ps1_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1 |
281
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_linklist" LIMIT 1 |
280
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
278
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_currency
FROM `ps1_currency` c
WHERE (iso_code = 'CAD') LIMIT 1 |
276
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionControllerInitBefore") LIMIT 1 |
276
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 active
FROM `ps1_hook` h
WHERE (h.name = "actionDispatcherBefore") LIMIT 1 |
273
ms
|
880 |
|
|
/classes/Hook.php:1270
/classes/Hook.php:776<br>/classes/Dispatcher.php:357<br>/index.php:28
|
SELECT SQL_NO_CACHE `id_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
272
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` = 19 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/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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10524 AND `id_group` = 1 LIMIT 1 |
270
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 |
269
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 c.`nleft`, c.`nright` FROM `ps1_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
269
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 `id_module` FROM `ps1_module` WHERE `name` = "ps_languageselector" LIMIT 1 |
268
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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10547 AND `id_group` = 1 LIMIT 1 |
267
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 |
267
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
266
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 name FROM ps1_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 9030 LIMIT 1 |
265
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 = "displayBeforeBodyClosingTag") LIMIT 1 |
264
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 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 |
263
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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10541 AND `id_group` = 1 LIMIT 1 |
262
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` = 10551 AND `id_group` = 1 LIMIT 1 |
260
ms
|
1 |
|
|
/classes/GroupReduction.php:156
/classes/Product.php:3955<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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10493 AND `id_group` = 1 LIMIT 1 |
260
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_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
259
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 active
FROM `ps1_hook` h
WHERE (h.name = "displayFooter") LIMIT 1 |
258
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 c.`nleft`, c.`nright` FROM `ps1_category` c
WHERE c.`id_category` = 2 LIMIT 1 |
257
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 mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 7 AND mr.`active` = 1 |
255
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 `reduction`
FROM `ps1_product_group_reduction_cache`
WHERE `id_product` = 10548 AND `id_group` = 1 LIMIT 1 |
254
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 mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 3 AND mr.`active` = 1 |
253
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 |
253
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 |
251
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 = 'GBP') LIMIT 1 |
251
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 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 |
249
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 = "displayNavFullWidth") LIMIT 1 |
246
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 mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 7 AND mr.`active` = 1 |
244
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_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1 |
243
ms
|
3 |
|
|
/classes/ObjectModel.php:1647
/config/config.inc.php:224<br>/index.php:27
|
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 |
243
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 |
242
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 |
241
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 = 5 AND mr.`active` = 1 |
239
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_module` FROM `ps1_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1 |
238
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 `need_identification_number`
FROM `ps1_country`
WHERE `id_country` = 3 LIMIT 1 |
237
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 mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 1 AND mr.`active` = 1 |
236
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_module` FROM `ps1_module` WHERE `name` = "wtblocksearch" LIMIT 1 |
234
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_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
232
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_lang` FROM `ps1_lang` WHERE `iso_code` = 'en' LIMIT 1 |
230
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 = 4 AND mr.`active` = 1 |
230
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 |
230
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_lang` FROM `ps1_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1 |
229
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 = "displayHeader") LIMIT 1 |
228
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_module` FROM `ps1_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1 |
228
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 |
226
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_module` FROM `ps1_module` WHERE `name` = "ps_contactinfo" LIMIT 1 |
225
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_module` FROM `ps1_module_shop` WHERE `id_module` = 63 AND `id_shop` = 1 LIMIT 1 |
223
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 mr.*
FROM ps1_wtmegamenu_row_shop mr
WHERE mr.`id_shop` = 1 AND mr.id_wtmegamenu = 5 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 c.id_currency
FROM `ps1_currency` c
WHERE (iso_code = 'EUR') LIMIT 1 |
221
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 = 'SAR') LIMIT 1 |
214
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 |
211
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` = 15 AND `id_shop` = 1 LIMIT 1 |
210
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 * FROM ps1_vatchecker
WHERE id_address =
AND id_country = 21
AND vat_number = '' |
189
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
|