Banner title

Banner subtitle

Acheter
Banner title

Banner title

Banner subtitle

Acheter

Customer reviews

Shop by brand

Follow us

Load Time 407.708 ms
Querying Time 224 ms
Queries 608
Memory Peak Usage 21.4 Mb
Included Files 1090 files - 10.96 Mb
PrestaShop Cache - Mb
Global vars 0.04 Mb
PrestaShop Version 9.0.1
PHP Version 8.2.29
MySQL Version 8.4.6-6
Memory Limit 512M
Max Execution Time 165s
Smarty Cache disabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 31.379 ms 31.379 ms 1.91 Mb 2.6 Mb
__construct 0.008 ms 31.387 ms - Mb 2.6 Mb
init 8.974 ms 40.361 ms 0.31 Mb 2.8 Mb
checkAccess 0.001 ms 40.362 ms - Mb 2.8 Mb
setMedia 1.505 ms 41.867 ms 0.09 Mb 2.8 Mb
postProcess 0.000 ms 41.867 ms - Mb 2.8 Mb
initHeader 0.001 ms 41.868 ms - Mb 2.8 Mb
initContent 216.981 ms 258.849 ms 9.28 Mb 11.7 Mb
initFooter 0.002 ms 258.851 ms - Mb 11.7 Mb
display 148.857 ms 407.708 ms 9.60 Mb 21.4 Mb
Hook Time Memory Usage
displayHome 310.210 ms 15.58 Mb
BeforeRenderingblockCategoryProducts 107.613 ms 6.29 Mb
displayProductListReviews 47.758 ms 0.32 Mb
BeforeRenderingczFeaturedProducts 42.009 ms 3.08 Mb
displayFooter 12.428 ms 0.84 Mb
displayFooterRight 7.800 ms 0.15 Mb
ActionFrontControllerSetVariables 7.451 ms 0.73 Mb
ActionRegisterBlock 6.836 ms 0.40 Mb
displayFooterReassurance 3.683 ms 0.07 Mb
DisplayHeader 3.214 ms 0.03 Mb
displayTopRight 1.606 ms 0.11 Mb
displayNav2 1.363 ms 0.10 Mb
renderWidget 0.988 ms 0.06 Mb
displayNav1 0.954 ms 0.07 Mb
displayFooterBefore 0.835 ms 0.05 Mb
displayMenu 0.756 ms 0.05 Mb
displayTop 0.708 ms 0.04 Mb
DisplayBeforeBodyClosingTag 0.551 ms 0.02 Mb
displayAfterBodyOpeningTag 0.524 ms 0.02 Mb
displayNavMiddle 0.483 ms 0.02 Mb
displayBeforeBodyClosingTag 0.458 ms 0.02 Mb
ActionRegisterThemeSettings 0.246 ms 0.05 Mb
ActionFrontControllerSetMedia 0.138 ms 0.01 Mb
ActionDispatcher 0.006 ms - Mb
24 hook(s) 558.618 ms 28.10 Mb
Module Time Memory Usage
prettyblocks 334.156 ms 16.63 Mb
ps_emailsubscription 1.522 ms 0.10 Mb
ps_socialfollow 0.919 ms 0.05 Mb
ps_emailalerts 0.099 ms 0.01 Mb
cartzillablocks 158.303 ms 9.78 Mb
ps_shoppingcart 1.081 ms 0.08 Mb
ps_searchbar 1.047 ms 0.05 Mb
productcomments 47.982 ms 0.34 Mb
ps_googleanalytics 0.661 ms 0.03 Mb
ps_contactinfo 1.023 ms 0.07 Mb
ps_languageselector 0.583 ms 0.05 Mb
ps_currencyselector 0.897 ms 0.07 Mb
ps_customersignin 0.671 ms 0.05 Mb
ps_mainmenu 0.844 ms 0.06 Mb
ps_linklist 11.667 ms 0.80 Mb
ps_customeraccountlinks 1.056 ms 0.07 Mb
16 module(s) 562.511 ms 28.23 Mb

Stopwatch SQL - 608 queries

# Query Time (ms) Rows Filesort Group By Location
73
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `1vv7f_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `1vv7f_hook_alias` ha
INNER JOIN `1vv7f_hook` h ON ha.name = h.name
3.132 ms 0 /classes/Hook.php:1568
74
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 `1vv7f_hook_module` hm
STRAIGHT_JOIN `1vv7f_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `1vv7f_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.737 ms 406 /classes/Hook.php:495
67
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_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-12-04 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `1vv7f_category_product` cp
LEFT JOIN `1vv7f_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `1vv7f_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 1vv7f_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 `1vv7f_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `1vv7f_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `1vv7f_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 `1vv7f_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `1vv7f_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `1vv7f_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 6
2.632 ms 19 Yes /classes/Category.php:1094
146
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_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-12-04 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `1vv7f_category_product` cp
LEFT JOIN `1vv7f_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `1vv7f_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 1vv7f_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 `1vv7f_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `1vv7f_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `1vv7f_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 `1vv7f_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `1vv7f_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `1vv7f_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 6
1.810 ms 19 Yes /classes/Category.php:1094
15
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `1vv7f_hook`
1.192 ms 1207 /classes/Hook.php:1568
393
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_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-12-04 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `1vv7f_category_product` cp
LEFT JOIN `1vv7f_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `1vv7f_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 1vv7f_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 `1vv7f_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `1vv7f_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `1vv7f_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 `1vv7f_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `1vv7f_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `1vv7f_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 6
1.185 ms 19 Yes /classes/Category.php:1094
13
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `1vv7f_module` m
INNER JOIN 1vv7f_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1)
INNER JOIN `1vv7f_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `1vv7f_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `1vv7f_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`
1.182 ms 1185 Yes Yes /classes/Hook.php:1500
347
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 16
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
1.095 ms 4 Yes Yes /classes/Product.php:2492
467
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_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-12-04 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `1vv7f_category_product` cp
LEFT JOIN `1vv7f_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `1vv7f_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 1vv7f_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 `1vv7f_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `1vv7f_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `1vv7f_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 `1vv7f_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `1vv7f_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `1vv7f_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 8
1.062 ms 19 Yes /classes/Category.php:1094
191
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_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-12-04 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `1vv7f_category_product` cp
LEFT JOIN `1vv7f_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `1vv7f_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 1vv7f_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 `1vv7f_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `1vv7f_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `1vv7f_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 `1vv7f_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `1vv7f_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `1vv7f_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 8
1.018 ms 19 Yes /classes/Category.php:1094
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `1vv7f_configuration` c
LEFT JOIN `1vv7f_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
1.014 ms 589 /classes/Configuration.php:182
422
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_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-12-04 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice, psales.`quantity` as sales
FROM `1vv7f_category_product` cp
LEFT JOIN `1vv7f_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `1vv7f_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 1vv7f_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 `1vv7f_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `1vv7f_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `1vv7f_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 `1vv7f_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `1vv7f_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
LEFT JOIN `1vv7f_product_sale` psales
ON psales.`id_product` = p.`id_product`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT 6
0.997 ms 19 Yes /classes/Category.php:1094
69
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10)
0.980 ms 1 /classes/ProductAssembler.php:70
12
SELECT SQL_NO_CACHE lower(name) as name
FROM `1vv7f_hook` h
WHERE (h.active = 1)
0.933 ms 1207 /classes/Hook.php:1608
78
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.919 ms 0 /classes/Cart.php:1451
16
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `1vv7f_module` m
LEFT JOIN `1vv7f_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.899 ms 79 /classes/module/Module.php:342
90
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8)
0.853 ms 1 /classes/ProductAssembler.php:70
68
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `1vv7f_product` p
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
0.838 ms 19 /classes/Category.php:1021
21
SELECT SQL_NO_CACHE `id_lang` FROM `1vv7f_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.809 ms 1 /classes/Language.php:870
80
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 24
AND cp.`id_cart` = 0 AND cp.`id_product` = 10 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 24
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.787 ms 0 /classes/Cart.php:1451
105
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 13
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 13
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.779 ms 0 /classes/Cart.php:1451
98
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3)
0.761 ms 1 /classes/ProductAssembler.php:70
114
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (14)
0.752 ms 1 /classes/ProductAssembler.php:70
122
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6)
0.742 ms 1 /classes/ProductAssembler.php:70
463
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position`
0.736 ms 1 Yes /classes/Product.php:3285
95
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 8 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 8 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.724 ms 0 /classes/Cart.php:1451
103
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.723 ms 0 /classes/Cart.php:1451
151
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (16)
0.717 ms 1 /classes/ProductAssembler.php:70
18
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `1vv7f_meta` m
LEFT JOIN `1vv7f_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.709 ms 46 Yes /classes/Dispatcher.php:632
127
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 6 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 6 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.698 ms 0 /classes/Cart.php:1451
17
SELECT SQL_NO_CACHE name, alias FROM `1vv7f_hook_alias`
0.674 ms 86 /classes/Hook.php:371
47
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "prettyblocks" LIMIT 1
0.668 ms 1 /classes/module/Module.php:2778
82
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 10
AND pac.`id_product_attribute` = 24
AND agl.`id_lang` = 1
0.652 ms 1 /classes/Product.php:7163
119
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 14 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.650 ms 0 /classes/Cart.php:1451
130
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4)
0.649 ms 1 /classes/ProductAssembler.php:70
148
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4)
0.634 ms 1 /classes/ProductAssembler.php:70
85
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) AND (b.`id_shop` = 1) LIMIT 1
0.633 ms 1 /src/Adapter/EntityMapper.php:73
142
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.627 ms 1 /src/Adapter/EntityMapper.php:73
107
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3
AND pac.`id_product_attribute` = 13
AND agl.`id_lang` = 1
0.625 ms 1 /classes/Product.php:7163
147
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `1vv7f_product` p
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
0.607 ms 19 /classes/Category.php:1021
96
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8) AND (b.`id_shop` = 1) LIMIT 1
0.600 ms 1 /src/Adapter/EntityMapper.php:73
110
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.592 ms 1 /src/Adapter/EntityMapper.php:73
52
SELECT SQL_NO_CACHE l.id_product FROM 1vv7f_product_lang as l
INNER JOIN 1vv7f_product c ON (c.id_product = l.id_product)
WHERE c.active = 1
AND l.id_shop = 1 AND l.id_lang = 1
ORDER BY RAND() LIMIT 5
0.571 ms 19 Yes /modules/prettyblocks/classes/HelperBuilder.php:221
442
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10)
0.569 ms 1 /classes/ProductAssembler.php:70
87
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position`
0.566 ms 2 Yes /classes/Product.php:3285
135
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 4 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.561 ms 0 /classes/Cart.php:1451
137
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 16
AND cp.`id_cart` = 0 AND cp.`id_product` = 4 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 16
AND cp.`id_cart` = 0 AND p.`id_product_item` = 4 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.559 ms 0 /classes/Cart.php:1451
72
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 10)
0.558 ms 2 /classes/Product.php:3603
112
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position`
0.557 ms 1 Yes /classes/Product.php:3285
124
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 6)
0.553 ms 1 /classes/Product.php:3603
65
SELECT SQL_NO_CACHE *
FROM `1vv7f_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.552 ms 1 /src/Adapter/EntityMapper.php:81
139
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 4
AND pac.`id_product_attribute` = 16
AND agl.`id_lang` = 1
0.536 ms 1 /classes/Product.php:7163
484
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (19)
0.533 ms 1 /classes/ProductAssembler.php:70
88
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 10 AND il.`id_lang` = 1 ORDER by i.`position`
0.532 ms 4 Yes /classes/Product.php:2668
128
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6) AND (b.`id_shop` = 1) LIMIT 1
0.530 ms 1 /src/Adapter/EntityMapper.php:73
143
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position`
0.527 ms 1 Yes /classes/Product.php:3285
97
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position`
0.525 ms 1 Yes /classes/Product.php:3285
33
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `1vv7f_module` m
LEFT JOIN `1vv7f_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.524 ms 79 /classes/module/Module.php:342
391
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayHome') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.515 ms 80 Yes /classes/PrestaShopCollection.php:381
100
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 3)
0.514 ms 3 /classes/Product.php:3603
168
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position`
0.508 ms 1 Yes /classes/Product.php:3285
395
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8)
0.506 ms 1 /classes/ProductAssembler.php:70
153
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 16)
0.496 ms 4 /classes/Product.php:3603
120
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.495 ms 1 /src/Adapter/EntityMapper.php:73
24
SELECT SQL_NO_CACHE *
FROM `1vv7f_currency` a
LEFT JOIN `1vv7f_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.491 ms 1 /src/Adapter/EntityMapper.php:73
464
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8)
0.486 ms 1 /classes/ProductAssembler.php:70
538
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18) LIMIT 1
0.485 ms 1 /src/Adapter/EntityMapper.php:73
81
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 10 AND pa.`id_product` = 10 AND pa.`id_product_attribute` = 24 LIMIT 1
0.485 ms 1 /classes/Product.php:1180
129
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position`
0.485 ms 1 Yes /classes/Product.php:3285
348
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (28,29,30,31)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.484 ms 4 /classes/Product.php:2507
92
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 8)
0.478 ms 1 /classes/Product.php:3603
350
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) LIMIT 1
0.474 ms 1 /src/Adapter/EntityMapper.php:73
404
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (19)
0.471 ms 1 /classes/ProductAssembler.php:70
113
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position`
0.470 ms 2 Yes /classes/Product.php:2668
224
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5)
0.469 ms 1 /classes/ProductAssembler.php:70
46
SELECT SQL_NO_CACHE settings FROM 1vv7f_prettyblocks_settings WHERE theme_name = "child_cartzilla" AND id_shop = 1 LIMIT 1
0.467 ms 1 /modules/prettyblocks/classes/PrettyBlocksSettingsModel.php:51
469
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7)
0.467 ms 1 /classes/ProductAssembler.php:70
108
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 13) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:73
497
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (17)
0.464 ms 1 /classes/ProductAssembler.php:70
66
SELECT SQL_NO_CACHE ctg.`id_group`
FROM 1vv7f_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.463 ms 1 /classes/Category.php:1774
27
SELECT SQL_NO_CACHE *
FROM `1vv7f_currency_lang`
WHERE `id_currency` = 1
0.460 ms 1 /src/Adapter/EntityMapper.php:81
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM 1vv7f_shop_url su
LEFT JOIN 1vv7f_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.chatpristy.fr' OR su.domain_ssl = 'www.chatpristy.fr')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.458 ms 1 Yes /classes/shop/Shop.php:1392
53
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 18) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.458 ms 1 /classes/PrestaShopCollection.php:381
256
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (8)
0.454 ms 1 /classes/ProductAssembler.php:70
34
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.453 ms 1 /classes/Meta.php:181
111
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 9 LIMIT 1
0.453 ms 1 /classes/Category.php:1396
138
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 4 AND pa.`id_product` = 4 AND pa.`id_product_attribute` = 16 LIMIT 1
0.452 ms 1 /classes/Product.php:1180
83
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 24) LIMIT 1
0.452 ms 1 /src/Adapter/EntityMapper.php:73
167
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6)
0.449 ms 1 /classes/ProductAssembler.php:70
94
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 8) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.447 ms 1 /classes/stock/StockAvailable.php:267
121
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14
ORDER BY `position`
0.447 ms 1 Yes /classes/Product.php:3285
145
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 2) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.446 ms 1 /classes/PrestaShopCollection.php:381
49
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayHome') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.444 ms 80 Yes /classes/PrestaShopCollection.php:381
196
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1)
0.444 ms 1 /classes/ProductAssembler.php:70
462
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7)
0.443 ms 1 /classes/ProductAssembler.php:70
491
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 13 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 13 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.440 ms 0 /classes/Cart.php:1451
494
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (11)
0.439 ms 1 /classes/ProductAssembler.php:70
521
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 1
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.439 ms 8 Yes Yes /classes/Product.php:2492
79
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 24) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.438 ms 1 /classes/stock/StockAvailable.php:267
106
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 3 AND pa.`id_product` = 3 AND pa.`id_product_attribute` = 13 LIMIT 1
0.437 ms 1 /classes/Product.php:1180
144
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position`
0.437 ms 2 Yes /classes/Product.php:2668
99
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 3 LIMIT 1
0.434 ms 1 /classes/SpecificPrice.php:432
132
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 4)
0.433 ms 3 /classes/Product.php:3603
193
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (4)
0.432 ms 1 /classes/ProductAssembler.php:70
471
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2)
0.432 ms 1 /classes/ProductAssembler.php:70
402
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.430 ms 0 /classes/Cart.php:1451
515
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.430 ms 3 Yes Yes /classes/Product.php:2492
314
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 10
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.428 ms 2 Yes Yes /classes/Product.php:2492
204
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `1vv7f_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 1 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-12-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-12-04 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
0.427 ms 2 Yes /classes/SpecificPrice.php:573
91
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 8 LIMIT 1
0.426 ms 1 /classes/SpecificPrice.php:432
549
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 2
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.426 ms 4 Yes Yes /classes/Product.php:2492
23
SELECT SQL_NO_CACHE c.id_currency
FROM `1vv7f_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.424 ms 1 /classes/Currency.php:893
150
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position`
0.424 ms 2 Yes /classes/Product.php:2668
187
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3)
0.424 ms 1 /classes/ProductAssembler.php:70
219
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6)
0.423 ms 1 /classes/ProductAssembler.php:70
20
SELECT SQL_NO_CACHE * FROM `1vv7f_currency` c ORDER BY `iso_code` ASC
0.422 ms 1 Yes /classes/Currency.php:708
104
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 13) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.421 ms 1 /classes/stock/StockAvailable.php:267
352
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 5
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.421 ms 3 Yes Yes /classes/Product.php:2492
418
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (1)
0.421 ms 1 /classes/ProductAssembler.php:70
169
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (10)
0.419 ms 1 /classes/ProductAssembler.php:70
486
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (13)
0.419 ms 1 /classes/ProductAssembler.php:70
254
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (14)
0.419 ms 1 /classes/ProductAssembler.php:70
412
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (5)
0.419 ms 1 /classes/ProductAssembler.php:70
357
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11) LIMIT 1
0.418 ms 1 /src/Adapter/EntityMapper.php:73
452
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.417 ms 0 /classes/Cart.php:1451
149
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position`
0.416 ms 1 Yes /classes/Product.php:3285
476
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (12)
0.415 ms 1 /classes/ProductAssembler.php:70
26
SELECT SQL_NO_CACHE *
FROM `1vv7f_currency` a
LEFT JOIN `1vv7f_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:73
431
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.415 ms 0 /classes/Cart.php:1451
534
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 10
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.415 ms 2 Yes Yes /classes/Product.php:2492
116
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 14)
0.414 ms 1 /classes/Product.php:3603
474
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (6)
0.414 ms 1 /classes/ProductAssembler.php:70
140
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 16) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:73
70
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 0 LIMIT 1
0.413 ms 1 /classes/SpecificPrice.php:423
172
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (17)
0.413 ms 1 /classes/ProductAssembler.php:70
397
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (7)
0.413 ms 1 /classes/ProductAssembler.php:70
605
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayFooterReassurance') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.413 ms 80 Yes /classes/PrestaShopCollection.php:381
239
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (11)
0.412 ms 1 /classes/ProductAssembler.php:70
445
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (19)
0.411 ms 1 /classes/ProductAssembler.php:70
433
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 9
AND cp.`id_cart` = 0 AND cp.`id_product` = 2 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 9
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.409 ms 0 /classes/Cart.php:1451
89
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type`
0.407 ms 8 /classes/ImageType.php:161
208
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1451
557
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 11
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.406 ms 2 Yes Yes /classes/Product.php:2492
481
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1451
368
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7) AND (b.`id_shop` = 1) LIMIT 1
0.405 ms 1 /src/Adapter/EntityMapper.php:73
410
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19) AND (b.`id_shop` = 1) LIMIT 1
0.405 ms 1 /src/Adapter/EntityMapper.php:73
229
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.403 ms 0 /classes/Cart.php:1451
527
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 2
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.403 ms 4 Yes Yes /classes/Product.php:2492
447
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (18)
0.402 ms 1 /classes/ProductAssembler.php:70
518
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.402 ms 3 Yes Yes /classes/Product.php:2492
25
SELECT SQL_NO_CACHE `id_lang` FROM `1vv7f_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.401 ms 1 /classes/Language.php:870
522
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.401 ms 16 /classes/Product.php:2507
126
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 6) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.400 ms 1 /classes/stock/StockAvailable.php:267
427
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 8, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_group` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `1vv7f_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 8) AND
`id_group` IN (0, 1) AND `id_product` = 2 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-12-04 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-12-04 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
0.400 ms 2 Yes /classes/SpecificPrice.php:573
258
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 1) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.399 ms 1 /classes/PrestaShopCollection.php:381
516
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.399 ms 3 /classes/Product.php:2507
75
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 10 AND `id_group` = 1 LIMIT 1
0.399 ms 0 /classes/GroupReduction.php:146
212
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 1
AND pac.`id_product_attribute` = 1
AND agl.`id_lang` = 1
0.397 ms 2 /classes/Product.php:7163
540
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 18
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.396 ms 4 Yes Yes /classes/Product.php:2492
317
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17) LIMIT 1
0.395 ms 1 /src/Adapter/EntityMapper.php:73
50
SELECT SQL_NO_CACHE l.id_category FROM 1vv7f_category_lang as l
INNER JOIN 1vv7f_category c ON (c.id_category = l.id_category)
WHERE c.active = 1
AND l.id_shop = 1 AND l.id_lang = 1
ORDER BY RAND() LIMIT 5
0.395 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
415
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (3)
0.395 ms 1 /classes/ProductAssembler.php:70
22
SELECT SQL_NO_CACHE value FROM `1vv7f_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.394 ms 1 /classes/shop/Shop.php:1211
54
SELECT SQL_NO_CACHE l.id_category FROM 1vv7f_category_lang as l
INNER JOIN 1vv7f_category c ON (c.id_category = l.id_category)
WHERE c.active = 1
AND l.id_shop = 1 AND l.id_lang = 1
ORDER BY RAND() LIMIT 5
0.394 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
424
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2)
0.394 ms 1 /classes/ProductAssembler.php:70
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM 1vv7f_shop_group gs
LEFT JOIN 1vv7f_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN 1vv7f_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.393 ms 1 Yes /classes/shop/Shop.php:716
319
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 17
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.391 ms 4 Yes Yes /classes/Product.php:2492
468
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `1vv7f_product` p
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
0.391 ms 19 /classes/Category.php:1021
156
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.390 ms 0 /classes/Cart.php:1451
558
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (26,27)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.390 ms 2 /classes/Product.php:2507
394
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `1vv7f_product` p
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
0.389 ms 19 /classes/Category.php:1021
152
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 16 LIMIT 1
0.389 ms 1 /classes/SpecificPrice.php:432
560
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 17
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.389 ms 4 Yes Yes /classes/Product.php:2492
328
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.388 ms 3 Yes Yes /classes/Product.php:2492
51
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 4) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.387 ms 1 /classes/PrestaShopCollection.php:381
550
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9,10,11,12)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.387 ms 4 /classes/Product.php:2507
123
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 6 LIMIT 1
0.386 ms 1 /classes/SpecificPrice.php:432
282
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:73
221
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-12-04 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM 1vv7f_product p
LEFT JOIN 1vv7f_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN 1vv7f_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN 1vv7f_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (16)
0.385 ms 1 /classes/ProductAssembler.php:70
77
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.385 ms 1 /classes/stock/StockAvailable.php:267
19
SELECT SQL_NO_CACHE * FROM `1vv7f_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.384 ms 1 /classes/module/Module.php:2168
37
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.384 ms 8 Yes /classes/ImageType.php:109
71
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 10 LIMIT 1
0.384 ms 1 /classes/SpecificPrice.php:432
274
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 10
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.384 ms 2 Yes Yes /classes/Product.php:2492
296
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.383 ms 3 /classes/Product.php:2507
300
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.382 ms 3 Yes Yes /classes/Product.php:2492
335
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (1,2,3,4,5,6,7,8)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.382 ms 16 /classes/Product.php:2507
524
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) LIMIT 1
0.381 ms 1 /src/Adapter/EntityMapper.php:73
179
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 32
AND cp.`id_cart` = 0 AND cp.`id_product` = 17 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 32
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.379 ms 0 /classes/Cart.php:1451
181
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 17
AND pac.`id_product_attribute` = 32
AND agl.`id_lang` = 1
0.379 ms 1 /classes/Product.php:7163
35
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.378 ms 8 Yes /classes/ImageType.php:109
528
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (9,10,11,12)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.378 ms 4 /classes/Product.php:2507
325
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.376 ms 3 Yes Yes /classes/Product.php:2492
76
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_group`
WHERE `id_group` = 1 LIMIT 1
0.375 ms 1 /classes/Group.php:151
177
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.375 ms 0 /classes/Cart.php:1451
184
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:73
353
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (19,20,21)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.374 ms 3 /classes/Product.php:2507
136
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 16) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.374 ms 1 /classes/stock/StockAvailable.php:267
492
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.374 ms 1 /src/Adapter/EntityMapper.php:73
210
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND cp.`id_product` = 1 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 1
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.373 ms 0 /classes/Cart.php:1451
459
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18) AND (b.`id_shop` = 1) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:73
535
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24,25)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.373 ms 2 /classes/Product.php:2507
591
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayFooter') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.373 ms 80 Yes /classes/PrestaShopCollection.php:381
29
SELECT SQL_NO_CACHE *
FROM `1vv7f_group` a
LEFT JOIN `1vv7f_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.372 ms 1 /src/Adapter/EntityMapper.php:73
86
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 8 LIMIT 1
0.372 ms 1 /classes/Category.php:1396
231
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 19
AND cp.`id_cart` = 0 AND cp.`id_product` = 5 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 19
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.372 ms 0 /classes/Cart.php:1451
275
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24,25)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.371 ms 2 /classes/Product.php:2507
303
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) LIMIT 1
0.371 ms 1 /src/Adapter/EntityMapper.php:73
158
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 28
AND cp.`id_cart` = 0 AND cp.`id_product` = 16 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 28
AND cp.`id_cart` = 0 AND p.`id_product_item` = 16 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.369 ms 0 /classes/Cart.php:1451
334
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 1
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.368 ms 8 Yes Yes /classes/Product.php:2492
561
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (32,33,34,35)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.368 ms 4 /classes/Product.php:2507
101
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 3 AND `id_group` = 1 LIMIT 1
0.367 ms 0 /classes/GroupReduction.php:146
454
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 36
AND cp.`id_cart` = 0 AND cp.`id_product` = 18 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 36
AND cp.`id_cart` = 0 AND p.`id_product_item` = 18 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.367 ms 0 /classes/Cart.php:1451
102
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.366 ms 1 /classes/stock/StockAvailable.php:267
192
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `1vv7f_product` p
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
0.366 ms 19 /classes/Category.php:1021
244
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 11 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.366 ms 0 /classes/Cart.php:1451
331
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) LIMIT 1
0.366 ms 1 /src/Adapter/EntityMapper.php:73
500
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 1) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.366 ms 1 /classes/PrestaShopCollection.php:381
11
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `1vv7f_lang` l
JOIN 1vv7f_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.364 ms 1 /classes/Language.php:1204
365
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1
AND image_shop.`cover` = 1 LIMIT 1
0.363 ms 2 /classes/Product.php:3316
482
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.362 ms 1 /src/Adapter/EntityMapper.php:73
93
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 8 AND `id_group` = 1 LIMIT 1
0.362 ms 0 /classes/GroupReduction.php:146
295
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 4
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.361 ms 3 Yes Yes /classes/Product.php:2492
409
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.361 ms 0 /classes/Cart.php:1451
315
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (24,25)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.360 ms 2 /classes/Product.php:2507
423
SELECT SQL_NO_CACHE COUNT(cp.`id_product`) AS total
FROM `1vv7f_product` p
INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_category_product` cp ON p.`id_product` = cp.`id_product`
WHERE cp.`id_category` = 2 AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = 1 LIMIT 1
0.360 ms 19 /classes/Category.php:1021
125
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 6 AND `id_group` = 1 LIMIT 1
0.359 ms 0 /classes/GroupReduction.php:146
306
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 16
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.359 ms 4 Yes Yes /classes/Product.php:2492
371
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayAfterBodyOpeningTag') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.358 ms 80 Yes /classes/PrestaShopCollection.php:381
84
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 24
0.358 ms 1 /src/Adapter/EntityMapper.php:81
246
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `1vv7f_cart_product` cp
WHERE cp.`id_product_attribute` = 26
AND cp.`id_cart` = 0 AND cp.`id_product` = 11 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `1vv7f_cart_product` cp JOIN `1vv7f_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `1vv7f_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 26
AND cp.`id_cart` = 0 AND p.`id_product_item` = 11 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.357 ms 0 /classes/Cart.php:1451
438
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.357 ms 1 /src/Adapter/EntityMapper.php:73
28
SELECT SQL_NO_CACHE id_shop
FROM `1vv7f_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.356 ms 1 /classes/ObjectModel.php:1570
285
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 3
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.355 ms 3 Yes Yes /classes/Product.php:2492
435
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2
AND pac.`id_product_attribute` = 9
AND agl.`id_lang` = 1
0.354 ms 1 /classes/Product.php:7163
574
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.354 ms 2 /classes/Meta.php:181
456
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 18
AND pac.`id_product_attribute` = 36
AND agl.`id_lang` = 1
0.354 ms 1 /classes/Product.php:7163
375
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayNavMiddle') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.353 ms 80 Yes /classes/PrestaShopCollection.php:381
553
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `1vv7f_customization_field`
WHERE `id_product` = 6
AND `required` = 1 AND `is_deleted` = 0
0.353 ms 1 /classes/Product.php:6359
251
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:73
301
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.351 ms 3 /classes/Product.php:2507
163
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 16) AND (b.`id_shop` = 1) LIMIT 1
0.350 ms 1 /src/Adapter/EntityMapper.php:73
248
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 11
AND pac.`id_product_attribute` = 26
AND agl.`id_lang` = 1
0.350 ms 1 /classes/Product.php:7163
320
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (32,33,34,35)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.350 ms 4 /classes/Product.php:2507
154
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 16 AND `id_group` = 1 LIMIT 1
0.349 ms 0 /classes/GroupReduction.php:146
38
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.348 ms 8 Yes /classes/ImageType.php:109
160
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 16
AND pac.`id_product_attribute` = 28
AND agl.`id_lang` = 1
0.348 ms 1 /classes/Product.php:7163
257
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position`
0.348 ms 1 Yes /classes/Product.php:3285
286
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.347 ms 3 /classes/Product.php:2507
326
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.347 ms 3 /classes/Product.php:2507
541
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (36,37,38,39)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.346 ms 4 /classes/Product.php:2507
36
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.344 ms 8 Yes /classes/ImageType.php:109
109
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 13
0.344 ms 1 /src/Adapter/EntityMapper.php:81
39
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.344 ms 8 Yes /classes/ImageType.php:109
359
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `1vv7f_product_attribute` pa
INNER JOIN 1vv7f_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` = 11
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.344 ms 2 Yes Yes /classes/Product.php:2492
573
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.344 ms 2 /classes/Meta.php:181
519
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (13,14,15)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.343 ms 3 /classes/Product.php:2507
45
SELECT SQL_NO_CACHE settings FROM 1vv7f_prettyblocks_settings WHERE theme_name = "child_cartzilla" AND id_shop = 1 LIMIT 1
0.342 ms 1 /modules/prettyblocks/classes/PrettyBlocksSettingsModel.php:51
293
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:73
595
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM 1vv7f_link_block lb
INNER JOIN 1vv7f_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.340 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
370
SELECT SQL_NO_CACHE 1 FROM 1vv7f_cart_product cp INNER JOIN 1vv7f_product p
ON (p.id_product = cp.id_product) INNER JOIN 1vv7f_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.339 ms 1 /classes/Cart.php:4051
603
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayFooterRight') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.339 ms 80 Yes /classes/PrestaShopCollection.php:381
594
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayFooterRight') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.339 ms 80 Yes /classes/PrestaShopCollection.php:381
604
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'footerFull') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.339 ms 80 Yes /classes/PrestaShopCollection.php:381
131
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 4 LIMIT 1
0.337 ms 1 /classes/SpecificPrice.php:432
307
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (28,29,30,31)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.334 ms 4 /classes/Product.php:2507
115
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 14 LIMIT 1
0.333 ms 1 /classes/SpecificPrice.php:432
233
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `1vv7f_attribute` a
LEFT JOIN `1vv7f_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `1vv7f_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN 1vv7f_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 `1vv7f_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 5
AND pac.`id_product_attribute` = 19
AND agl.`id_lang` = 1
0.333 ms 1 /classes/Product.php:7163
329
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (16,17,18)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.332 ms 3 /classes/Product.php:2507
466
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 2) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.332 ms 1 /classes/PrestaShopCollection.php:381
118
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 14) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.331 ms 1 /classes/stock/StockAvailable.php:267
134
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.331 ms 1 /classes/stock/StockAvailable.php:267
270
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a
LEFT JOIN `1vv7f_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.331 ms 1 /src/Adapter/EntityMapper.php:73
42
SELECT SQL_NO_CACHE *
FROM `1vv7f_country` a
LEFT JOIN `1vv7f_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:73
465
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position`
0.330 ms 1 Yes /classes/Product.php:3285
351
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 5 AND `id_shop` = 1
0.328 ms 1 /src/Adapter/EntityMapper.php:81
380
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `1vv7f_currency` c
LEFT JOIN 1vv7f_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.328 ms 1 /classes/Currency.php:1120
281
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.328 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
575
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.327 ms 2 /classes/Meta.php:181
190
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 2) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.324 ms 1 /classes/PrestaShopCollection.php:381
236
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:73
30
SELECT SQL_NO_CACHE *
FROM `1vv7f_group_lang`
WHERE `id_group` = 1
0.323 ms 1 /src/Adapter/EntityMapper.php:81
40
SELECT SQL_NO_CACHE format
FROM `1vv7f_address_format`
WHERE `id_country` = 8 LIMIT 1
0.322 ms 1 /classes/AddressFormat.php:649
141
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 16
0.322 ms 1 /src/Adapter/EntityMapper.php:81
360
SELECT SQL_NO_CACHE pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
FROM `1vv7f_product_attribute_combination` pac
LEFT JOIN `1vv7f_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `1vv7f_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `1vv7f_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (26,27)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.322 ms 2 /classes/Product.php:2507
133
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 4 AND `id_group` = 1 LIMIT 1
0.322 ms 0 /classes/GroupReduction.php:146
392
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 2) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.322 ms 1 /classes/PrestaShopCollection.php:381
63
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 2) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.321 ms 1 /classes/PrestaShopCollection.php:381
215
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:73
532
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a
LEFT JOIN `1vv7f_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:73
346
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `1vv7f_customization_field`
WHERE `id_product` = 6
AND `required` = 1 AND `is_deleted` = 0
0.320 ms 1 /classes/Product.php:6359
343
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a
LEFT JOIN `1vv7f_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.320 ms 1 /src/Adapter/EntityMapper.php:73
510
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 2) AND (a1.`id_lang` = 1)
0.319 ms 0 /classes/PrestaShopCollection.php:381
529
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 10) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.319 ms 1 /classes/stock/StockAvailable.php:267
602
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayFooter') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.319 ms 80 Yes /classes/PrestaShopCollection.php:381
3
SELECT SQL_NO_CACHE *
FROM `1vv7f_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:73
205
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 1)
0.317 ms 8 /classes/Product.php:3603
271
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a
LEFT JOIN `1vv7f_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:73
43
SELECT SQL_NO_CACHE *
FROM `1vv7f_country_lang`
WHERE `id_country` = 8
0.316 ms 1 /src/Adapter/EntityMapper.php:81
607
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayBeforeBodyClosingTag') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.315 ms 80 Yes /classes/PrestaShopCollection.php:381
32
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM 1vv7f_shop s
0.315 ms 1 /classes/shop/Shop.php:922
48
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1
0.315 ms 1 /classes/module/Module.php:2267
443
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position`
0.314 ms 2 Yes /classes/Product.php:3285
441
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 1 ORDER by i.`position`
0.313 ms 2 Yes /classes/Product.php:2668
503
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 7) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.312 ms 1 /classes/PrestaShopCollection.php:381
59
SELECT SQL_NO_CACHE l.id_category FROM 1vv7f_category_lang as l
INNER JOIN 1vv7f_category c ON (c.id_category = l.id_category)
WHERE c.active = 1
AND l.id_shop = 1 AND l.id_lang = 1
ORDER BY RAND() LIMIT 5
0.310 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
155
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.310 ms 1 /classes/stock/StockAvailable.php:267
485
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19
ORDER BY `position`
0.310 ms 1 Yes /classes/Product.php:3285
513
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.310 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
170
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 10
ORDER BY `position`
0.309 ms 2 Yes /classes/Product.php:3285
478
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 12)
0.309 ms 1 /classes/Product.php:3603
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `1vv7f_lang` l
LEFT JOIN `1vv7f_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.308 ms 1 /classes/Language.php:1070
277
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a
LEFT JOIN `1vv7f_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:73
399
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 7)
0.307 ms 1 /classes/Product.php:3603
444
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 10 AND il.`id_lang` = 1 ORDER by i.`position`
0.307 ms 4 Yes /classes/Product.php:2668
259
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 6) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.306 ms 1 /classes/PrestaShopCollection.php:381
416
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position`
0.306 ms 1 Yes /classes/Product.php:3285
493
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 13
ORDER BY `position`
0.306 ms 1 Yes /classes/Product.php:3285
596
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.306 ms 2 /classes/Meta.php:181
8
SELECT SQL_NO_CACHE *
FROM `1vv7f_lang` a
LEFT JOIN `1vv7f_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:73
117
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 14 AND `id_group` = 1 LIMIT 1
0.304 ms 0 /classes/GroupReduction.php:146
358
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 11 AND `id_shop` = 1
0.303 ms 1 /src/Adapter/EntityMapper.php:81
502
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 3) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.302 ms 1 /classes/PrestaShopCollection.php:381
311
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a
LEFT JOIN `1vv7f_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:73
498
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17
ORDER BY `position`
0.301 ms 1 Yes /classes/Product.php:3285
563
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.301 ms 1 /classes/module/Module.php:2778
44
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM 1vv7f_required_field
0.300 ms 1 /classes/ObjectModel.php:1437
598
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.300 ms 2 /classes/Meta.php:181
174
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 17)
0.299 ms 4 /classes/Product.php:3603
226
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 5)
0.299 ms 3 /classes/Product.php:3603
567
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM 1vv7f_link_block lb
INNER JOIN 1vv7f_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 50 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.299 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
396
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 8
ORDER BY `position`
0.298 ms 1 Yes /classes/Product.php:3285
434
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 2 AND pa.`id_product` = 2 AND pa.`id_product_attribute` = 9 LIMIT 1
0.298 ms 1 /classes/Product.php:1180
495
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11
ORDER BY `position`
0.298 ms 2 Yes /classes/Product.php:3285
260
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 3) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.297 ms 1 /classes/PrestaShopCollection.php:381
56
SELECT SQL_NO_CACHE l.id_category FROM 1vv7f_category_lang as l
INNER JOIN 1vv7f_category c ON (c.id_category = l.id_category)
WHERE c.active = 1
AND l.id_shop = 1 AND l.id_lang = 1
ORDER BY RAND() LIMIT 5
0.297 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
31
SELECT SQL_NO_CACHE id_shop
FROM `1vv7f_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.296 ms 1 /classes/ObjectModel.php:1570
313
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.296 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
186
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 17 AND il.`id_lang` = 1 ORDER by i.`position`
0.295 ms 2 Yes /classes/Product.php:2668
421
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 2) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.295 ms 1 /classes/PrestaShopCollection.php:381
475
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position`
0.295 ms 1 Yes /classes/Product.php:3285
504
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 4) AND (a1.`id_lang` = 1)
0.295 ms 0 /classes/PrestaShopCollection.php:381
512
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.295 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
171
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 10 AND il.`id_lang` = 1 ORDER by i.`position`
0.294 ms 4 Yes /classes/Product.php:2668
14
SELECT SQL_NO_CACHE `name`, `alias` FROM `1vv7f_hook_alias`
0.294 ms 86 /classes/Hook.php:319
490
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 13) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.294 ms 1 /classes/stock/StockAvailable.php:267
583
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
0.294 ms 1 /src/Adapter/EntityMapper.php:81
166
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 16 AND il.`id_lang` = 1 ORDER by i.`position`
0.293 ms 2 Yes /classes/Product.php:2668
332
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 1 AND `id_shop` = 1
0.293 ms 1 /src/Adapter/EntityMapper.php:81
499
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 17 AND il.`id_lang` = 1 ORDER by i.`position`
0.293 ms 2 Yes /classes/Product.php:2668
546
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.293 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
6
SELECT SQL_NO_CACHE *
FROM `1vv7f_country` a
LEFT JOIN `1vv7f_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.293 ms 1 /src/Adapter/EntityMapper.php:73
304
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 16 AND `id_shop` = 1
0.292 ms 1 /src/Adapter/EntityMapper.php:81
472
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position`
0.292 ms 1 Yes /classes/Product.php:3285
188
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3
ORDER BY `position`
0.291 ms 1 Yes /classes/Product.php:3285
388
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `1vv7f_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.291 ms 1 /classes/Cart.php:1322
606
SELECT SQL_NO_CACHE data
FROM `1vv7f_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.291 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
539
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 18 AND `id_shop` = 1
0.291 ms 1 /src/Adapter/EntityMapper.php:81
276
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 10) AND (id_product_attribute = 25) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.290 ms 1 /classes/stock/StockAvailable.php:267
470
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position`
0.290 ms 1 Yes /classes/Product.php:3285
570
SELECT SQL_NO_CACHE *
FROM `1vv7f_link_block` a
LEFT JOIN `1vv7f_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.290 ms 1 /src/Adapter/EntityMapper.php:73
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM 1vv7f_shop s
LEFT JOIN 1vv7f_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.290 ms 1 /classes/shop/Shop.php:215
556
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.290 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
597
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.290 ms 2 /classes/Meta.php:181
403
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 7
ORDER BY `position`
0.289 ms 1 Yes /classes/Product.php:3285
406
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 19)
0.289 ms 1 /classes/Product.php:3603
496
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 11 AND il.`id_lang` = 1 ORDER by i.`position`
0.289 ms 4 Yes /classes/Product.php:2668
577
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.289 ms 1 /src/Adapter/EntityMapper.php:81
599
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.289 ms 1 /classes/Meta.php:181
232
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1) WHERE p.`id_product` = 5 AND pa.`id_product` = 5 AND pa.`id_product_attribute` = 19 LIMIT 1
0.288 ms 1 /classes/Product.php:1180
252
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 11
ORDER BY `position`
0.288 ms 2 Yes /classes/Product.php:3285
531
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 12) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.288 ms 1 /classes/stock/StockAvailable.php:267
548
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.288 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
41
SELECT SQL_NO_CACHE `need_identification_number`
FROM `1vv7f_country`
WHERE `id_country` = 8 LIMIT 1
0.287 ms 1 /classes/Country.php:406
61
SELECT SQL_NO_CACHE l.id_category FROM 1vv7f_category_lang as l
INNER JOIN 1vv7f_category c ON (c.id_category = l.id_category)
WHERE c.active = 1
AND l.id_shop = 1 AND l.id_lang = 1
ORDER BY RAND() LIMIT 5
0.286 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
261
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 7) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.286 ms 1 /classes/PrestaShopCollection.php:381
501
SELECT SQL_NO_CACHE *
FROM `1vv7f_product` a0
LEFT JOIN `1vv7f_product_lang` `a1` ON (a0.`id_product` = a1.`id_product`)
WHERE (a0.`id_product` = 6) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.286 ms 1 /classes/PrestaShopCollection.php:381
241
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 11)
0.285 ms 2 /classes/Product.php:3603
473
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 2 AND il.`id_lang` = 1 ORDER by i.`position`
0.285 ms 2 Yes /classes/Product.php:2668
180
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 17 AND pa.`id_product` = 17 AND pa.`id_product_attribute` = 32 LIMIT 1
0.284 ms 1 /classes/Product.php:1180
185
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17
ORDER BY `position`
0.284 ms 1 Yes /classes/Product.php:3285
194
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 4
ORDER BY `position`
0.283 ms 1 Yes /classes/Product.php:3285
253
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 11 AND il.`id_lang` = 1 ORDER by i.`position`
0.282 ms 4 Yes /classes/Product.php:2668
446
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19
ORDER BY `position`
0.282 ms 1 Yes /classes/Product.php:3285
537
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.282 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
576
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms` a
LEFT JOIN `1vv7f_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.282 ms 1 /src/Adapter/EntityMapper.php:73
514
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.281 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
523
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.281 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
223
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 16 AND il.`id_lang` = 1 ORDER by i.`position`
0.281 ms 2 Yes /classes/Product.php:2668
414
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position`
0.281 ms 2 Yes /classes/Product.php:2668
542
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 37) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.281 ms 1 /classes/stock/StockAvailable.php:267
289
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a
LEFT JOIN `1vv7f_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `1vv7f_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.280 ms 1 /src/Adapter/EntityMapper.php:73
165
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16
ORDER BY `position`
0.280 ms 1 Yes /classes/Product.php:3285
211
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 1 AND pa.`id_product` = 1 AND pa.`id_product_attribute` = 1 LIMIT 1
0.279 ms 1 /classes/Product.php:1180
419
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position`
0.279 ms 2 Yes /classes/Product.php:3285
449
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 18)
0.279 ms 4 /classes/Product.php:3603
262
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 4) AND (a1.`id_lang` = 1)
0.278 ms 0 /classes/PrestaShopCollection.php:381
457
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 36) LIMIT 1
0.278 ms 1 /src/Adapter/EntityMapper.php:73
483
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12
ORDER BY `position`
0.278 ms 1 Yes /classes/Product.php:3285
302
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.277 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
413
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position`
0.277 ms 1 Yes /classes/Product.php:3285
255
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14
ORDER BY `position`
0.276 ms 1 Yes /classes/Product.php:3285
460
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 18
ORDER BY `position`
0.276 ms 1 Yes /classes/Product.php:3285
488
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 13)
0.276 ms 1 /classes/Product.php:3603
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM 1vv7f_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.276 ms 1 /classes/shop/ShopUrl.php:178
222
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 16
ORDER BY `position`
0.276 ms 1 Yes /classes/Product.php:3285
565
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_linklist" LIMIT 1
0.275 ms 1 /classes/module/Module.php:2778
581
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
0.274 ms 1 /src/Adapter/EntityMapper.php:81
55
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 4) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.274 ms 1 /classes/PrestaShopCollection.php:381
220
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 6
ORDER BY `position`
0.274 ms 1 Yes /classes/Product.php:3285
381
SELECT SQL_NO_CACHE *
FROM `1vv7f_currency` c
INNER JOIN 1vv7f_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.274 ms 1 Yes /classes/Currency.php:687
461
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 18 AND il.`id_lang` = 1 ORDER by i.`position`
0.274 ms 2 Yes /classes/Product.php:2668
318
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 17 AND `id_shop` = 1
0.273 ms 1 /src/Adapter/EntityMapper.php:81
451
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.273 ms 1 /classes/stock/StockAvailable.php:267
517
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.273 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
554
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.273 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
189
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position`
0.272 ms 2 Yes /classes/Product.php:2668
411
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19
ORDER BY `position`
0.272 ms 1 Yes /classes/Product.php:3285
417
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 3 AND il.`id_lang` = 1 ORDER by i.`position`
0.272 ms 2 Yes /classes/Product.php:2668
420
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 1 AND il.`id_lang` = 1 ORDER by i.`position`
0.272 ms 4 Yes /classes/Product.php:2668
525
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 2 AND `id_shop` = 1
0.271 ms 1 /src/Adapter/EntityMapper.php:81
455
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 18 AND pa.`id_product` = 18 AND pa.`id_product_attribute` = 36 LIMIT 1
0.270 ms 1 /classes/Product.php:1180
217
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1
ORDER BY `position`
0.269 ms 2 Yes /classes/Product.php:3285
366
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 6
AND image_shop.`cover` = 1 LIMIT 1
0.269 ms 1 /classes/Product.php:3316
159
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 16 AND pa.`id_product` = 16 AND pa.`id_product_attribute` = 28 LIMIT 1
0.269 ms 1 /classes/Product.php:1180
547
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.269 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
589
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.269 ms 1 /classes/module/Module.php:2778
428
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 `1vv7f_product` p
INNER JOIN `1vv7f_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `1vv7f_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` = 2)
0.268 ms 4 /classes/Product.php:3603
294
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 4 AND `id_shop` = 1
0.267 ms 1 /src/Adapter/EntityMapper.php:81
569
SELECT SQL_NO_CACHE *
FROM `1vv7f_link_block_lang`
WHERE `id_link_block` = 1
0.267 ms 1 /src/Adapter/EntityMapper.php:81
157
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 28) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.266 ms 1 /classes/stock/StockAvailable.php:267
237
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 5
ORDER BY `position`
0.266 ms 1 Yes /classes/Product.php:3285
272
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 10 AND `id_shop` = 1
0.266 ms 1 /src/Adapter/EntityMapper.php:81
559
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.266 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
218
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 1 AND il.`id_lang` = 1 ORDER by i.`position`
0.266 ms 4 Yes /classes/Product.php:2668
440
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `1vv7f_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2
ORDER BY `position`
0.266 ms 1 Yes /classes/Product.php:3285
58
SELECT SQL_NO_CACHE l.id_manufacturer FROM 1vv7f_manufacturer_lang as l
INNER JOIN 1vv7f_manufacturer m ON (m.id_manufacturer = l.id_manufacturer)
WHERE m.active = 1
AND l.id_lang = 1
ORDER BY RAND() LIMIT 5
0.265 ms 1 Yes /modules/cartzillablocks/classes/blocks/CartZillaBrand.php:50
60
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 3) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.265 ms 1 /classes/PrestaShopCollection.php:381
161
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 28) LIMIT 1
0.265 ms 1 /src/Adapter/EntityMapper.php:73
555
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.265 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
195
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 4 AND il.`id_lang` = 1 ORDER by i.`position`
0.264 ms 2 Yes /classes/Product.php:2668
249
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 26) LIMIT 1
0.264 ms 1 /src/Adapter/EntityMapper.php:73
349
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1
0.264 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
64
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a
LEFT JOIN `1vv7f_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.263 ms 1 /src/Adapter/EntityMapper.php:73
240
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 11 LIMIT 1
0.262 ms 1 /classes/SpecificPrice.php:432
568
SELECT SQL_NO_CACHE *
FROM `1vv7f_link_block` a
LEFT JOIN `1vv7f_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
0.262 ms 1 /src/Adapter/EntityMapper.php:73
579
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.262 ms 1 /src/Adapter/EntityMapper.php:81
206
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 1 AND `id_group` = 1 LIMIT 1
0.262 ms 0 /classes/GroupReduction.php:146
265
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 6) AND (a1.`id_lang` = 1)
0.262 ms 0 /classes/PrestaShopCollection.php:381
600
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.261 ms 1 /classes/Meta.php:181
354
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 20) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.261 ms 1 /classes/stock/StockAvailable.php:267
213
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 1) LIMIT 1
0.260 ms 1 /src/Adapter/EntityMapper.php:73
586
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.260 ms 1 /classes/Meta.php:181
57
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 3) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.260 ms 1 /classes/PrestaShopCollection.php:381
238
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `1vv7f_product_attribute_image` pai
LEFT JOIN `1vv7f_image_lang` il ON (il.`id_image` = pai.`id_image`)
INNER JOIN `1vv7f_image` i ON (i.`id_image` = pai.`id_image`)
WHERE i.`id_product` = 5 AND il.`id_lang` = 1 ORDER by i.`position`
0.260 ms 2 Yes /classes/Product.php:2668
588
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.260 ms 1 /classes/Meta.php:181
62
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`id_category` = 1) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.259 ms 1 /classes/PrestaShopCollection.php:381
247
SELECT SQL_NO_CACHE pa.`available_date` FROM `1vv7f_product` p LEFT JOIN `1vv7f_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN 1vv7f_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN 1vv7f_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` = 11 AND pa.`id_product` = 11 AND pa.`id_product_attribute` = 26 LIMIT 1
0.259 ms 1 /classes/Product.php:1180
279
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "productcomments" LIMIT 1
0.259 ms 1 /classes/module/Module.php:2778
182
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 32) LIMIT 1
0.258 ms 1 /src/Adapter/EntityMapper.php:73
283
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 3 AND `id_shop` = 1
0.258 ms 1 /src/Adapter/EntityMapper.php:81
453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 36) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.258 ms 1 /classes/stock/StockAvailable.php:267
536
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.258 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
291
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.257 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 30) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.257 ms 1 /classes/stock/StockAvailable.php:267
376
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.257 ms 1 /classes/module/Module.php:2778
316
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.257 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
383
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.256 ms 1 /classes/module/Module.php:2267
489
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 13 AND `id_group` = 1 LIMIT 1
0.256 ms 0 /classes/GroupReduction.php:146
590
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.256 ms 1 /classes/module/Module.php:2267
207
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.256 ms 1 /classes/stock/StockAvailable.php:267
234
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 19) LIMIT 1
0.256 ms 1 /src/Adapter/EntityMapper.php:73
552
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.256 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
367
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 1 /classes/Product.php:3316
562
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1
0.254 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
292
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.253 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
225
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 5 LIMIT 1
0.252 ms 1 /classes/SpecificPrice.php:432
308
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 29) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.252 ms 1 /classes/stock/StockAvailable.php:267
520
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.252 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
263
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 7) AND (a1.`id_lang` = 1)
0.251 ms 0 /classes/PrestaShopCollection.php:381
267
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 8) AND (a1.`id_lang` = 1)
0.251 ms 0 /classes/PrestaShopCollection.php:381
287
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 14) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.251 ms 1 /classes/stock/StockAvailable.php:267
321
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 33) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.251 ms 1 /classes/stock/StockAvailable.php:267
432
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 9) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.251 ms 1 /classes/stock/StockAvailable.php:267
436
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute` a
LEFT JOIN `1vv7f_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 9) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:73
587
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.251 ms 1 /classes/Meta.php:181
592
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.251 ms 1 /classes/module/Module.php:2778
601
SELECT SQL_NO_CACHE *
FROM 1vv7f_meta m
LEFT JOIN 1vv7f_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.251 ms 1 /classes/Meta.php:181
199
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `1vv7f_specific_price` WHERE `id_product` != 0
0.250 ms 2 /classes/SpecificPrice.php:307
278
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.250 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 2) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.250 ms 1 /classes/stock/StockAvailable.php:267
364
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.250 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
369
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `1vv7f_image` i
INNER JOIN 1vv7f_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7
AND image_shop.`cover` = 1 LIMIT 1
0.250 ms 1 /classes/Product.php:3316
505
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 7) AND (a1.`id_lang` = 1)
0.250 ms 0 /classes/PrestaShopCollection.php:381
508
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 3) AND (a1.`id_lang` = 1)
0.250 ms 0 /classes/PrestaShopCollection.php:381
571
SELECT SQL_NO_CACHE *
FROM `1vv7f_link_block_lang`
WHERE `id_link_block` = 2
0.250 ms 1 /src/Adapter/EntityMapper.php:81
264
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 5) AND (a1.`id_lang` = 1)
0.250 ms 0 /classes/PrestaShopCollection.php:381
327
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.249 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
533
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.249 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
209
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 1) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.248 ms 1 /classes/stock/StockAvailable.php:267
176
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.248 ms 1 /classes/stock/StockAvailable.php:267
268
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 2) AND (a1.`id_lang` = 1)
0.248 ms 0 /classes/PrestaShopCollection.php:381
389
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.248 ms 1 /classes/module/Module.php:2778
584
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms` a
LEFT JOIN `1vv7f_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:73
324
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1
0.247 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
551
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.247 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
338
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 4) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.246 ms 1 /classes/stock/StockAvailable.php:267
356
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.246 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
506
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 5) AND (a1.`id_lang` = 1)
0.246 ms 0 /classes/PrestaShopCollection.php:381
593
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.246 ms 1 /classes/module/Module.php:2267
543
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 38) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.245 ms 1 /classes/stock/StockAvailable.php:267
201
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE `from` BETWEEN '2025-12-04 00:00:00' AND '2025-12-04 23:59:59' LIMIT 1
0.244 ms 1 /classes/SpecificPrice.php:374
310
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 16) AND (id_product_attribute = 31) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.244 ms 1 /classes/stock/StockAvailable.php:267
312
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1
0.244 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
572
SELECT SQL_NO_CACHE *
FROM `1vv7f_hook` a
WHERE (a.`id_hook` = 50) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:73
339
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 5) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:267
363
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.243 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
372
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.243 ms 1 /classes/module/Module.php:2778
530
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 11) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.243 ms 1 /classes/stock/StockAvailable.php:267
545
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1
0.243 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
198
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE `id_product` != 0 LIMIT 1
0.242 ms 2 /classes/SpecificPrice.php:294
322
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 34) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.242 ms 1 /classes/stock/StockAvailable.php:267
330
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.242 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
344
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.242 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
280
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.241 ms 1 /classes/module/Module.php:2267
345
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.241 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
458
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 36
0.241 ms 1 /src/Adapter/EntityMapper.php:81
578
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms` a
LEFT JOIN `1vv7f_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.241 ms 1 /src/Adapter/EntityMapper.php:73
9
SELECT SQL_NO_CACHE id_shop
FROM `1vv7f_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.240 ms 1 /classes/ObjectModel.php:1570
564
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.240 ms 1 /classes/module/Module.php:2267
178
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 32) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.239 ms 1 /classes/stock/StockAvailable.php:267
477
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 12 LIMIT 1
0.239 ms 1 /classes/SpecificPrice.php:432
526
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 5 LIMIT 1
0.239 ms 0 /classes/Category.php:1396
585
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
0.239 ms 1 /src/Adapter/EntityMapper.php:81
173
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 17 LIMIT 1
0.238 ms 1 /classes/SpecificPrice.php:432
407
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 19 AND `id_group` = 1 LIMIT 1
0.238 ms 0 /classes/GroupReduction.php:146
228
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.238 ms 1 /classes/stock/StockAvailable.php:267
566
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.238 ms 1 /classes/module/Module.php:2267
200
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.237 ms 2 /classes/SpecificPrice.php:294
297
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 17) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.237 ms 1 /classes/stock/StockAvailable.php:267
298
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 4) AND (id_product_attribute = 18) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.237 ms 1 /classes/stock/StockAvailable.php:267
7
SELECT SQL_NO_CACHE *
FROM `1vv7f_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:73
487
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 13 LIMIT 1
0.236 ms 1 /classes/SpecificPrice.php:432
511
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 1) AND (a1.`id_lang` = 1)
0.236 ms 0 /classes/PrestaShopCollection.php:381
580
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms` a
LEFT JOIN `1vv7f_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 6) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:73
202
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE `to` BETWEEN '2025-12-04 00:00:00' AND '2025-12-04 23:59:59' LIMIT 1
0.236 ms 1 /classes/SpecificPrice.php:378
340
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 6) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.236 ms 1 /classes/stock/StockAvailable.php:267
266
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 3) AND (a1.`id_lang` = 1)
0.234 ms 0 /classes/PrestaShopCollection.php:381
299
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.234 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
398
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 7 LIMIT 1
0.234 ms 1 /classes/SpecificPrice.php:432
362
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.233 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
425
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 2 LIMIT 1
0.233 ms 1 /classes/SpecificPrice.php:432
175
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 17 AND `id_group` = 1 LIMIT 1
0.232 ms 0 /classes/GroupReduction.php:146
197
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 1 LIMIT 1
0.232 ms 1 /classes/SpecificPrice.php:432
480
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 12) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.232 ms 1 /classes/stock/StockAvailable.php:267
230
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 19) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.231 ms 1 /classes/stock/StockAvailable.php:267
509
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 8) AND (a1.`id_lang` = 1)
0.231 ms 0 /classes/PrestaShopCollection.php:381
582
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms` a
LEFT JOIN `1vv7f_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:73
245
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 26) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.230 ms 1 /classes/stock/StockAvailable.php:267
305
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 7 LIMIT 1
0.229 ms 0 /classes/Category.php:1396
290
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.229 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
333
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 4 LIMIT 1
0.229 ms 0 /classes/Category.php:1396
448
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 18 LIMIT 1
0.229 ms 1 /classes/SpecificPrice.php:432
544
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 39) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:267
355
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 5) AND (id_product_attribute = 21) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.228 ms 1 /classes/stock/StockAvailable.php:267
384
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.228 ms 1 /classes/module/Module.php:2778
341
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 7) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.227 ms 1 /classes/stock/StockAvailable.php:267
342
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 8) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:267
401
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 7) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:267
405
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 19 LIMIT 1
0.226 ms 1 /classes/SpecificPrice.php:432
430
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 2) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.226 ms 1 /classes/stock/StockAvailable.php:267
507
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 6) AND (a1.`id_lang` = 1)
0.226 ms 0 /classes/PrestaShopCollection.php:381
323
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 35) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:267
337
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 1) AND (id_product_attribute = 3) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:267
288
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 3) AND (id_product_attribute = 15) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.224 ms 1 /classes/stock/StockAvailable.php:267
235
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 19
0.223 ms 1 /src/Adapter/EntityMapper.php:81
243
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.223 ms 1 /classes/stock/StockAvailable.php:267
269
SELECT SQL_NO_CACHE *
FROM `1vv7f_manufacturer` a0
LEFT JOIN `1vv7f_manufacturer_lang` `a1` ON (a0.`id_manufacturer` = a1.`id_manufacturer`)
WHERE (a0.`id_manufacturer` = 1) AND (a1.`id_lang` = 1)
0.223 ms 0 /classes/PrestaShopCollection.php:381
361
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 11) AND (id_product_attribute = 27) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.223 ms 1 /classes/stock/StockAvailable.php:267
400
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:146
479
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 12 AND `id_group` = 1 LIMIT 1
0.223 ms 0 /classes/GroupReduction.php:146
183
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 32
0.221 ms 1 /src/Adapter/EntityMapper.php:81
284
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 9 LIMIT 1
0.221 ms 0 /classes/Category.php:1396
385
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.220 ms 1 /classes/module/Module.php:2267
408
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.220 ms 1 /classes/stock/StockAvailable.php:267
386
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.218 ms 1 /classes/module/Module.php:2778
242
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 11 AND `id_group` = 1 LIMIT 1
0.218 ms 0 /classes/GroupReduction.php:146
437
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 9
0.217 ms 1 /src/Adapter/EntityMapper.php:81
164
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 7 LIMIT 1
0.217 ms 1 /classes/Category.php:1396
450
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 18 AND `id_group` = 1 LIMIT 1
0.217 ms 0 /classes/GroupReduction.php:146
273
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 8 LIMIT 1
0.216 ms 0 /classes/Category.php:1396
214
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 1
0.215 ms 1 /src/Adapter/EntityMapper.php:81
250
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 26
0.215 ms 1 /src/Adapter/EntityMapper.php:81
382
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.215 ms 1 /classes/module/Module.php:2778
162
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 28
0.214 ms 1 /src/Adapter/EntityMapper.php:81
374
SELECT SQL_NO_CACHE `need_identification_number`
FROM `1vv7f_country`
WHERE `id_country` = 8 LIMIT 1
0.214 ms 1 /classes/Country.php:406
426
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `1vv7f_specific_price_priority`
WHERE `id_product` = 2
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.214 ms 0 /classes/SpecificPrice.php:253
373
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.213 ms 1 /classes/module/Module.php:2267
379
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.212 ms 1 /classes/module/Module.php:2267
227
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:146
377
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.210 ms 1 /classes/module/Module.php:2267
439
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5 LIMIT 1
0.210 ms 1 /classes/Category.php:1396
378
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.207 ms 1 /classes/module/Module.php:2778
203
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `1vv7f_specific_price_priority`
WHERE `id_product` = 1
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.207 ms 0 /classes/SpecificPrice.php:253
216
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `1vv7f_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4 LIMIT 1
0.207 ms 1 /classes/Category.php:1396
429
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 2 AND `id_group` = 1 LIMIT 1
0.205 ms 0 /classes/GroupReduction.php:146
390
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.203 ms 1 /classes/module/Module.php:2267
387
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.203 ms 1 /classes/module/Module.php:2267

Doubles

54 queries
SELECT SUM(quantity)
FROM `XXvvXXf_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
40 queries
SELECT
                    p.*,
                    ps.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, XX) as quantity,
                    (DATEDIFF(
                        p.`date_add`,
                        DATE_SUB(
                            'XX-XX-XX XX:XX:XX',
                            INTERVAL XX DAY
                        )
                    ) > XX) as new
                FROM XXvvXXf_product p
                LEFT JOIN XXvvXXf_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                LEFT JOIN XXvvXXf_stock_available sa   ON sa.id_product = p.id_product
                    AND sa.id_product_attribute = XX
			        AND sa.id_shop = XX LEFT JOIN XXvvXXf_product_shop ps
			        ON ps.id_product = p.id_product
			        AND ps.id_shop = XX
                WHERE p.id_product IN (XX)
40 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `XXvvXXf_image` i
             INNER JOIN XXvvXXf_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `XXvvXXf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
40 queries
SELECT name FROM XXvvXXf_category_lang
                WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
27 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `XXvvXXf_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
              
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `XXvvXXf_cart_product` cp JOIN `XXvvXXf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `XXvvXXf_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
              
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
22 queries
SELECT pai.`id_image`, pai.`id_product_attribute`, il.`legend`
            FROM `XXvvXXf_product_attribute_image` pai
            LEFT JOIN `XXvvXXf_image_lang` il ON (il.`id_image` = pai.`id_image`)
            INNER JOIN `XXvvXXf_image` i ON (i.`id_image` = pai.`id_image`)
            WHERE i.`id_product` = XX AND il.`id_lang` = XX ORDER by i.`position`
22 queries
SELECT pa.*, product_attribute_shop.*
                FROM `XXvvXXf_product_attribute` pa
                 INNER JOIN XXvvXXf_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
                WHERE pa.`id_product` = XX
                GROUP BY pa.`id_product_attribute`
                ORDER BY pa.`id_product_attribute`
18 queries
SELECT XX FROM `XXvvXXf_specific_price` WHERE id_product = XX LIMIT XX
17 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `XXvvXXf_product` p
INNER JOIN `XXvvXXf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `XXvvXXf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
17 queries
			SELECT `reduction`
			FROM `XXvvXXf_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
17 queries
SELECT *
FROM `XXvvXXf_product` a
LEFT JOIN `XXvvXXf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `XXvvXXf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
16 queries
SELECT *
FROM `XXvvXXf_manufacturer` aXX
LEFT JOIN `XXvvXXf_manufacturer_lang` `aXX` ON (aXX.`id_manufacturer` = aXX.`id_manufacturer`)
WHERE (aXX.`id_manufacturer` = XX) AND (aXX.`id_lang` = XX)
13 queries
SELECT `id_module` FROM `XXvvXXf_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
11 queries
SELECT *
FROM `XXvvXXf_category` aXX
LEFT JOIN `XXvvXXf_category_lang` `aXX` ON (aXX.`id_category` = aXX.`id_category`)
WHERE (aXX.`id_category` = XX) AND (aXX.`id_lang` = XX) AND (aXX.`id_shop` = XX)
10 queries
SELECT pa.`available_date` FROM `XXvvXXf_product` p LEFT JOIN `XXvvXXf_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN XXvvXXf_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) INNER JOIN XXvvXXf_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
10 queries
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
            pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`,
            pal.`available_now`, pal.`available_later`
            FROM `XXvvXXf_attribute` a
            LEFT JOIN `XXvvXXf_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            LEFT JOIN `XXvvXXf_product_attribute_combination` pac
                ON (pac.`id_attribute` = a.`id_attribute`)
            LEFT JOIN `XXvvXXf_product_attribute` pa
                ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
             INNER JOIN XXvvXXf_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            LEFT JOIN `XXvvXXf_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `XXvvXXf_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
10 queries
SELECT *
FROM `XXvvXXf_product_attribute` a
LEFT JOIN `XXvvXXf_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
10 queries
SELECT *
							FROM `XXvvXXf_product_attribute_lang`
							WHERE `id_product_attribute` = XX
10 queries
			SELECT cl.`link_rewrite`
			FROM `XXvvXXf_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
10 queries
SELECT *
FROM `XXvvXXf_product` a
LEFT JOIN `XXvvXXf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
10 queries
SELECT *
							FROM `XXvvXXf_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
9 queries
SELECT *
FROM `XXvvXXf_product` aXX
LEFT JOIN `XXvvXXf_product_lang` `aXX` ON (aXX.`id_product` = aXX.`id_product`)
WHERE (aXX.`id_product` = XX) AND (aXX.`id_lang` = XX) AND (aXX.`id_shop` = XX)
8 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `XXvvXXf_product_attribute_combination` pac
                LEFT JOIN `XXvvXXf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `XXvvXXf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `XXvvXXf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `XXvvXXf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX,XX,XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
7 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `XXvvXXf_product_attribute_combination` pac
                LEFT JOIN `XXvvXXf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `XXvvXXf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `XXvvXXf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `XXvvXXf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX,XX,XX,XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
6 queries
SELECT p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, XX) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, XX) 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_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("XX-XX-XX XX:XX:XX",
					INTERVAL XX DAY)) > XX AS new, product_shop.price AS orderprice, psales.`quantity` as sales
				FROM `XXvvXXf_category_product` cp
				LEFT JOIN `XXvvXXf_product` p
					ON p.`id_product` = cp.`id_product`
				 INNER JOIN XXvvXXf_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) LEFT JOIN `XXvvXXf_product_attribute_shop` product_attribute_shop
				ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = XX AND product_attribute_shop.id_shop=XX)
				 LEFT JOIN XXvvXXf_stock_available stock
            ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = XX AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
				LEFT JOIN `XXvvXXf_category_lang` cl
					ON (product_shop.`id_category_default` = cl.`id_category`
					AND cl.`id_lang` = XX AND cl.id_shop = XX )
				LEFT JOIN `XXvvXXf_product_lang` pl
					ON (p.`id_product` = pl.`id_product`
					AND pl.`id_lang` = XX AND pl.id_shop = XX )
				LEFT JOIN `XXvvXXf_image_shop` image_shop
					ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=XX AND image_shop.id_shop=XX)
				LEFT JOIN `XXvvXXf_image_lang` il
					ON (image_shop.`id_image` = il.`id_image`
					AND il.`id_lang` = XX)
				LEFT JOIN `XXvvXXf_manufacturer` m
					ON m.`id_manufacturer` = p.`id_manufacturer`
                LEFT JOIN `XXvvXXf_product_sale` psales
					ON psales.`id_product` = p.`id_product`
				WHERE product_shop.`id_shop` = XX
					AND cp.`id_category` = XX AND product_shop.`active` = XX AND product_shop.`visibility` IN ("both", "catalog") ORDER BY RAND() LIMIT XX
6 queries
SELECT COUNT(cp.`id_product`) AS total
					FROM `XXvvXXf_product` p
					 INNER JOIN XXvvXXf_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX)
					LEFT JOIN `XXvvXXf_category_product` cp ON p.`id_product` = cp.`id_product`
					WHERE cp.`id_category` = XX AND product_shop.`visibility` IN ("both", "catalog") AND product_shop.`active` = XX LIMIT XX
6 queries
SELECT *
FROM `XXvvXXf_category` a
LEFT JOIN `XXvvXXf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `XXvvXXf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) AND (b.`id_shop` = XX) LIMIT XX
5 queries
SELECT l.id_category FROM XXvvXXf_category_lang as l
        INNER JOIN XXvvXXf_category c ON (c.id_category = l.id_category)
        WHERE c.active = XX
        AND l.id_shop = XX AND l.id_lang = XX
        ORDER BY RAND() LIMIT XX
5 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `XXvvXXf_product_attribute_combination` pac
                LEFT JOIN `XXvvXXf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `XXvvXXf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `XXvvXXf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `XXvvXXf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX,XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
5 queries
SELECT *
FROM `XXvvXXf_cms` a
LEFT JOIN `XXvvXXf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
5 queries
SELECT *
							FROM `XXvvXXf_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
4 queries
SELECT image_shop.`id_image`
                    FROM `XXvvXXf_image` i
                     INNER JOIN XXvvXXf_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `XXvvXXf_module` m
                LEFT JOIN `XXvvXXf_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT `id_lang` FROM `XXvvXXf_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX
2 queries
			SELECT `need_identification_number`
			FROM `XXvvXXf_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
SELECT settings FROM XXvvXXf_prettyblocks_settings WHERE theme_name = "child_cartzilla" AND id_shop = XX LIMIT XX
2 queries
SELECT *
FROM `XXvvXXf_prettyblocks` aXX
WHERE (aXX.`zone_name` = 'displayHome') AND (aXX.`id_shop` = XX) AND (aXX.`id_lang` = XX)
ORDER BY aXX.`position` asc
2 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `XXvvXXf_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
2 queries
			SELECT *, ( IF (`id_shop` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_group` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `XXvvXXf_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
2 queries
SELECT pac.id_product_attribute, GROUP_CONCAT(agl.`name`, ' - ',al.`name` ORDER BY agl.`id_attribute_group` SEPARATOR ', ') as attribute_designation
                FROM `XXvvXXf_product_attribute_combination` pac
                LEFT JOIN `XXvvXXf_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `XXvvXXf_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `XXvvXXf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `XXvvXXf_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pac.id_product_attribute IN (XX,XX,XX,XX,XX,XX,XX,XX)
                GROUP BY pac.id_product_attribute
                ORDER BY pac.id_product_attribute
2 queries
            SELECT `id_customization_field`, `type`
            FROM `XXvvXXf_customization_field`
            WHERE `id_product` = XX
            AND `required` = XX AND `is_deleted` = XX
2 queries
SELECT lb.`id_link_block`
                    FROM XXvvXXf_link_block lb
                    INNER JOIN XXvvXXf_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
                    WHERE lb. `id_hook` = XX AND lbs.`id_shop` = XX
                    ORDER by lbs.`position`
                
2 queries
SELECT *
FROM `XXvvXXf_link_block` a
LEFT JOIN `XXvvXXf_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `XXvvXXf_link_block_lang`
							WHERE `id_link_block` = XX
2 queries
        		SELECT *
        		FROM XXvvXXf_meta m
        		LEFT JOIN XXvvXXf_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "prices-drop"
        			OR m.page = "pricesdrop"
        		)
        		AND ml.id_lang = XX
		 AND ml.id_shop = XX LIMIT XX
2 queries
        		SELECT *
        		FROM XXvvXXf_meta m
        		LEFT JOIN XXvvXXf_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "new-products"
        			OR m.page = "newproducts"
        		)
        		AND ml.id_lang = XX
		 AND ml.id_shop = XX LIMIT XX
2 queries
        		SELECT *
        		FROM XXvvXXf_meta m
        		LEFT JOIN XXvvXXf_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "best-sales"
        			OR m.page = "bestsales"
        		)
        		AND ml.id_lang = XX
		 AND ml.id_shop = XX LIMIT XX
2 queries
        		SELECT *
        		FROM XXvvXXf_meta m
        		LEFT JOIN XXvvXXf_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "contact"
        			OR m.page = "contact"
        		)
        		AND ml.id_lang = XX
		 AND ml.id_shop = XX LIMIT XX
2 queries
        		SELECT *
        		FROM XXvvXXf_meta m
        		LEFT JOIN XXvvXXf_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "sitemap"
        			OR m.page = "sitemap"
        		)
        		AND ml.id_lang = XX
		 AND ml.id_shop = XX LIMIT XX
2 queries
        		SELECT *
        		FROM XXvvXXf_meta m
        		LEFT JOIN XXvvXXf_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "stores"
        			OR m.page = "stores"
        		)
        		AND ml.id_lang = XX
		 AND ml.id_shop = XX LIMIT XX
2 queries
SELECT *
FROM `XXvvXXf_prettyblocks` aXX
WHERE (aXX.`zone_name` = 'displayFooter') AND (aXX.`id_shop` = XX) AND (aXX.`id_lang` = XX)
ORDER BY aXX.`position` asc
2 queries
SELECT *
FROM `XXvvXXf_prettyblocks` aXX
WHERE (aXX.`zone_name` = 'displayFooterRight') AND (aXX.`id_shop` = XX) AND (aXX.`id_lang` = XX)
ORDER BY aXX.`position` asc

Tables stress

144 product
107 product_shop
100 stock_available
83 product_lang
79 category_lang
75 product_attribute_shop
68 image_lang
66 image
56 cart_product
52 product_attribute
50 image_shop
32 attribute
32 attribute_lang
32 product_attribute_combination
32 attribute_group_lang
27 pack
25 specific_price
23 category
23 manufacturer
22 product_attribute_image
22 attribute_group
20 product_attribute_lang
17 module
17 manufacturer_lang
17 product_group_reduction_cache
16 module_shop
14 meta
14 meta_lang
12 category_product
11 prettyblocks
7 hook
7 category_shop
6 currency
6 image_type
6 product_sale
5 shop
5 lang
5 currency_shop
5 cms
5 cms_shop
5 cms_lang
4 shop_url
4 lang_shop
4 country
4 link_block
4 link_block_shop
3 hook_alias
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group
2 group_shop
2 prettyblocks_settings
2 specific_price_priority
2 customization_field
2 link_block_lang
1 configuration_lang
1 module_group
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
1 category_group
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 127 /classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 10]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 8]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 3]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 14]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 6]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 4]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 4]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 16]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 6]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 10]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 17]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 3]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 4]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 6]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 16]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 5]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 11]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 14]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 8]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 10]
/classes/Link.php:114 (__construct) [id: 10]
/classes/Link.php:114 (__construct) [id: 8]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 3]
/classes/Link.php:114 (__construct) [id: 3]
/classes/Link.php:114 (__construct) [id: 14]
/classes/Link.php:114 (__construct) [id: 6]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 4]
/classes/Link.php:114 (__construct) [id: 4]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 4]
/classes/Link.php:114 (__construct) [id: 4]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 16]
/classes/Link.php:114 (__construct) [id: 16]
/classes/Link.php:114 (__construct) [id: 6]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 10]
/classes/Link.php:114 (__construct) [id: 10]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 17]
/classes/Link.php:114 (__construct) [id: 17]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 3]
/classes/Link.php:114 (__construct) [id: 3]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 4]
/classes/Link.php:114 (__construct) [id: 4]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 1]
/classes/Link.php:114 (__construct) [id: 1]
/classes/Link.php:114 (__construct) [id: 6]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 16]
/classes/Link.php:114 (__construct) [id: 16]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 5]
/classes/Link.php:114 (__construct) [id: 5]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 11]
/classes/Link.php:114 (__construct) [id: 11]
/classes/Link.php:114 (__construct) [id: 14]
/classes/Link.php:114 (__construct) [id: 8]
/classes/Link.php:114 (__construct) [id: 1]
/classes/Link.php:114 (__construct) [id: 1]
/classes/Link.php:114 (__construct) [id: 6]
/classes/Link.php:114 (__construct) [id: 6]
/classes/Link.php:114 (__construct) [id: 3]
/classes/Link.php:114 (__construct) [id: 3]
/classes/Link.php:114 (__construct) [id: 7]
/classes/Link.php:114 (__construct) [id: 7]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 8]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 7]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 19]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 5]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 3]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 1]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 2]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 10]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 19]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 18]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 7]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 8]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 7]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 2]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 6]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 12]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 19]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 13]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 11]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 17]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/Link.php:114 (__construct) [id: 8]
/classes/Link.php:114 (__construct) [id: 7]
/classes/Link.php:114 (__construct) [id: 19]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 5]
/classes/Link.php:114 (__construct) [id: 5]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 3]
/classes/Link.php:114 (__construct) [id: 3]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 1]
/classes/Link.php:114 (__construct) [id: 1]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 2]
/classes/Link.php:114 (__construct) [id: 2]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 10]
/classes/Link.php:114 (__construct) [id: 10]
/classes/Link.php:114 (__construct) [id: 19]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 18]
/classes/Link.php:114 (__construct) [id: 18]
/classes/Link.php:114 (__construct) [id: 7]
/classes/Link.php:114 (__construct) [id: 8]
/classes/Link.php:114 (__construct) [id: 7]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 2]
/classes/Link.php:114 (__construct) [id: 2]
/classes/Link.php:114 (__construct) [id: 6]
/classes/Link.php:114 (__construct) [id: 12]
/classes/Link.php:114 (__construct) [id: 19]
/classes/Link.php:114 (__construct) [id: 13]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 11]
/classes/Link.php:114 (__construct) [id: 11]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 17]
/classes/Link.php:114 (__construct) [id: 17]
/classes/Link.php:114 (__construct) [id: 1]
/classes/Link.php:114 (__construct) [id: 1]
/classes/Link.php:114 (__construct) [id: 6]
/classes/Link.php:114 (__construct) [id: 6]
/classes/Link.php:114 (__construct) [id: 3]
/classes/Link.php:114 (__construct) [id: 3]
/classes/Link.php:114 (__construct) [id: 7]
/classes/Link.php:114 (__construct) [id: 7]
Category 67 /classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/cartzillablocks/cartzillablocks.php:1144 (__construct) [id: 2]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/cartzillablocks/cartzillablocks.php:1144 (__construct) [id: 2]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/cartzillablocks/cartzillablocks.php:1144 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 7]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 7]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 4]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 7]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 8]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/cartzillablocks/cartzillablocks.php:1144 (__construct) [id: 2]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/cartzillablocks/cartzillablocks.php:1144 (__construct) [id: 2]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/modules/cartzillablocks/cartzillablocks.php:1144 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 4]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 5]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 7]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 2]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 5]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 9]
/classes/Link.php:402 (__construct) [id: 8]
/classes/Link.php:402 (__construct) [id: 7]
PrettyBlocksModel 28 /classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
CMS 12 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 2]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 6]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 4]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 5]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 2]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 6]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 4]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 5]
Combination 10 /classes/Product.php:5623 (__construct) [id: 24]
/classes/Product.php:5623 (__construct) [id: 13]
/classes/Product.php:5623 (__construct) [id: 16]
/classes/Product.php:5623 (__construct) [id: 28]
/classes/Product.php:5623 (__construct) [id: 32]
/classes/Product.php:5623 (__construct) [id: 1]
/classes/Product.php:5623 (__construct) [id: 19]
/classes/Product.php:5623 (__construct) [id: 26]
/classes/Product.php:5623 (__construct) [id: 9]
/classes/Product.php:5623 (__construct) [id: 36]
Country 5 /config/config.inc.php:154 (__construct) [id: 8]
/classes/AddressFormat.php:402 (__construct) [id: 8]
/classes/controller/FrontController.php:1707 (__construct) [id: 8]
/classes/AddressFormat.php:402 (__construct) [id: 8]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 8]
Hook 4 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 50]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 50]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 50]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 50]
PrestaShop\Module\LinkList\Model\LinkBlock 4 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
Address 4 /classes/shop/Shop.php:487 (__construct) [id: ]
/classes/Product.php:3437 (initialize) [id: ]
/classes/Product.php:3547 (__construct) [id: ]
/classes/Product.php:5675 (__construct) [id: ]
AddressFormat 2 /classes/controller/FrontController.php:1701 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
State 2 /classes/controller/FrontController.php:1706 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:680 (getCurrencyInstance) [id: 1]
Language 2 /config/config.inc.php:219 (__construct) [id: 1]
/classes/Tools.php:550 (__construct) [id: 1]
Risk 1 /classes/controller/FrontController.php:1627 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1624 (__construct) [id: 0]
Group 1 /classes/Cart.php:272 (getCurrent) [id: 1]
Cart 1 /classes/controller/FrontController.php:430 (__construct) [id: ]
Customer 1 /config/config.inc.php:272 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:562 (__construct) [id: 1]
Shop 1 /config/config.inc.php:122 (initialize) [id: 1]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/autoload_static.php
9 /vendor/symfony/deprecation-contracts/function.php
10 /vendor/symfony/polyfill-mbstring/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap80.php
12 /vendor/symfony/polyfill-ctype/bootstrap.php
13 /vendor/symfony/polyfill-ctype/bootstrap80.php
14 /vendor/symfony/polyfill-php83/bootstrap.php
15 /vendor/symfony/polyfill-php83/bootstrap81.php
16 /vendor/symfony/var-dumper/Resources/functions/dump.php
17 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
18 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
19 /vendor/twig/twig/src/Resources/core.php
20 /vendor/twig/twig/src/Resources/debug.php
21 /vendor/twig/twig/src/Resources/escaper.php
22 /vendor/twig/twig/src/Resources/string_loader.php
23 /vendor/symfony/polyfill-intl-grapheme/bootstrap.php
24 /vendor/symfony/polyfill-intl-grapheme/bootstrap80.php
25 /vendor/symfony/string/Resources/functions.php
26 /vendor/symfony/polyfill-intl-idn/bootstrap.php
27 /vendor/symfony/clock/Resources/now.php
28 /vendor/symfony/polyfill-php80/bootstrap.php
29 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
30 /vendor/jakeasmith/http_build_url/src/http_build_url.php
31 /vendor/symfony/polyfill-intl-icu/bootstrap.php
32 /vendor/ircmaxell/password-compat/lib/password.php
33 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
34 /vendor/symfony/polyfill-php73/bootstrap.php
35 /vendor/symfony/translation/Resources/functions.php
36 /src/Core/Version.php
37 /config/alias.php
38 /vendor/prestashop/autoload/src/PrestashopAutoload.php
39 /vendor/prestashop/autoload/src/LegacyClassLoader.php
40 /vendor/symfony/filesystem/Filesystem.php
41 /vendor/prestashop/autoload/src/Autoloader.php
42 /config/bootstrap.php
43 /src/Core/ContainerBuilder.php
44 /src/Core/Foundation/IoC/Container.php
45 /src/Adapter/ServiceLocator.php
46 /var/cache/dev/appParameters.php
49 /var/cache/dev/class_index.php
50 /classes/controller/Controller.php
52 /classes/ObjectModel.php
53 /src/Core/Foundation/Database/EntityInterface.php
55 /classes/db/Db.php
57 /classes/Hook.php
59 /classes/module/Module.php
60 /src/Core/Module/Legacy/ModuleInterface.php
62 /classes/Tools.php
63 /classes/Context.php
64 /classes/shop/Shop.php
65 /src/Core/Security/PasswordGenerator.php
66 /classes/db/DbPDO.php
67 /classes/AddressFormat.php
68 /classes/Configuration.php
69 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
70 /classes/Validate.php
71 /src/PrestaShopBundle/Form/Admin/Type/FormattedTextareaType.php
72 /src/PrestaShopBundle/Form/Admin/Type/TranslatorAwareType.php
73 /src/PrestaShopBundle/Form/Admin/Type/CommonAbstractType.php
74 /vendor/symfony/form/AbstractType.php
75 /vendor/symfony/form/FormTypeInterface.php
76 /classes/cache/Cache.php
77 /src/Adapter/EntityMapper.php
78 /classes/db/DbQuery.php
79 /src/Core/Addon/Theme/ThemeManagerBuilder.php
80 /vendor/psr/log/src/NullLogger.php
81 /vendor/psr/log/src/AbstractLogger.php
82 /vendor/psr/log/src/LoggerTrait.php
83 /vendor/psr/log/src/LoggerInterface.php
84 /src/Core/Context/ApiClientContext.php
85 /src/Adapter/Configuration.php
86 /vendor/symfony/http-foundation/ParameterBag.php
87 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
88 /src/Core/ConfigurationInterface.php
89 /src/Core/Addon/Theme/ThemeRepository.php
90 /src/Core/Addon/AddonRepositoryInterface.php
91 /src/Core/Addon/Theme/Theme.php
92 /src/Core/Addon/AddonInterface.php
93 /src/Core/Util/File/YamlParser.php
94 /vendor/symfony/config/ConfigCache.php
95 /vendor/symfony/config/ResourceCheckerConfigCache.php
96 /vendor/symfony/config/ConfigCacheInterface.php
97 /vendor/symfony/config/Resource/SelfCheckingResourceChecker.php
98 /vendor/symfony/config/ResourceCheckerInterface.php
99 /vendor/symfony/config/Resource/FileResource.php
100 /vendor/symfony/config/Resource/SelfCheckingResourceInterface.php
101 /vendor/symfony/config/Resource/ResourceInterface.php
102 /var/cache/dev/yaml/ee8d225be47ebdc6d42c2eb30fbeebfd.php
103 /src/Core/Util/ArrayFinder.php
104 /vendor/symfony/property-access/PropertyAccess.php
105 /vendor/symfony/property-access/PropertyAccessorBuilder.php
106 /vendor/symfony/property-access/PropertyAccessor.php
107 /vendor/symfony/property-access/PropertyAccessorInterface.php
108 /vendor/symfony/property-info/Extractor/ReflectionExtractor.php
109 /vendor/symfony/property-info/PropertyListExtractorInterface.php
110 /vendor/symfony/property-info/PropertyTypeExtractorInterface.php
111 /vendor/symfony/property-info/PropertyAccessExtractorInterface.php
112 /vendor/symfony/property-info/PropertyInitializableExtractorInterface.php
113 /vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php
114 /vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php
115 /vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php
116 /vendor/symfony/property-info/Type.php
117 /vendor/symfony/string/Inflector/EnglishInflector.php
118 /vendor/symfony/string/Inflector/InflectorInterface.php
119 /vendor/symfony/property-access/PropertyPath.php
120 /vendor/symfony/property-access/PropertyPathInterface.php
121 /vendor/symfony/property-access/PropertyPathIteratorInterface.php
122 /config/defines_uri.inc.php
123 /classes/Language.php
124 /src/Core/Language/LanguageInterface.php
125 /classes/Country.php
126 /classes/PrestaShopCollection.php
127 /classes/shop/ShopGroup.php
128 /classes/Cookie.php
129 /src/Core/Http/CookieOptions.php
130 /classes/PhpEncryption.php
131 /classes/PhpEncryptionEngine.php
132 /vendor/defuse/php-encryption/src/Key.php
133 /vendor/defuse/php-encryption/src/Encoding.php
134 /vendor/defuse/php-encryption/src/Core.php
135 /vendor/defuse/php-encryption/src/Crypto.php
136 /vendor/defuse/php-encryption/src/KeyOrPassword.php
137 /vendor/defuse/php-encryption/src/RuntimeTests.php
138 /vendor/defuse/php-encryption/src/DerivedKeys.php
139 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
140 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
141 /src/Core/Session/SessionHandler.php
142 /src/Core/Session/SessionHandlerInterface.php
143 /vendor/symfony/http-foundation/Session/Session.php
144 /vendor/symfony/http-foundation/Session/Attribute/AttributeBag.php
145 /vendor/symfony/http-foundation/Session/Attribute/AttributeBagInterface.php
146 /vendor/symfony/http-foundation/Session/SessionBagInterface.php
147 /vendor/symfony/http-foundation/Session/Flash/FlashBag.php
148 /vendor/symfony/http-foundation/Session/Flash/FlashBagInterface.php
149 /vendor/symfony/http-foundation/Session/SessionBagProxy.php
150 /vendor/symfony/http-foundation/Session/FlashBagAwareSessionInterface.php
151 /vendor/symfony/http-foundation/Session/SessionInterface.php
152 /vendor/symfony/http-foundation/Session/Storage/PhpBridgeSessionStorage.php
153 /vendor/symfony/http-foundation/Session/Storage/NativeSessionStorage.php
154 /vendor/symfony/http-foundation/Session/Storage/MetadataBag.php
155 /vendor/symfony/http-foundation/Session/Storage/Handler/StrictSessionHandler.php
156 /vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php
157 /vendor/symfony/http-foundation/Session/Storage/Proxy/SessionHandlerProxy.php
158 /vendor/symfony/http-foundation/Session/Storage/Proxy/AbstractProxy.php
159 /vendor/symfony/http-foundation/Session/Storage/SessionStorageInterface.php
160 /config/smarty.config.inc.php
161 /classes/Smarty/SmartyDev.php
162 /vendor/smarty/smarty/libs/Smarty.class.php
163 /vendor/smarty/smarty/libs/functions.php
164 /vendor/smarty/smarty/libs/Autoloader.php
165 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
166 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
167 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
168 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
169 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
170 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
171 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
172 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
173 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
174 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerclass.php
175 /classes/ImageManager.php
176 /classes/Product.php
177 /classes/Profile.php
178 /classes/Tab.php
179 /config/smartyfront.config.inc.php
180 /classes/Smarty/SmartyResourceModule.php
181 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
182 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
183 /classes/Smarty/SmartyResourceParent.php
184 /classes/Smarty/SmartyLazyRegister.php
185 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
186 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
187 /classes/Customer.php
188 /classes/Group.php
189 /classes/Link.php
190 /classes/shop/ShopUrl.php
191 /app/FrontKernel.php
192 /app/AppKernel.php
193 /vendor/symfony/http-kernel/Kernel.php
194 /vendor/symfony/http-kernel/KernelInterface.php
195 /vendor/symfony/http-kernel/HttpKernelInterface.php
196 /vendor/symfony/http-kernel/RebootableInterface.php
197 /vendor/symfony/http-kernel/TerminableInterface.php
198 /vendor/symfony/dotenv/Dotenv.php
199 /classes/Dispatcher.php
200 /vendor/symfony/http-foundation/Request.php
201 /vendor/symfony/http-foundation/AcceptHeader.php
202 /vendor/symfony/http-foundation/AcceptHeaderItem.php
203 /vendor/symfony/http-foundation/FileBag.php
204 /vendor/symfony/http-foundation/HeaderBag.php
205 /vendor/symfony/http-foundation/HeaderUtils.php
206 /vendor/symfony/http-foundation/InputBag.php
207 /vendor/symfony/http-foundation/ServerBag.php
208 /src/Adapter/SymfonyContainer.php
209 /config/db_slave_server.inc.php
210 /src/Adapter/ContainerBuilder.php
211 /src/Adapter/Environment.php
212 /src/Core/EnvironmentInterface.php
213 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
214 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
215 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
216 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
217 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
218 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
219 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
220 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
221 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
222 /vendor/symfony/cache/Adapter/ArrayAdapter.php
223 /vendor/psr/log/src/LoggerAwareTrait.php
224 /vendor/symfony/cache/Adapter/AdapterInterface.php
225 /vendor/symfony/cache/CacheItem.php
226 /vendor/symfony/cache-contracts/ItemInterface.php
227 /vendor/psr/cache/src/CacheItemInterface.php
228 /vendor/psr/cache/src/CacheItemPoolInterface.php
229 /vendor/symfony/cache-contracts/CacheInterface.php
230 /vendor/psr/log/src/LoggerAwareInterface.php
231 /vendor/symfony/cache/ResettableInterface.php
232 /vendor/symfony/service-contracts/ResetInterface.php
233 /vendor/doctrine/orm/src/Tools/Setup.php
234 /vendor/doctrine/deprecations/src/Deprecation.php
235 /vendor/doctrine/orm/src/Configuration.php
236 /vendor/doctrine/dbal/src/Configuration.php
237 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
238 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
239 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
240 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
241 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
242 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
243 /vendor/doctrine/lexer/src/AbstractLexer.php
244 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
245 /vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php
246 /vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php
247 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
248 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
249 /vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php
250 /vendor/symfony/config/Resource/ReflectionClassResource.php
251 /vendor/symfony/config/Resource/DirectoryResource.php
252 /vendor/symfony/config/Resource/ClassExistenceResource.php
253 /var/cache/dev/FrontContainer.php
254 /src/Adapter/Container/LegacyContainer.php
255 /vendor/symfony/dependency-injection/Container.php
256 /vendor/symfony/dependency-injection/Argument/RewindableGenerator.php
257 /vendor/symfony/dependency-injection/Argument/ServiceLocator.php
258 /vendor/symfony/dependency-injection/ServiceLocator.php
259 /vendor/symfony/service-contracts/ServiceLocatorTrait.php
260 /vendor/psr/container/src/ContainerExceptionInterface.php
261 /vendor/psr/container/src/NotFoundExceptionInterface.php
262 /vendor/symfony/service-contracts/ServiceProviderInterface.php
263 /vendor/psr/container/src/ContainerInterface.php
264 /vendor/symfony/dependency-injection/ContainerInterface.php
265 /src/Adapter/Container/LegacyContainerInterface.php
266 /src/PrestaShopBundle/Entity/Repository/FeatureFlagRepository.php
267 /vendor/doctrine/orm/src/EntityRepository.php
268 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
269 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
270 /vendor/symfony/var-exporter/LazyProxyTrait.php
271 /vendor/symfony/var-exporter/Internal/LazyObjectTrait.php
272 /vendor/symfony/var-exporter/LazyObjectInterface.php
273 /vendor/symfony/var-exporter/Internal/Hydrator.php
274 /vendor/symfony/var-exporter/Internal/LazyObjectRegistry.php
275 /vendor/symfony/var-exporter/Internal/LazyObjectState.php
276 /src/PrestaShopBundle/Security/Admin/LegacyAdminTokenValidator.php
277 /vendor/symfony/var-exporter/LazyGhostTrait.php
278 /src/Core/FeatureFlag/FeatureFlagManager.php
279 /src/Core/FeatureFlag/FeatureFlagStateCheckerInterface.php
280 /src/Core/FeatureFlag/Layer/DbLayer.php
281 /src/Core/FeatureFlag/TypeLayerInterface.php
282 /src/Core/FeatureFlag/Layer/DotEnvLayer.php
283 /src/Core/FeatureFlag/Layer/EnvLayer.php
284 /src/Core/FeatureFlag/Layer/QueryLayer.php
285 /vendor/symfony/http-foundation/RequestStack.php
286 /vendor/doctrine/orm/src/EntityManager.php
287 /vendor/doctrine/orm/src/EntityManagerInterface.php
288 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
289 /modules/statsforecast/vendor/autoload.php
290 /modules/statsforecast/vendor/composer/autoload_real.php
291 /modules/statsforecast/vendor/composer/platform_check.php
292 /modules/statsforecast/vendor/composer/autoload_static.php
293 /modules/psshipping/vendor/autoload.php
294 /modules/psshipping/vendor/composer/autoload_real.php
295 /modules/psshipping/vendor/composer/autoload_static.php
296 /modules/psshipping/vendor/ralouphie/getallheaders/src/getallheaders.php
297 /modules/psshipping/vendor/guzzlehttp/psr7/src/functions_include.php
298 /modules/psshipping/vendor/guzzlehttp/psr7/src/functions.php
299 /modules/psshipping/vendor/clue/stream-filter/src/functions_include.php
300 /modules/psshipping/vendor/clue/stream-filter/src/functions.php
301 /modules/psshipping/vendor/php-http/message/src/filters.php
302 /modules/psshipping/vendor/guzzlehttp/guzzle/src/functions_include.php
303 /modules/psshipping/vendor/guzzlehttp/guzzle/src/functions.php
304 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment.php
305 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Client.php
306 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
307 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
308 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
309 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
310 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
311 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
312 /modules/psshipping/vendor/segmentio/analytics-php/lib/Segment/Version.php
313 /modules/statscarrier/vendor/autoload.php
314 /modules/statscarrier/vendor/composer/autoload_real.php
315 /modules/statscarrier/vendor/composer/platform_check.php
316 /modules/statscarrier/vendor/composer/autoload_static.php
317 /modules/statscheckup/vendor/autoload.php
318 /modules/statscheckup/vendor/composer/autoload_real.php
319 /modules/statscheckup/vendor/composer/platform_check.php
320 /modules/statscheckup/vendor/composer/autoload_static.php
321 /modules/statsnewsletter/vendor/autoload.php
322 /modules/statsnewsletter/vendor/composer/autoload_real.php
323 /modules/statsnewsletter/vendor/composer/platform_check.php
324 /modules/statsnewsletter/vendor/composer/autoload_static.php
325 /modules/ps_customtext/vendor/autoload.php
326 /modules/ps_customtext/vendor/composer/autoload_real.php
327 /modules/ps_customtext/vendor/composer/platform_check.php
328 /modules/ps_customtext/vendor/composer/autoload_static.php
329 /modules/psxmarketingwithgoogle/vendor/autoload.php
330 /modules/psxmarketingwithgoogle/vendor/composer/autoload_real.php
331 /modules/psxmarketingwithgoogle/vendor/composer/autoload_static.php
332 /modules/ps_mainmenu/vendor/autoload.php
333 /modules/ps_mainmenu/vendor/composer/autoload_real.php
334 /modules/ps_mainmenu/vendor/composer/platform_check.php
335 /modules/ps_mainmenu/vendor/composer/autoload_static.php
336 /modules/statspersonalinfos/vendor/autoload.php
337 /modules/statspersonalinfos/vendor/composer/autoload_real.php
338 /modules/statspersonalinfos/vendor/composer/platform_check.php
339 /modules/statspersonalinfos/vendor/composer/autoload_static.php
340 /modules/productcomments/vendor/autoload.php
341 /modules/productcomments/vendor/composer/autoload_real.php
342 /modules/productcomments/vendor/composer/platform_check.php
343 /modules/productcomments/vendor/composer/autoload_static.php
344 /modules/ps_classic_edition/vendor/autoload.php
345 /modules/ps_classic_edition/vendor/composer/autoload_real.php
346 /modules/ps_classic_edition/vendor/composer/platform_check.php
347 /modules/ps_classic_edition/vendor/composer/autoload_static.php
348 /modules/ps_wirepayment/vendor/autoload.php
349 /modules/ps_wirepayment/vendor/composer/autoload_real.php
350 /modules/ps_wirepayment/vendor/composer/platform_check.php
351 /modules/ps_wirepayment/vendor/composer/autoload_static.php
352 /modules/statsbestcustomers/vendor/autoload.php
353 /modules/statsbestcustomers/vendor/composer/autoload_real.php
354 /modules/statsbestcustomers/vendor/composer/platform_check.php
355 /modules/statsbestcustomers/vendor/composer/autoload_static.php
356 /modules/ps_imageslider/vendor/autoload.php
357 /modules/ps_imageslider/vendor/composer/autoload_real.php
358 /modules/ps_imageslider/vendor/composer/platform_check.php
359 /modules/ps_imageslider/vendor/composer/autoload_static.php
360 /modules/ps_categorytree/vendor/autoload.php
361 /modules/ps_categorytree/vendor/composer/autoload_real.php
362 /modules/ps_categorytree/vendor/composer/platform_check.php
363 /modules/ps_categorytree/vendor/composer/autoload_static.php
364 /modules/statssales/vendor/autoload.php
365 /modules/statssales/vendor/composer/autoload_real.php
366 /modules/statssales/vendor/composer/platform_check.php
367 /modules/statssales/vendor/composer/autoload_static.php
368 /modules/ps_facebook/vendor/autoload.php
369 /modules/ps_facebook/vendor/composer/autoload_real.php
370 /modules/ps_facebook/vendor/composer/autoload_static.php
371 /modules/pagesnotfound/vendor/autoload.php
372 /modules/pagesnotfound/vendor/composer/autoload_real.php
373 /modules/pagesnotfound/vendor/composer/platform_check.php
374 /modules/pagesnotfound/vendor/composer/autoload_static.php
375 /modules/ps_socialfollow/vendor/autoload.php
376 /modules/ps_socialfollow/vendor/composer/autoload_real.php
377 /modules/ps_socialfollow/vendor/composer/platform_check.php
378 /modules/ps_socialfollow/vendor/composer/autoload_static.php
379 /modules/statsbestsuppliers/vendor/autoload.php
380 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
381 /modules/statsbestsuppliers/vendor/composer/platform_check.php
382 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
383 /modules/cartzillablocks/vendor/autoload.php
384 /modules/cartzillablocks/vendor/composer/autoload_real.php
385 /modules/cartzillablocks/vendor/composer/autoload_static.php
386 /modules/prettyblocks/vendor/autoload.php
387 /modules/prettyblocks/vendor/composer/autoload_real.php
388 /modules/prettyblocks/vendor/composer/platform_check.php
389 /modules/prettyblocks/vendor/composer/autoload_static.php
390 /modules/statsbestmanufacturers/vendor/autoload.php
391 /modules/statsbestmanufacturers/vendor/composer/autoload_real.php
392 /modules/statsbestmanufacturers/vendor/composer/platform_check.php
393 /modules/statsbestmanufacturers/vendor/composer/autoload_static.php
394 /modules/statsbestvouchers/vendor/autoload.php
395 /modules/statsbestvouchers/vendor/composer/autoload_real.php
396 /modules/statsbestvouchers/vendor/composer/platform_check.php
397 /modules/statsbestvouchers/vendor/composer/autoload_static.php
398 /modules/statssearch/vendor/autoload.php
399 /modules/statssearch/vendor/composer/autoload_real.php
400 /modules/statssearch/vendor/composer/platform_check.php
401 /modules/statssearch/vendor/composer/autoload_static.php
402 /modules/statsregistrations/vendor/autoload.php
403 /modules/statsregistrations/vendor/composer/autoload_real.php
404 /modules/statsregistrations/vendor/composer/platform_check.php
405 /modules/statsregistrations/vendor/composer/autoload_static.php
406 /modules/paypal/vendor/autoload.php
407 /modules/paypal/vendor/composer/autoload_real.php
408 /modules/paypal/vendor/composer/autoload_static.php
409 /modules/ps_mbo/vendor/autoload.php
410 /modules/ps_mbo/vendor/composer/autoload_real.php
411 /modules/ps_mbo/vendor/composer/platform_check.php
412 /modules/ps_mbo/vendor/composer/autoload_static.php
413 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions_include.php
414 /modules/ps_mbo/vendor/guzzlehttp/promises/src/functions.php
415 /modules/ps_mbo/vendor/sentry/sentry/src/functions.php
416 /modules/ps_mbo/bootstrap.php
417 /modules/ps_mbo/src/Helpers/EnvHelper.php
418 /modules/ps_emailsubscription/vendor/autoload.php
419 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
420 /modules/ps_emailsubscription/vendor/composer/platform_check.php
421 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
422 /modules/ps_eventbus/vendor/autoload.php
423 /modules/ps_eventbus/vendor/composer/autoload_real.php
424 /modules/ps_eventbus/vendor/composer/autoload_static.php
425 /modules/statscatalog/vendor/autoload.php
426 /modules/statscatalog/vendor/composer/autoload_real.php
427 /modules/statscatalog/vendor/composer/platform_check.php
428 /modules/statscatalog/vendor/composer/autoload_static.php
429 /modules/statsbestproducts/vendor/autoload.php
430 /modules/statsbestproducts/vendor/composer/autoload_real.php
431 /modules/statsbestproducts/vendor/composer/platform_check.php
432 /modules/statsbestproducts/vendor/composer/autoload_static.php
433 /modules/statsbestcategories/vendor/autoload.php
434 /modules/statsbestcategories/vendor/composer/autoload_real.php
435 /modules/statsbestcategories/vendor/composer/platform_check.php
436 /modules/statsbestcategories/vendor/composer/autoload_static.php
437 /modules/ps_checkout/vendor/autoload.php
438 /modules/ps_checkout/vendor/composer/autoload_real.php
439 /modules/ps_checkout/vendor/composer/autoload_static.php
440 /modules/statsstock/vendor/autoload.php
441 /modules/statsstock/vendor/composer/autoload_real.php
442 /modules/statsstock/vendor/composer/platform_check.php
443 /modules/statsstock/vendor/composer/autoload_static.php
444 /modules/ps_accounts/vendor/autoload.php
445 /modules/ps_accounts/vendor/composer/autoload_real.php
446 /modules/ps_accounts/vendor/composer/platform_check.php
447 /modules/ps_accounts/vendor/composer/autoload_static.php
448 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
449 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
450 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
451 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
452 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
453 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
454 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
455 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
456 /src/Core/Hook/HookModuleFilter.php
457 /src/Core/Hook/HookModuleFilterInterface.php
458 /modules/prettyblocks/prettyblocks.php
459 /src/Core/Module/WidgetInterface.php
460 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
461 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
462 /src/PrestaShopBundle/Translation/TranslatorComponent.php
463 /vendor/symfony/translation/Translator.php
464 /vendor/symfony/translation/MessageCatalogue.php
465 /vendor/symfony/translation/MessageCatalogueInterface.php
466 /vendor/symfony/translation/MetadataAwareInterface.php
467 /vendor/symfony/translation/CatalogueMetadataAwareInterface.php
468 /vendor/symfony/translation-contracts/TranslatorInterface.php
469 /vendor/symfony/translation/TranslatorBagInterface.php
470 /vendor/symfony/translation-contracts/LocaleAwareInterface.php
471 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
472 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
473 /src/PrestaShopBundle/Translation/TranslatorInterface.php
474 /vendor/symfony/translation/Formatter/MessageFormatter.php
475 /vendor/symfony/translation/Formatter/IntlFormatter.php
476 /vendor/symfony/translation/Formatter/IntlFormatterInterface.php
477 /vendor/symfony/translation/Formatter/MessageFormatterInterface.php
478 /vendor/symfony/translation/IdentityTranslator.php
479 /vendor/symfony/translation-contracts/TranslatorTrait.php
480 /vendor/symfony/config/ConfigCacheFactory.php
481 /vendor/symfony/config/ConfigCacheFactoryInterface.php
482 /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
483 /src/PrestaShopBundle/Translation/DomainNormalizer.php
484 /controllers/front/IndexController.php
485 /classes/controller/FrontController.php
486 /src/Adapter/Presenter/Object/ObjectPresenter.php
487 /src/Adapter/Presenter/PresenterInterface.php
488 /src/Adapter/Presenter/Cart/CartPresenter.php
489 /src/Adapter/Image/ImageRetriever.php
490 /classes/tax/TaxConfiguration.php
491 /classes/Smarty/TemplateFinder.php
492 /classes/assets/StylesheetManager.php
493 /classes/assets/AbstractAssetManager.php
494 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
495 /classes/assets/JavascriptManager.php
496 /classes/assets/CccReducer.php
497 /src/Core/Localization/Locale/Repository.php
498 /src/Core/Localization/Locale/RepositoryInterface.php
499 /src/Core/Localization/CLDR/LocaleRepository.php
500 /src/Core/Localization/CLDR/LocaleDataSource.php
501 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
502 /src/Core/Data/Layer/AbstractDataLayer.php
503 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
504 /vendor/symfony/cache/Adapter/FilesystemAdapter.php
505 /vendor/symfony/cache/Adapter/AbstractAdapter.php
506 /vendor/symfony/cache/Traits/AbstractAdapterTrait.php
507 /vendor/symfony/cache/Traits/ContractsTrait.php
508 /vendor/symfony/cache-contracts/CacheTrait.php
509 /vendor/psr/cache/src/InvalidArgumentException.php
510 /vendor/psr/cache/src/CacheException.php
511 /vendor/symfony/cache/Traits/FilesystemTrait.php
512 /vendor/symfony/cache/Traits/FilesystemCommonTrait.php
513 /vendor/symfony/cache/PruneableInterface.php
514 /vendor/symfony/cache/Marshaller/DefaultMarshaller.php
515 /vendor/symfony/cache/Marshaller/MarshallerInterface.php
516 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
517 /src/Core/Localization/CLDR/Reader.php
518 /src/Core/Localization/CLDR/ReaderInterface.php
519 /src/Core/Localization/Currency/Repository.php
520 /src/Core/Localization/Currency/RepositoryInterface.php
521 /src/Core/Localization/Currency/CurrencyDataSource.php
522 /src/Core/Localization/Currency/DataSourceInterface.php
523 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
524 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
525 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
526 /src/Adapter/Currency/CurrencyDataProvider.php
527 /src/Core/Currency/CurrencyDataProviderInterface.php
528 /src/Adapter/LegacyContext.php
529 /src/Adapter/Tools.php
530 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
531 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
532 /vendor/prestashop/decimal/src/Operation/Rounding.php
533 /src/Core/Localization/Locale.php
534 /src/Core/Localization/LocaleInterface.php
535 /src/Core/Localization/Specification/Price.php
536 /src/Core/Localization/Specification/Number.php
537 /src/Core/Localization/Specification/NumberInterface.php
538 /src/Core/Localization/Specification/Factory.php
539 /src/Core/Localization/CLDR/LocaleData.php
540 /src/Core/Localization/CLDR/NumberSymbolsData.php
541 /src/Core/Localization/CLDR/CurrencyData.php
542 /src/Core/Localization/CLDR/Locale.php
543 /src/Core/Localization/CLDR/LocaleInterface.php
544 /src/Core/Localization/Specification/NumberSymbolList.php
545 /classes/Currency.php
546 /src/Core/Localization/Currency/LocalizedCurrencyId.php
547 /classes/webservice/WebserviceRequest.php
548 /src/Core/Localization/Currency/CurrencyData.php
549 /src/Core/Localization/Currency/CurrencyCollection.php
550 /src/Core/Localization/Currency.php
551 /src/Core/Localization/CurrencyInterface.php
552 /src/Core/Localization/Specification/NumberCollection.php
553 /src/Core/Localization/Number/Formatter.php
554 /classes/Cart.php
555 /src/Adapter/AddressFactory.php
556 /classes/CartRule.php
557 /src/Core/Domain/Product/ValueObject/RedirectType.php
558 /src/Core/Util/DateTime/DateTime.php
559 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
560 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
561 /src/Core/Domain/Product/ValueObject/ProductType.php
562 /src/Core/Domain/Product/ValueObject/Reference.php
563 /src/Core/Domain/Product/ValueObject/Gtin.php
564 /src/Core/Domain/Product/ValueObject/Isbn.php
565 /src/Core/Domain/Product/ValueObject/Upc.php
566 /src/Core/Domain/Product/ProductSettings.php
567 /src/Core/Domain/Shop/ValueObject/ShopId.php
568 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
569 /modules/ps_emailsubscription/ps_emailsubscription.php
570 /classes/Media.php
571 /modules/ps_socialfollow/ps_socialfollow.php
572 /modules/ps_emailalerts/ps_emailalerts.php
573 /modules/ps_emailalerts/MailAlert.php
574 /src/Adapter/Presenter/Cart/CartLazyArray.php
575 /src/Adapter/Presenter/AbstractLazyArray.php
576 /src/Adapter/Product/PriceFormatter.php
577 /src/Adapter/Presenter/LazyArrayAttribute.php
578 /src/Core/Util/Inflector.php
579 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
580 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
581 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
582 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
583 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
584 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
585 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
586 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
587 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
588 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
589 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
590 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
591 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
592 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
593 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
594 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
595 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
596 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
597 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
598 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
599 /classes/Gender.php
600 /src/Core/Domain/Title/ValueObject/Gender.php
601 /classes/Risk.php
602 /classes/Meta.php
603 /classes/Address.php
604 /classes/ImageType.php
605 /classes/State.php
606 /src/Core/Security/PasswordPolicyConfiguration.php
607 /src/Core/Configuration/DataConfigurationInterface.php
608 /src/Core/Security/Hashing.php
609 /modules/prettyblocks/classes/PrettyBlocksModel.php
610 /modules/prettyblocks/classes/HelperBuilder.php
611 /modules/cartzillablocks/cartzillablocks.php
612 /classes/Translate.php
613 /modules/cartzillablocks/translations/fr.php
614 /modules/prettyblocks/translations/fr.php
615 /modules/prettyblocks/classes/PrettyBlocksSettingsModel.php
616 /modules/prettyblocks/classes/prettyblocks/core/FieldCore.php
617 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Config.php
618 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema.php
619 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/PropertyList.php
620 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser/Flexible.php
621 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/VarParser.php
622 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCacheFactory.php
623 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator/Cleanup.php
624 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator.php
625 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache.php
626 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer.php
627 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLDefinition.php
628 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Definition.php
629 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModuleManager.php
630 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTypes.php
631 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php
632 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef.php
633 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php
634 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Text.php
635 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ID.php
636 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Length.php
637 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Pixels.php
638 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/MultiLength.php
639 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Nmtokens.php
640 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI.php
641 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIParser.php
642 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/PercentEncoder.php
643 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Lang.php
644 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Color.php
645 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php
646 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/FrameTarget.php
647 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/ContentEditable.php
648 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php
649 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/Integer.php
650 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/DoctypeRegistry.php
651 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Doctype.php
652 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule.php
653 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ElementDef.php
654 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.php
655 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Core.php
656 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/Composite.php
657 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy.php
658 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/RemoveForeignElements.php
659 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/MakeWellFormed.php
660 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/FixNesting.php
661 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/ValidateAttributes.php
662 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer.php
663 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/DOMLex.php
664 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/EntityParser.php
665 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/TokenFactory.php
666 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Start.php
667 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Tag.php
668 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token.php
669 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/End.php
670 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Empty.php
671 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Text.php
672 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/Comment.php
673 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Context.php
674 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Generator.php
675 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/CommonAttributes.php
676 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php
677 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Hypertext.php
678 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/LinkTypes.php
679 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/List.php
680 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/List.php
681 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef.php
682 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php
683 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Edit.php
684 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Bdo.php
685 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BdoDir.php
686 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform.php
687 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tables.php
688 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Table.php
689 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Image.php
690 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgRequired.php
691 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/StyleAttribute.php
692 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS.php
693 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php
694 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ScriptRequired.php
695 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Object.php
696 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Forms.php
697 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Input.php
698 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Textarea.php
699 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Name.php
700 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php
701 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Legacy.php
702 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Target.php
703 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Iframe.php
704 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/XMLCommonAttributes.php
705 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php
706 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeObject.php
707 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeObject.php
708 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeParam.php
709 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoreferrer.php
710 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoreferrer.php
711 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetNoopener.php
712 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetNoopener.php
713 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Transitional.php
714 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php
715 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy.php
716 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Font.php
717 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform.php
718 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/TagTransform/Simple.php
719 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/EnumToCSS.php
720 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BgColor.php
721 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Border.php
722 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php
723 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/ImgSpace.php
724 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/BoolToCSS.php
725 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/XHTML.php
726 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Lang.php
727 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Proprietary.php
728 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Background.php
729 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php
730 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/Name.php
731 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/SafeObject.php
732 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector.php
733 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ContentSets.php
734 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrCollections.php
735 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php
736 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php
737 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php
738 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php
739 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php
740 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/IDAccumulator.php
741 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Encoder.php
742 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Queue.php
743 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrValidator.php
744 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Zipper.php
745 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Arborize.php
746 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Element.php
747 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node.php
748 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/Node/Text.php
749 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URI.php
750 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Host.php
751 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv4.php
752 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/IPv6.php
753 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIDefinition.php
754 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/HostBlacklist.php
755 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter.php
756 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIFilter/SafeIframe.php
757 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URISchemeRegistry.php
758 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/https.php
759 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme/http.php
760 /vendor/ezyang/htmlpurifier/library/HTMLPurifier/URIScheme.php
761 /src/Core/Filter/FrontEndObject/MainFilter.php
762 /src/Core/Filter/FilterInterface.php
763 /src/Core/Filter/FrontEndObject/CartFilter.php
764 /src/Core/Filter/HashMapWhitelistFilter.php
765 /src/Core/Filter/CollectionFilter.php
766 /src/Core/Filter/FrontEndObject/ProductFilter.php
767 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
768 /src/Core/Filter/FrontEndObject/CustomerFilter.php
769 /src/Core/Filter/FrontEndObject/ShopFilter.php
770 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
771 /classes/ProductAssembler.php
772 /src/Core/Product/Search/ProductSearchContext.php
773 /modules/ps_shoppingcart/ps_shoppingcart.php
774 /modules/ps_searchbar/ps_searchbar.php
775 /modules/productcomments/productcomments.php
776 /modules/ps_googleanalytics/ps_googleanalytics.php
777 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
778 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
779 /modules/prettyblocks/classes/TplSettings.php
780 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
781 /modules/cartzillablocks/classes/blocks/CartZillaBanner.php
782 /modules/prettyblocks/classes/prettyblocks/interfaces/BlockInterface.php
783 /modules/cartzillablocks/classes/blocks/CartZillaImage.php
784 /modules/cartzillablocks/classes/blocks/CartZillaSpacing.php
785 /modules/cartzillablocks/classes/blocks/CartZillaSlider.php
786 /modules/cartzillablocks/classes/blocks/CartZillaRenderModule.php
787 /modules/cartzillablocks/classes/blocks/CartZillaFeaturedProducts.php
788 /modules/cartzillablocks/classes/blocks/CartZillaHeroProduct.php
789 /modules/cartzillablocks/classes/blocks/CartZillaHeroCategoryBlock.php
790 /modules/cartzillablocks/classes/blocks/CartZillaThumbnailCategory.php
791 /modules/cartzillablocks/classes/blocks/CartZillaCustomerReviews.php
792 /modules/cartzillablocks/classes/blocks/CartZillaRelatedProducts.php
793 /modules/cartzillablocks/classes/blocks/CartZillaBrand.php
794 /modules/cartzillablocks/classes/blocks/CartZillaGallery.php
795 /modules/cartzillablocks/classes/blocks/CartZillaScrollText.php
796 /modules/cartzillablocks/classes/blocks/CartZillaSocials.php
797 /modules/cartzillablocks/classes/blocks/CartZillaReassurance.php
798 /modules/cartzillablocks/classes/blocks/CartZillaCustomText.php
799 /modules/cartzillablocks/classes/blocks/CartZillaSliderCategories.php
800 /modules/cartzillablocks/classes/blocks/CartZillaProductCategoryWidget.php
801 /classes/Category.php
802 /src/Core/Domain/Category/ValueObject/RedirectType.php
803 /src/Core/Domain/Category/CategorySettings.php
804 /src/Core/Domain/Category/SeoSettings.php
805 /vendor/prestashop/decimal/src/DecimalNumber.php
806 /vendor/prestashop/decimal/src/Builder.php
807 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksProductDescriptionBlock.php
808 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksProductDescriptionShortBlock.php
809 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksCmsContentBlock.php
810 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksCategoryDescriptionBlock.php
811 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksTinySlider.php
812 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksCustomImage.php
813 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksFAQ.php
814 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksCustomText.php
815 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksFeaturedProducts.php
816 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksTitle.php
817 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksRenderModule.php
818 /modules/prettyblocks/classes/prettyblocks/blocks/PrettyBlocksRenderHook.php
819 /src/Core/Security/OpenSsl/OpenSSL.php
820 /src/Core/Security/OpenSsl/OpenSSLInterface.php
821 /modules/prettyblocks/classes/prettyblocks/core/PrettyBlocksField.php
822 /modules/prettyblocks/classes/BlockPresenter.php
823 /src/Adapter/Category/CategoryProductSearchProvider.php
824 /src/Core/Product/Search/ProductSearchProviderInterface.php
825 /src/Core/Product/Search/SortOrdersCollection.php
826 /src/Core/Product/Search/ProductSearchQuery.php
827 /src/Core/Product/Search/SortOrder.php
828 /classes/Combination.php
829 /classes/stock/StockAvailable.php
830 /src/Core/Product/Search/ProductSearchResult.php
831 /classes/ProductPresenterFactory.php
832 /src/Core/Product/ProductPresentationSettings.php
833 /src/Adapter/Presenter/Product/ProductPresenter.php
834 /src/Adapter/Product/ProductColorsRetriever.php
835 /src/Adapter/HookManager.php
836 /classes/Pack.php
837 /classes/SpecificPrice.php
838 /classes/tax/TaxManagerFactory.php
839 /classes/tax/TaxRulesTaxManager.php
840 /classes/tax/TaxManagerInterface.php
841 /classes/tax/TaxCalculator.php
842 /classes/GroupReduction.php
843 /src/Core/Localization/CLDR/ComputingPrecision.php
844 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
845 /classes/order/Order.php
846 /classes/tax/Tax.php
847 /src/Core/Domain/Combination/CombinationSettings.php
848 /src/Adapter/Presenter/Product/ProductLazyArray.php
849 /classes/Image.php
850 /src/Core/Image/ImageFormatConfiguration.php
851 /src/Core/Image/ImageFormatConfigurationInterface.php
852 /vendor/prestashop/decimal/src/Operation/Multiplication.php
853 /classes/Manufacturer.php
854 /classes/Smarty/SmartyDevTemplate.php
855 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
856 /var/cache/dev/smarty/compile/child_cartzilla/7e/17/75/7e1775c6b6587be7705f5612fead85b3c3d78d62_2.module.prettyblocksviewstemplatesfrontzone.tpl.php
857 /vendor/smarty/smarty/libs/plugins/modifier.count.php
858 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
859 /var/cache/dev/smarty/compile/child_cartzilla/c7/d9/0e/c7d90ebe98ac7573f7efb2acb96ac73f5f411c81_2.module.cartzillablocksviewstemplatesblockscz_slider.tpl.php
860 /var/cache/dev/smarty/compile/child_cartzilla/eb/dd/b2/ebddb2c357462ef8687cb2d5faeb2111369291a5_2.module.cartzillablocksviewstemplatesblocksblockhomecategoryreverse.tpl.php
861 /var/cache/dev/smarty/compile/child_cartzilla/90/6f/21/906f218a4f9c1ef70e246f1bbb2d3c064a9a0d11_2.module.cartzillablocksviewstemplatesblocks_content_block.tpl.php
862 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
863 /var/cache/dev/smarty/compile/child_cartzilla/a5/ec/bf/a5ecbf6241d772b112462ee0424329777380c4bf_2.file.product.tpl.php
864 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
865 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
866 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
867 /var/cache/dev/smarty/compile/child_cartzilla/9f/2a/78/9f2a7879dcbb5f631f9a48b386ebffcad2115ffc_2.file.product-flags.tpl.php
868 /src/Adapter/ContainerFinder.php
869 /modules/productcomments/src/Repository/ProductCommentRepository.php
870 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
871 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
872 /vendor/doctrine/doctrine-bundle/Registry.php
873 /vendor/symfony/doctrine-bridge/ManagerRegistry.php
874 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
875 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
876 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
877 /vendor/doctrine/dbal/src/Logging/LoggerChain.php
878 /vendor/doctrine/dbal/src/Logging/SQLLogger.php
879 /vendor/symfony/doctrine-bridge/Logger/DbalLogger.php
880 /vendor/doctrine/dbal/src/Logging/DebugStack.php
881 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
882 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
883 /vendor/symfony/dependency-injection/EnvVarProcessorInterface.php
884 /vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php
885 /vendor/doctrine/event-manager/src/EventManager.php
886 /vendor/doctrine/dbal/src/DriverManager.php
887 /vendor/doctrine/dbal/src/Driver/PDO/MySQL/Driver.php
888 /vendor/doctrine/dbal/src/Driver/AbstractMySQLDriver.php
889 /vendor/doctrine/dbal/src/VersionAwarePlatformDriver.php
890 /vendor/doctrine/dbal/src/Driver.php
891 /src/PrestaShopBundle/Doctrine/DatabaseConnection.php
892 /vendor/doctrine/dbal/src/Connection.php
893 /vendor/doctrine/dbal/src/ArrayParameterType.php
894 /vendor/doctrine/dbal/src/ParameterType.php
895 /vendor/doctrine/dbal/src/Query/Expression/ExpressionBuilder.php
896 /vendor/doctrine/dbal/src/Schema/LegacySchemaManagerFactory.php
897 /vendor/doctrine/dbal/src/Schema/SchemaManagerFactory.php
898 /vendor/doctrine/dbal/src/Driver/PDO/Connection.php
899 /vendor/doctrine/dbal/src/Driver/ServerInfoAwareConnection.php
900 /vendor/doctrine/dbal/src/Driver/Connection.php
901 /vendor/doctrine/dbal/src/Events.php
902 /vendor/doctrine/dbal/src/Platforms/MySQL84Platform.php
903 /vendor/doctrine/dbal/src/Platforms/MySQL80Platform.php
904 /vendor/doctrine/dbal/src/Platforms/MySQL57Platform.php
905 /vendor/doctrine/dbal/src/Platforms/MySQLPlatform.php
906 /vendor/doctrine/dbal/src/Platforms/AbstractMySQLPlatform.php
907 /vendor/doctrine/dbal/src/Platforms/AbstractPlatform.php
908 /vendor/doctrine/dbal/src/Schema/MySQLSchemaManager.php
909 /vendor/doctrine/dbal/src/Schema/AbstractSchemaManager.php
910 /vendor/doctrine/dbal/src/Types/Types.php
911 /vendor/doctrine/dbal/src/Types/Type.php
912 /vendor/doctrine/dbal/src/Types/ArrayType.php
913 /vendor/doctrine/dbal/src/Types/AsciiStringType.php
914 /vendor/doctrine/dbal/src/Types/StringType.php
915 /vendor/doctrine/dbal/src/Types/BigIntType.php
916 /vendor/doctrine/dbal/src/Types/PhpIntegerMappingType.php
917 /vendor/doctrine/dbal/src/Types/BinaryType.php
918 /vendor/doctrine/dbal/src/Types/BlobType.php
919 /vendor/doctrine/dbal/src/Types/BooleanType.php
920 /vendor/doctrine/dbal/src/Types/DateType.php
921 /vendor/doctrine/dbal/src/Types/DateImmutableType.php
922 /vendor/doctrine/dbal/src/Types/DateIntervalType.php
923 /vendor/doctrine/dbal/src/Types/DateTimeType.php
924 /vendor/doctrine/dbal/src/Types/PhpDateTimeMappingType.php
925 /vendor/doctrine/dbal/src/Types/DateTimeImmutableType.php
926 /vendor/doctrine/dbal/src/Types/DateTimeTzType.php
927 /vendor/doctrine/dbal/src/Types/DateTimeTzImmutableType.php
928 /vendor/doctrine/dbal/src/Types/DecimalType.php
929 /vendor/doctrine/dbal/src/Types/FloatType.php
930 /vendor/doctrine/dbal/src/Types/GuidType.php
931 /vendor/doctrine/dbal/src/Types/IntegerType.php
932 /vendor/doctrine/dbal/src/Types/JsonType.php
933 /vendor/doctrine/dbal/src/Types/ObjectType.php
934 /vendor/doctrine/dbal/src/Types/SimpleArrayType.php
935 /vendor/doctrine/dbal/src/Types/SmallIntType.php
936 /vendor/doctrine/dbal/src/Types/TextType.php
937 /vendor/doctrine/dbal/src/Types/TimeType.php
938 /vendor/doctrine/dbal/src/Types/TimeImmutableType.php
939 /vendor/doctrine/dbal/src/Types/TypeRegistry.php
940 /modules/productcomments/src/Entity/ProductComment.php
941 /vendor/doctrine/orm/src/Proxy/Proxy.php
942 /vendor/doctrine/common/src/Proxy/Proxy.php
943 /vendor/doctrine/persistence/src/Persistence/Proxy.php
944 /vendor/doctrine/orm/src/Proxy/InternalProxy.php
945 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
946 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
947 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
948 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
949 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
950 /vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php
951 /vendor/doctrine/orm/src/Mapping/NamingStrategy.php
952 /vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php
953 /vendor/doctrine/orm/src/Internal/SQLResultCasing.php
954 /vendor/doctrine/orm/src/Mapping/QuoteStrategy.php
955 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
956 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
957 /vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php
958 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
959 /vendor/doctrine/orm/src/Repository/RepositoryFactory.php
960 /vendor/doctrine/orm/src/Mapping/ClassMetadataFactory.php
961 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
962 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
963 /vendor/doctrine/orm/src/Mapping/ClassMetadata.php
964 /vendor/doctrine/orm/src/Mapping/ClassMetadataInfo.php
965 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
966 /vendor/doctrine/orm/src/Proxy/DefaultProxyClassNameResolver.php
967 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
968 /vendor/doctrine/orm/src/UnitOfWork.php
969 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
970 /vendor/doctrine/orm/src/Event/ListenersInvoker.php
971 /vendor/doctrine/orm/src/Utility/IdentifierFlattener.php
972 /vendor/doctrine/orm/src/Internal/HydrationCompleteHandler.php
973 /vendor/doctrine/orm/src/Mapping/Reflection/ReflectionPropertiesGetter.php
974 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
975 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
976 /vendor/doctrine/orm/src/Proxy/ProxyFactory.php
977 /vendor/doctrine/common/src/Proxy/AbstractProxyFactory.php
978 /vendor/doctrine/common/src/Proxy/ProxyGenerator.php
979 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
980 /vendor/doctrine/lexer/src/Token.php
981 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
982 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
983 /vendor/doctrine/orm/src/Mapping/Table.php
984 /vendor/doctrine/orm/src/Mapping/MappingAttribute.php
985 /vendor/doctrine/orm/src/Mapping/Annotation.php
986 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
987 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
988 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
989 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
990 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
991 /vendor/doctrine/orm/src/Mapping/Entity.php
992 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
993 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
994 /vendor/doctrine/orm/src/Mapping/DefaultTypedFieldMapper.php
995 /vendor/doctrine/orm/src/Mapping/TypedFieldMapper.php
996 /vendor/doctrine/orm/src/Mapping/Id.php
997 /vendor/doctrine/orm/src/Mapping/Column.php
998 /vendor/doctrine/orm/src/Mapping/GeneratedValue.php
999 /vendor/doctrine/orm/src/Id/IdentityGenerator.php
1000 /vendor/doctrine/orm/src/Id/AbstractIdGenerator.php
1001 /vendor/doctrine/orm/src/Events.php
1002 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1003 /vendor/doctrine/dbal/src/Query/QueryBuilder.php
1004 /vendor/doctrine/dbal/src/Query/Expression/CompositeExpression.php
1005 /vendor/doctrine/dbal/src/SQL/Builder/DefaultSelectSQLBuilder.php
1006 /vendor/doctrine/dbal/src/SQL/Builder/SelectSQLBuilder.php
1007 /vendor/doctrine/dbal/src/Query/SelectQuery.php
1008 /vendor/doctrine/dbal/src/Query/Limit.php
1009 /vendor/doctrine/dbal/src/SQL/Parser.php
1010 /vendor/doctrine/dbal/src/ExpandArrayParameters.php
1011 /vendor/doctrine/dbal/src/SQL/Parser/Visitor.php
1012 /vendor/doctrine/dbal/src/Driver/PDO/Statement.php
1013 /vendor/doctrine/dbal/src/Driver/Statement.php
1014 /vendor/doctrine/dbal/src/Driver/PDO/ParameterTypeMap.php
1015 /vendor/doctrine/dbal/src/Driver/PDO/Result.php
1016 /vendor/doctrine/dbal/src/Driver/Result.php
1017 /vendor/doctrine/dbal/src/Result.php
1018 /vendor/doctrine/dbal/src/FetchMode.php
1019 /var/cache/dev/smarty/compile/child_cartzilla/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1020 /var/cache/dev/smarty/compile/child_cartzilla/92/2d/84/922d8452d37360c1e6ef51d08187e037dce46b27_2.module.cartzillablocksviewstemplatesblocksspacing.tpl.php
1021 /var/cache/dev/smarty/compile/child_cartzilla/e4/96/b1/e496b18b87ade5e5d8fd9ee4adff3b90b8089022_2.module.cartzillablocksviewstemplatesblocksblockhomecategory.tpl.php
1022 /var/cache/dev/smarty/compile/child_cartzilla/14/06/4a/14064a6b847b93777f7c4ec7d24b91d83428a930_2.module.cartzillablocksviewstemplatesblocksproductstrending.tpl.php
1023 /modules/prettyblocks/classes/prettyblocks/component/Title.php
1024 /modules/prettyblocks/classes/prettyblocks/interfaces/ComponentInterface.php
1025 /var/cache/dev/smarty/compile/8d/2b/99/8d2b9918b892ccdcd9ecee85f30bfbfe810d1da4_2.module.prettyblocksviewstemplatesfrontcomponentstitle.tpl.php
1026 /var/cache/dev/smarty/compile/child_cartzilla/eb/de/5e/ebde5ecd27395382175f5b6bf115854ef82509c8_2.file.products-list.tpl.php
1027 /src/Core/Domain/Product/ProductCustomizabilitySettings.php
1028 /classes/Customization.php
1029 /var/cache/dev/smarty/compile/child_cartzilla/59/06/9a/59069a1b8ac29f066002d445b65a626a3b1557dd_2.module.cartzillablocksviewstemplatesblockscz_banner.tpl.php
1030 /var/cache/dev/smarty/compile/child_cartzilla/66/43/0c/66430cc692fb97aaf0c8074dc97b91eb08614aef_2.module.cartzillablocksviewstemplatesblockscz_reviews.tpl.php
1031 /var/cache/dev/smarty/compile/child_cartzilla/bd/21/55/bd21556623ed563b0ea7c7a099d166ff5e2b7556_2.module.cartzillablocksviewstemplatesblocksrelated.tpl.php
1032 /var/cache/dev/smarty/compile/child_cartzilla/fe/cb/aa/fecbaaed60d12fb01ada7a692b69689e97548cd5_2.module.cartzillablocksviewstemplatesblocksbrands.tpl.php
1033 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/3e/ba/88/3eba8847b24a7cad1fd5945df25e7d5ecb7bdec3_2.file.index.tpl.php
1034 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/42/7b/68/427b68db2a73f9499fde4c4651d70d530a83ebe0_2.file.page-light.tpl.php
1035 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/66/64/f5/6664f54a565c70c5005ef23de53107268bbc21ec_2.file.page.tpl.php
1036 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/49/7d/15/497d1518cc050c5e37da22cdb573e3c665bc9a60_2.file.layout-default.tpl.php
1037 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/44/2b/0b/442b0bceb3c85be3b401cfb7c3dbbb3605063a05_2.file.head.tpl.php
1038 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/22/9e/79/229e791c3a1717581f02a036d3e70c43ea1e2cbb_2.file.head-jsonld.tpl.php
1039 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/4c/6b/72/4c6b72205f5afa8007477c35b76583881085989b_2.file.stylesheets.tpl.php
1040 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/06/55/14/065514b7ef023db08064371fb1b66733529e14dc_2.file.javascript.tpl.php
1041 /classes/ProductDownload.php
1042 /src/Core/Cart/Calculator.php
1043 /src/Core/Cart/CartRowCollection.php
1044 /src/Core/Cart/Fees.php
1045 /src/Core/Cart/AmountImmutable.php
1046 /src/Core/Cart/CartRuleCollection.php
1047 /src/Core/Cart/CartRuleCalculator.php
1048 /src/Adapter/Product/PriceCalculator.php
1049 /src/Core/Cart/CartRow.php
1050 /src/Core/Util/String/StringModifier.php
1051 /src/Core/Util/String/StringModifierInterface.php
1052 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/d1/08/68/d10868494598971a6ed9bff96c7f5c0e6069354a_2.file.product-activation.tpl.php
1053 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/d8/99/4f/d8994f02c8612f9f0b5efe3627ca0d7ebfc76c49_2.file.header.tpl.php
1054 /vendor/smarty/smarty/libs/plugins/modifier.capitalize.php
1055 /modules/ps_contactinfo/ps_contactinfo.php
1056 /var/cache/dev/smarty/compile/child_cartzilla/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
1057 /modules/ps_languageselector/ps_languageselector.php
1058 /modules/ps_currencyselector/ps_currencyselector.php
1059 /var/cache/dev/smarty/compile/child_cartzilla/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
1060 /modules/ps_customersignin/ps_customersignin.php
1061 /var/cache/dev/smarty/compile/child_cartzilla/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
1062 /var/cache/dev/smarty/compile/child_cartzilla/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1063 /modules/ps_mainmenu/ps_mainmenu.php
1064 /modules/ps_mainmenu/ps_menutoplinks.class.php
1065 /var/cache/dev/smarty/compile/child_cartzilla/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
1066 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1067 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/b2/30/5d/b2305d973512c1b60c51ee6207cbe7e3298b1ab1_2.file.notifications.tpl.php
1068 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/b4/5e/9e/b45e9edb41c99cc854ada6c3a7cbf8c4fd389496_2.file.footer.tpl.php
1069 /var/cache/dev/smarty/compile/child_cartzilla/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.php
1070 /modules/ps_linklist/ps_linklist.php
1071 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1072 /modules/ps_linklist/src/Filter/LinkFilter.php
1073 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1074 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1075 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1076 /modules/ps_linklist/src/Model/LinkBlock.php
1077 /classes/CMS.php
1078 /var/cache/dev/smarty/compile/child_cartzilla/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
1079 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1080 /var/cache/dev/smarty/compile/child_cartzilla/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1081 /var/cache/dev/smarty/compile/child_cartzilla/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1082 /var/cache/dev/smarty/compile/child_cartzilla/aa/bc/01/aabc01cc8f7bc1d02e8377ccb27912a668be52e9_2.module.cartzillablocksviewstemplatesblockssocials.tpl.php
1083 /var/cache/dev/smarty/compile/child_cartzilla/4f/2d/1b/4f2d1bee14ec3a455960ef26921f3ef3dd898805_2.module.cartzillablocksviewstemplatesblocksreassurance.tpl.php
1084 /var/cache/dev/smarty/compile/child_cartzillalayouts_layout_default_tpl/a0/14/0a/a0140a7be830951900d924e7c7f6fb4b28f5faca_2.file.payment-methods.tpl.php
1085 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1086 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1087 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1088 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1089 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php