Accueil

Filters

Disponibilité

  • 19

Sélections

  • 19
  • 2

Catégories

  • 11
  • 7
  • 2

Taille

  • 2
  • 2
  • 2
  • 2

Couleur

Composition

  • 3
  • 2
  • 4
  • 3
  • 3

Propriété

  • 3
  • 3
  • 1
  • 1

Dimension

  • 3
  • 3
  • 3

Type de papier

  • 3
  • 3
  • 3
  • 3

En promo

Filters
of 19 products


Follow us

Load Time 1082 ms
Querying Time 209 ms
Queries 532
Memory Peak Usage 50.7 Mb
Included Files 1138 files - 11.42 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 509.449 ms 509.449 ms 21.33 Mb 22.5 Mb
__construct 0.028 ms 509.477 ms - Mb 22.5 Mb
init 46.340 ms 555.817 ms 3.88 Mb 25.2 Mb
checkAccess 0.001 ms 555.818 ms - Mb 25.2 Mb
setMedia 7.868 ms 563.686 ms 0.81 Mb 26.3 Mb
postProcess 0.001 ms 563.687 ms - Mb 26.3 Mb
initHeader 0.001 ms 563.688 ms - Mb 26.3 Mb
initContent 237.216 ms 801 ms 11.76 Mb 37.9 Mb
initFooter 0.002 ms 801 ms - Mb 37.9 Mb
display 281.108 ms 1082 ms 12.61 Mb 50.7 Mb
Hook Time Memory Usage
displayLeftColumn 102.771 ms 5.49 Mb
displayProductListReviews 89.491 ms 3.99 Mb
ActionFrontControllerSetVariables 52.480 ms 2.78 Mb
DisplayHeader 33.812 ms 0.96 Mb
displayFooter 20.025 ms 0.96 Mb
ActionRegisterBlock 17.484 ms 0.75 Mb
displayFooterRight 15.335 ms 0.17 Mb
DisplayBeforeBodyClosingTag 11.388 ms 0.46 Mb
displayFooterReassurance 6.791 ms 0.09 Mb
ProductSearchProvider 4.079 ms 0.19 Mb
displayTopRight 3.846 ms 0.22 Mb
displayMenu 2.816 ms 0.10 Mb
displayNav1 2.324 ms 0.07 Mb
renderWidget 2.286 ms 0.07 Mb
ActionFrontControllerSetMedia 2.086 ms 0.08 Mb
displayFooterBefore 1.787 ms 0.06 Mb
ActionRegisterThemeSettings 1.467 ms 0.05 Mb
displayTop 1.413 ms 0.05 Mb
displayNav2 1.364 ms 0.10 Mb
displayAfterBodyOpeningTag 1.337 ms 0.05 Mb
DisplayLeftColumn 1.042 ms 0.03 Mb
displayBeforeBodyClosingTag 0.831 ms 0.02 Mb
displayNavMiddle 0.598 ms 0.02 Mb
ActionDispatcher 0.009 ms - Mb
24 hook(s) 376.860 ms 16.77 Mb
Module Time Memory Usage
prettyblocks 118.566 ms 6.36 Mb
ps_emailsubscription 5.356 ms 0.48 Mb
ps_socialfollow 2.835 ms 0.13 Mb
ps_emailalerts 2.007 ms 0.30 Mb
cartzillablocks 19.615 ms 0.90 Mb
ps_shoppingcart 2.940 ms 0.22 Mb
ps_searchbar 5.218 ms 0.09 Mb
productcomments 91.537 ms 4.21 Mb
ps_googleanalytics 13.060 ms 0.53 Mb
ps_facetedsearch 11.115 ms 0.67 Mb
ps_contactinfo 2.753 ms 0.12 Mb
ps_languageselector 0.878 ms 0.07 Mb
ps_currencyselector 1.186 ms 0.09 Mb
ps_customersignin 2.069 ms 0.08 Mb
ps_mainmenu 4.605 ms 0.39 Mb
ps_categorytree 5.416 ms 0.26 Mb
ps_newproducts 3.162 ms 0.16 Mb
ps_specials 94.292 ms 5.20 Mb
ps_viewedproduct 1.237 ms 0.10 Mb
ps_linklist 21.275 ms 1.08 Mb
ps_customeraccountlinks 2.686 ms 0.11 Mb
21 module(s) 411.807 ms 21.52 Mb

Stopwatch SQL - 532 queries

# Query Time (ms) Rows Filesort Group By Location
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `1vv7f_hook`
11.128 ms 1207 /classes/Hook.php:1568
14
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`
4.370 ms 1185 Yes Yes /classes/Hook.php:1500
75
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM 1vv7f_product p LEFT JOIN 1vv7f_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN 1vv7f_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN 1vv7f_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN 1vv7f_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN 1vv7f_category_product cp ON (p.id_product = cp.id_product) INNER JOIN 1vv7f_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN 1vv7f_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN 1vv7f_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=2 AND c.nright<=17 GROUP BY p.id_product) p INNER JOIN 1vv7f_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
3.006 ms 2052 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `1vv7f_hook` h
WHERE (h.active = 1)
2.408 ms 1207 /classes/Hook.php:1608
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `1vv7f_hook_alias`
2.050 ms 86 /classes/Hook.php:319
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
1.566 ms 1 /src/Adapter/EntityMapper.php:73
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)
1.533 ms 1 /classes/Language.php:1070
71
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `1vv7f_attribute_group` ag  INNER JOIN 1vv7f_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `1vv7f_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `1vv7f_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `1vv7f_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
1.503 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
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.327 ms 589 /classes/Configuration.php:182
88
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
1.240 ms 0 /classes/Hook.php:1568
72
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `1vv7f_feature` f  INNER JOIN 1vv7f_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `1vv7f_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `1vv7f_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `1vv7f_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
1.233 ms 4 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
19
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
1.228 ms 46 Yes /classes/Dispatcher.php:632
259
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`
1.226 ms 2 Yes /classes/Product.php:3285
35
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
1.198 ms 1 /src/Adapter/EntityMapper.php:73
258
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
1.128 ms 1 /classes/Category.php:1396
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
1.080 ms 1 Yes /classes/shop/Shop.php:1392
58
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
1.051 ms 19 Yes /modules/prettyblocks/classes/HelperBuilder.php:221
70
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM 1vv7f_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
1.032 ms 13 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
516
SELECT SQL_NO_CACHE data
FROM `1vv7f_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
1.030 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
89
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
1.000 ms 406 /classes/Hook.php:495
217
SELECT SQL_NO_CACHE p.*, product_shop.*, pl.*, image_shop.`id_image` id_image, il.`legend`, cl.`name` AS category_default, a.quantity AS pack_quantity, product_shop.`id_category_default`, a.id_product_pack, a.id_product_attribute_item
FROM `1vv7f_pack` a
LEFT JOIN `1vv7f_product` p ON p.id_product = a.id_product_item
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)
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_lang` cl
ON product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 
WHERE product_shop.`id_shop` = 1
AND a.`id_product_pack` = 15
GROUP BY a.`id_product_item`, a.`id_product_attribute_item`
0.992 ms 2 Yes /classes/Pack.php:387
351
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`link_rewrite`, pl.`meta_description`,
pl.`meta_title`, pl.`name`, pl.`available_now`, pl.`available_later`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
(DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2025-12-14 00:00:00",
INTERVAL 20 DAY
)
) > 0) as new,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute
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_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_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  )
WHERE (product_shop.`active` = 1) AND (product_shop.`visibility` IN ("both", "catalog")) AND (DATEDIFF(product_shop.`date_add`,
DATE_SUB(
"2025-12-14 00:00:00",
INTERVAL 20 DAY
)
) > 0) AND (EXISTS(SELECT 1 FROM `1vv7f_category_product` cp
JOIN `1vv7f_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`))
ORDER BY product_shop.`date_add` DESC
LIMIT 8
0.911 ms 4 /classes/Product.php:2862
97
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.876 ms 2 /classes/Product.php:7163
514
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.872 ms 80 Yes /classes/PrestaShopCollection.php:381
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM 1vv7f_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.849 ms 1 /classes/shop/ShopUrl.php:178
517
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `1vv7f_category_product` cp
LEFT JOIN `1vv7f_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `1vv7f_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN 1vv7f_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.838 ms 54 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
41
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `categories` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.816 ms 8 Yes /classes/ImageType.php:109
256
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.813 ms 0 /classes/Cart.php:1451
515
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.810 ms 80 Yes /classes/PrestaShopCollection.php:381
93
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.800 ms 0 /classes/Cart.php:1451
477
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.787 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
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.782 ms 1 /classes/Language.php:1204
25
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.775 ms 1 /src/Adapter/EntityMapper.php:73
32
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.765 ms 1 /src/Adapter/EntityMapper.php:73
486
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.759 ms 1 /src/Adapter/EntityMapper.php:73
504
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.749 ms 80 Yes /classes/PrestaShopCollection.php:381
38
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_description`
FROM `1vv7f_category` c
INNER JOIN 1vv7f_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `1vv7f_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `1vv7f_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.745 ms 9 Yes Yes /classes/Category.php:946
344
SELECT SQL_NO_CACHE c.*, cl.*
FROM `1vv7f_category` c
INNER JOIN 1vv7f_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `1vv7f_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `1vv7f_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `1vv7f_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.713 ms 9 Yes Yes /classes/Category.php:815
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.710 ms 1 Yes /classes/shop/Shop.php:716
21
SELECT SQL_NO_CACHE * FROM `1vv7f_currency` c ORDER BY `iso_code` ASC
0.698 ms 1 Yes /classes/Currency.php:708
54
SELECT SQL_NO_CACHE COUNT(*)
FROM `1vv7f_prettyblocks`
WHERE (zone_name = "category-description-2") AND (id_lang = 1) AND (id_shop = 1) LIMIT 1
0.695 ms 80 /modules/prettyblocks/classes/HelperBuilder.php:336
421
SELECT SQL_NO_CACHE `id_customization_field`, `type`
FROM `1vv7f_customization_field`
WHERE `id_product` = 6
AND `required` = 1 AND `is_deleted` = 0
0.684 ms 1 /classes/Product.php:6359
355
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) as quantity, pl.`description`, pl.`description_short`, pl.`available_now`, pl.`available_later`,
IFNULL(product_attribute_shop.id_product_attribute, 0) id_product_attribute,
pl.`link_rewrite`, pl.`meta_description`, pl.`meta_title`,
pl.`name`, image_shop.`id_image` id_image, il.`legend`, m.`name` AS manufacturer_name,
DATEDIFF(
p.`date_add`,
DATE_SUB(
"2025-12-14 00:00:00",
INTERVAL 20 DAY
)
) > 0 AS new
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 (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_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`)
WHERE product_shop.`active` = 1
AND product_shop.`show_price` = 1
AND product_shop.`visibility` IN ("both", "catalog")
AND p.`id_product` IN (1, 2)
AND EXISTS(SELECT 1 FROM `1vv7f_category_product` cp
JOIN `1vv7f_category_group` cg ON (cp.id_category = cg.id_category AND cg.`id_group` =1)
WHERE cp.`id_product` = p.`id_product`)
0.681 ms 4 /classes/Product.php:3139
64
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.667 ms 1 Yes /modules/cartzillablocks/classes/blocks/CartZillaBrand.php:50
77
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-14 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,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19)
0.618 ms 19 /classes/ProductAssembler.php:101
78
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 0 LIMIT 1
0.582 ms 1 /classes/SpecificPrice.php:423
257
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.563 ms 1 /src/Adapter/EntityMapper.php:73
255
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.562 ms 1 /classes/stock/StockAvailable.php:267
526
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 24
ORDER BY ag.`position` ASC, a.`position` ASC
0.559 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
218
SELECT SQL_NO_CACHE pa.`reference` AS attribute_reference, agl.`name` AS group_name, al.`name` AS attribute_name,  pai.`id_image` AS id_product_attribute_image
FROM `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)
LEFT JOIN `1vv7f_product_attribute_combination` pac ON pac.`id_product_attribute` = 19
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)
LEFT JOIN `1vv7f_product_attribute_image` pai ON (19 = pai.`id_product_attribute`)
WHERE pa.`id_product` = 5 AND pa.`id_product_attribute` = 19
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.549 ms 1 Yes /classes/Pack.php:407
52
SELECT SQL_NO_CACHE settings FROM 1vv7f_prettyblocks_settings WHERE theme_name = "child_cartzilla" AND id_shop = 1 LIMIT 1
0.546 ms 1 /modules/prettyblocks/classes/PrettyBlocksSettingsModel.php:51
519
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 1
ORDER BY ag.`position` ASC, a.`position` ASC
0.542 ms 2 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
390
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.540 ms 8 Yes Yes /classes/Product.php:2492
245
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.537 ms 0 /classes/Cart.php:1451
20
SELECT SQL_NO_CACHE * FROM `1vv7f_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.532 ms 1 /classes/module/Module.php:2168
69
SELECT SQL_NO_CACHE `id_category`
FROM `1vv7f_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.531 ms 1 /classes/Category.php:2454
46
SELECT SQL_NO_CACHE format
FROM `1vv7f_address_format`
WHERE `id_country` = 8 LIMIT 1
0.530 ms 1 /classes/AddressFormat.php:649
524
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 19
ORDER BY ag.`position` ASC, a.`position` ASC
0.530 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
525
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 22
ORDER BY ag.`position` ASC, a.`position` ASC
0.527 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
377
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.525 ms 16 /classes/Product.php:2507
520
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 9
ORDER BY ag.`position` ASC, a.`position` ASC
0.525 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
50
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM 1vv7f_required_field
0.521 ms 1 /classes/ObjectModel.php:1437
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.519 ms 1 /src/Adapter/EntityMapper.php:73
531
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.519 ms 80 Yes /classes/PrestaShopCollection.php:381
389
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'displayLeftColumn') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.514 ms 80 Yes /classes/PrestaShopCollection.php:381
76
SELECT SQL_NO_CACHE data FROM 1vv7f_layered_filter_block WHERE hash="7ba336d78b33d0018ada16dd178b68c7" LIMIT 1
0.511 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
373
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.507 ms 1 /src/Adapter/EntityMapper.php:73
487
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.505 ms 1 /src/Adapter/EntityMapper.php:81
527
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 26
ORDER BY ag.`position` ASC, a.`position` ASC
0.501 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
523
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 16
ORDER BY ag.`position` ASC, a.`position` ASC
0.500 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
12
SELECT SQL_NO_CACHE `id_lang`, IF(language_code = 'en-us', 0, LENGTH(language_code)) as found
FROM `1vv7f_lang`
WHERE LEFT(`language_code`,2) = 'en'
ORDER BY found ASC LIMIT 1
0.497 ms 1 Yes /classes/Language.php:991
87
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.496 ms 8 /classes/Product.php:3603
391
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.492 ms 16 /classes/Product.php:2507
40
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.485 ms 79 /classes/module/Module.php:342
522
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 13
ORDER BY ag.`position` ASC, a.`position` ASC
0.480 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
37
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.476 ms 1 /classes/Category.php:1774
405
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.472 ms 1 /src/Adapter/EntityMapper.php:73
249
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.470 ms 1 /classes/Product.php:7163
33
SELECT SQL_NO_CACHE *
FROM `1vv7f_group_lang`
WHERE `id_group` = 1
0.463 ms 1 /src/Adapter/EntityMapper.php:81
528
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 28
ORDER BY ag.`position` ASC, a.`position` ASC
0.453 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
475
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_linklist" LIMIT 1
0.449 ms 1 /classes/module/Module.php:2778
90
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 1 AND `id_group` = 1 LIMIT 1
0.443 ms 0 /classes/GroupReduction.php:146
283
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` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.442 ms 1 /src/Adapter/EntityMapper.php:73
356
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-14 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,1)
0.439 ms 2 /classes/ProductAssembler.php:101
376
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.438 ms 8 Yes Yes /classes/Product.php:2492
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.437 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
374
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 1 AND `id_shop` = 1
0.437 ms 1 /src/Adapter/EntityMapper.php:81
17
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.434 ms 79 /classes/module/Module.php:342
276
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.429 ms 1 /src/Adapter/EntityMapper.php:73
476
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.426 ms 1 /classes/module/Module.php:2267
102
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 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, 21) 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-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-12-14 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.422 ms 2 Yes /classes/SpecificPrice.php:573
385
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.422 ms 1 /src/Adapter/EntityMapper.php:73
231
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.421 ms 4 /classes/Product.php:3603
18
SELECT SQL_NO_CACHE name, alias FROM `1vv7f_hook_alias`
0.420 ms 86 /classes/Hook.php:371
266
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.419 ms 1 /src/Adapter/EntityMapper.php:73
530
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 36
ORDER BY ag.`position` ASC, a.`position` ASC
0.416 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
529
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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
)
WHERE pac.`id_product_attribute` = 32
ORDER BY ag.`position` ASC, a.`position` ASC
0.414 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
479
SELECT SQL_NO_CACHE *
FROM `1vv7f_link_block_lang`
WHERE `id_link_block` = 1
0.413 ms 1 /src/Adapter/EntityMapper.php:81
61
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.411 ms 1 /classes/PrestaShopCollection.php:381
365
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.405 ms 4 /classes/Product.php:2507
9
SELECT SQL_NO_CACHE id_shop
FROM `1vv7f_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.404 ms 1 /classes/ObjectModel.php:1570
361
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.403 ms 1 /src/Adapter/EntityMapper.php:73
393
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.402 ms 4 Yes Yes /classes/Product.php:2492
505
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.401 ms 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
262
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.400 ms 1 /src/Adapter/EntityMapper.php:73
86
SELECT SQL_NO_CACHE *, ( IF (`id_shop` = 1, 2, 0) +  IF (`id_country` = 21, 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, 21) 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-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-12-14 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.395 ms 2 Yes /classes/SpecificPrice.php:573
65
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
364
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.394 ms 4 Yes Yes /classes/Product.php:2492
281
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.392 ms 1 /src/Adapter/EntityMapper.php:73
303
SELECT SQL_NO_CACHE agl.`name` AS group_name, al.`name` AS attribute_name, pa.`reference` AS attribute_reference
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)
LEFT JOIN `1vv7f_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
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 pa.`id_product_attribute` = 19
GROUP BY pa.`id_product_attribute`, ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.391 ms 1 Yes /classes/Pack.php:209
483
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.388 ms 2 /classes/Meta.php:181
51
SELECT SQL_NO_CACHE *
FROM `1vv7f_category` a0
LEFT JOIN `1vv7f_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 17) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.387 ms 1 /classes/PrestaShopCollection.php:381
85
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.387 ms 0 /classes/SpecificPrice.php:253
518
SELECT SQL_NO_CACHE `name`
FROM `1vv7f_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.386 ms 0 /classes/Manufacturer.php:306
7
SELECT SQL_NO_CACHE *
FROM `1vv7f_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.385 ms 1 /src/Adapter/EntityMapper.php:73
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` = 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.382 ms 0 /classes/Cart.php:1451
354
SELECT SQL_NO_CACHE `id_product`, `id_product_attribute`
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
`from_quantity` = 1 AND
`reduction` > 0
AND `id_customer` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-12-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-12-14 00:00:00' <= `to`)
0.382 ms 2 /classes/SpecificPrice.php:672
128
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.380 ms 0 /classes/Cart.php:1451
348
SELECT SQL_NO_CACHE c.*, cl.*  FROM `1vv7f_category` c
LEFT JOIN `1vv7f_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 17 AND c.`nleft` >= 2 AND c.`nright` <= 17 ORDER BY `nleft` DESC
0.377 ms 1 /classes/Category.php:1617
241
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 18 LIMIT 1
0.376 ms 1 /classes/SpecificPrice.php:432
430
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.376 ms 1 /src/Adapter/EntityMapper.php:73
53
SELECT SQL_NO_CACHE settings FROM 1vv7f_prettyblocks_settings WHERE theme_name = "child_cartzilla" AND id_shop = 1 LIMIT 1
0.375 ms 1 /modules/prettyblocks/classes/PrettyBlocksSettingsModel.php:51
279
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.374 ms 1 /src/Adapter/EntityMapper.php:73
484
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.373 ms 2 /classes/Meta.php:181
198
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.371 ms 0 /classes/Cart.php:1451
286
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.370 ms 1 /src/Adapter/EntityMapper.php:73
292
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.369 ms 1 /src/Adapter/EntityMapper.php:73
341
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.368 ms 1 /classes/module/Module.php:2267
22
SELECT SQL_NO_CACHE `id_lang` FROM `1vv7f_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.367 ms 1 /classes/Language.php:870
187
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
176
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.365 ms 0 /classes/Cart.php:1451
252
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 19 LIMIT 1
0.365 ms 1 /classes/SpecificPrice.php:432
394
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.365 ms 4 /classes/Product.php:2507
352
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_specials" LIMIT 1
0.365 ms 1 /classes/module/Module.php:2778
415
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.361 ms 3 /classes/Product.php:2507
433
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.361 ms 2 /classes/Product.php:2507
67
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.360 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
236
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.359 ms 0 /classes/Cart.php:1451
298
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` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:73
247
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.358 ms 0 /classes/Cart.php:1451
307
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.358 ms 1 /src/Adapter/EntityMapper.php:73
412
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.357 ms 1 /src/Adapter/EntityMapper.php:73
513
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.357 ms 80 Yes /classes/PrestaShopCollection.php:381
251
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 36
0.357 ms 1 /src/Adapter/EntityMapper.php:81
225
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.356 ms 0 /classes/Cart.php:1451
270
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.356 ms 1 /src/Adapter/EntityMapper.php:73
449
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.356 ms 4 Yes Yes /classes/Product.php:2492
223
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.355 ms 0 /classes/Cart.php:1451
106
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.354 ms 0 /classes/Cart.php:1451
466
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.354 ms 4 Yes Yes /classes/Product.php:2492
396
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.353 ms 1 /src/Adapter/EntityMapper.php:73
506
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.353 ms 2 /classes/Meta.php:181
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` = 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.353 ms 0 /classes/Cart.php:1451
55
SELECT SQL_NO_CACHE *
FROM `1vv7f_prettyblocks` a0
WHERE (a0.`zone_name` = 'category-description-2') AND (a0.`id_shop` = 1) AND (a0.`id_lang` = 1)
ORDER BY a0.`position` asc
0.352 ms 80 Yes /classes/PrestaShopCollection.php:381
62
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.351 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
273
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.351 ms 1 /src/Adapter/EntityMapper.php:73
216
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` = 15 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` = 15 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.351 ms 0 /classes/Cart.php:1451
246
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.351 ms 1 /classes/stock/StockAvailable.php:267
110
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.350 ms 1 /classes/Product.php:7163
167
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` = 22
AND cp.`id_cart` = 0 AND cp.`id_product` = 9 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` = 22
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.350 ms 0 /classes/Cart.php:1451
458
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.350 ms 4 Yes Yes /classes/Product.php:2492
317
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.349 ms 1 /src/Adapter/EntityMapper.php:73
399
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.349 ms 3 Yes Yes /classes/Product.php:2492
289
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.348 ms 1 /src/Adapter/EntityMapper.php:73
294
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.348 ms 1 /src/Adapter/EntityMapper.php:73
345
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `1vv7f_category` c
LEFT JOIN `1vv7f_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
0.347 ms 1 /classes/Category.php:2247
285
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` = 9 AND il.`id_lang` = 1 ORDER by i.`position`
0.346 ms 4 Yes /classes/Product.php:2668
381
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.346 ms 1 /classes/stock/StockAvailable.php:267
501
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.346 ms 80 Yes /classes/PrestaShopCollection.php:381
234
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.345 ms 0 /classes/Cart.php:1451
284
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` = 9
ORDER BY `position`
0.345 ms 2 Yes /classes/Product.php:3285
314
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.345 ms 1 /src/Adapter/EntityMapper.php:73
427
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 (22,23)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.345 ms 2 /classes/Product.php:2507
414
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.344 ms 3 Yes Yes /classes/Product.php:2492
189
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.343 ms 0 /classes/Cart.php:1451
296
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.343 ms 1 /src/Adapter/EntityMapper.php:73
178
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.342 ms 0 /classes/Cart.php:1451
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` = 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.342 ms 0 /classes/Cart.php:1451
424
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` = 9) LIMIT 1
0.342 ms 1 /src/Adapter/EntityMapper.php:73
426
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` = 9
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.341 ms 2 Yes Yes /classes/Product.php:2492
467
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.341 ms 4 /classes/Product.php:2507
227
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.341 ms 1 /classes/Product.php:7163
326
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.341 ms 80 Yes /classes/PrestaShopCollection.php:381
456
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.341 ms 1 /src/Adapter/EntityMapper.php:73
407
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.340 ms 3 Yes Yes /classes/Product.php:2492
311
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.338 ms 1 /src/Adapter/EntityMapper.php:73
400
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.338 ms 3 /classes/Product.php:2507
432
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.338 ms 2 Yes Yes /classes/Product.php:2492
508
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.338 ms 2 /classes/Meta.php:181
60
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.338 ms 9 Yes /modules/prettyblocks/classes/HelperBuilder.php:175
130
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.338 ms 0 /classes/Cart.php:1451
150
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.338 ms 0 /classes/Cart.php:1451
117
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.337 ms 0 /classes/Cart.php:1451
165
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` = 9 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` = 9 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.337 ms 0 /classes/Cart.php:1451
357
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.337 ms 1 Yes /classes/Product.php:3285
108
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.337 ms 0 /classes/Cart.php:1451
521
SELECT SQL_NO_CACHE `name`
FROM `1vv7f_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1
0.336 ms 0 /classes/Manufacturer.php:306
160
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.336 ms 0 /classes/Cart.php:1451
203
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.335 ms 0 /classes/Cart.php:1451
212
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` = 15) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:73
503
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.335 ms 1 /classes/module/Module.php:2267
450
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
459
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.334 ms 4 /classes/Product.php:2507
485
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.334 ms 2 /classes/Meta.php:181
446
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.333 ms 1 /src/Adapter/EntityMapper.php:73
169
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` = 9
AND pac.`id_product_attribute` = 22
AND agl.`id_lang` = 1
0.331 ms 1 /classes/Product.php:7163
139
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.331 ms 0 /classes/Cart.php:1451
238
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.331 ms 1 /classes/Product.php:7163
387
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_viewedproduct" LIMIT 1
0.331 ms 1 /classes/module/Module.php:2778
439
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.330 ms 2 /classes/Product.php:2507
155
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.329 ms 0 /classes/Cart.php:1451
408
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.329 ms 3 /classes/Product.php:2507
512
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.329 ms 80 Yes /classes/PrestaShopCollection.php:381
419
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.328 ms 1 /src/Adapter/EntityMapper.php:73
438
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.328 ms 2 Yes Yes /classes/Product.php:2492
464
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.328 ms 1 /src/Adapter/EntityMapper.php:73
320
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "prettyblocks" LIMIT 1
0.328 ms 1 /classes/module/Module.php:2778
141
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.327 ms 0 /classes/Cart.php:1451
278
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.327 ms 1 Yes /classes/Product.php:3285
319
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.326 ms 1 /classes/Cart.php:4051
180
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.325 ms 1 /classes/Product.php:7163
191
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.325 ms 1 /classes/Product.php:7163
380
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.324 ms 1 /classes/stock/StockAvailable.php:267
59
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` = 14) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.324 ms 1 /classes/PrestaShopCollection.php:381
436
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.323 ms 1 /src/Adapter/EntityMapper.php:73
264
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.321 ms 1 Yes /classes/Product.php:3285
322
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.320 ms 80 Yes /classes/PrestaShopCollection.php:381
507
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.318 ms 2 /classes/Meta.php:181
66
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` = 8) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.316 ms 1 /classes/PrestaShopCollection.php:381
73
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.314 ms 1 /src/Adapter/EntityMapper.php:73
268
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.314 ms 1 Yes /classes/Product.php:3285
495
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
0.314 ms 1 /src/Adapter/EntityMapper.php:81
27
SELECT SQL_NO_CACHE `id_country`
FROM `1vv7f_country`
WHERE `iso_code` = 'US' AND active = 1 LIMIT 1
0.313 ms 1 /classes/Country.php:193
260
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.313 ms 4 Yes /classes/Product.php:2668
275
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.312 ms 2 Yes /classes/Product.php:2668
121
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.311 ms 1 /classes/Product.php:7163
265
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.310 ms 2 Yes /classes/Product.php:2668
282
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.310 ms 1 Yes /classes/Product.php:3285
143
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.308 ms 1 /classes/Product.php:7163
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.307 ms 1 /classes/PrestaShopCollection.php:381
132
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.306 ms 1 /classes/Product.php:7163
242
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.306 ms 4 /classes/Product.php:3603
397
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 3 AND `id_shop` = 1
0.304 ms 1 /src/Adapter/EntityMapper.php:81
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` = 2) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.303 ms 1 /classes/PrestaShopCollection.php:381
190
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.303 ms 1 /classes/Product.php:1180
403
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.303 ms 1 /src/Adapter/EntityMapper.php:73
509
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.303 ms 1 /classes/Meta.php:181
331
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.302 ms 1 /classes/Currency.php:1120
290
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.301 ms 2 Yes /classes/Product.php:3285
250
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.300 ms 1 /src/Adapter/EntityMapper.php:73
267
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.300 ms 1 /classes/Category.php:1396
359
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.299 ms 2 Yes /classes/Product.php:3285
370
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.299 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
510
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.299 ms 1 /classes/Meta.php:181
406
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 4 AND `id_shop` = 1
0.298 ms 1 /src/Adapter/EntityMapper.php:81
291
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.297 ms 4 Yes /classes/Product.php:2668
261
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type`
0.296 ms 8 /classes/ImageType.php:161
401
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.296 ms 1 /classes/stock/StockAvailable.php:267
96
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.295 ms 1 /classes/Product.php:1180
272
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.294 ms 2 Yes /classes/Product.php:2668
28
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` = 21) LIMIT 1
0.293 ms 1 /src/Adapter/EntityMapper.php:73
489
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.293 ms 1 /src/Adapter/EntityMapper.php:81
184
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.292 ms 2 /classes/Product.php:3603
200
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.292 ms 1 /classes/Product.php:3603
425
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 9 AND `id_shop` = 1
0.292 ms 1 /src/Adapter/EntityMapper.php:81
253
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.291 ms 1 /classes/Product.php:3603
358
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.290 ms 2 Yes /classes/Product.php:2668
360
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.290 ms 4 Yes /classes/Product.php:2668
254
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 19 AND `id_group` = 1 LIMIT 1
0.289 ms 0 /classes/GroupReduction.php:146
342
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.289 ms 1 /classes/module/Module.php:2778
274
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.286 ms 1 Yes /classes/Product.php:3285
280
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.286 ms 1 Yes /classes/Product.php:3285
378
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.286 ms 1 /classes/stock/StockAvailable.php:267
68
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` = 6) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
0.286 ms 1 /classes/PrestaShopCollection.php:381
269
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.286 ms 2 Yes /classes/Product.php:2668
318
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.286 ms 1 Yes /classes/Product.php:3285
287
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.285 ms 2 Yes /classes/Product.php:3285
315
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.285 ms 1 Yes /classes/Product.php:3285
332
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.285 ms 1 Yes /classes/Currency.php:687
170
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` = 22) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:73
340
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.284 ms 1 /classes/module/Module.php:2778
454
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.284 ms 1 /src/Adapter/EntityMapper.php:73
488
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.284 ms 1 /src/Adapter/EntityMapper.php:73
297
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.283 ms 1 Yes /classes/Product.php:3285
384
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.283 ms 1 /classes/stock/StockAvailable.php:267
26
SELECT SQL_NO_CACHE `id_lang` FROM `1vv7f_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.282 ms 1 /classes/Language.php:870
472
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
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.281 ms 1 /classes/shop/Shop.php:215
23
SELECT SQL_NO_CACHE value FROM `1vv7f_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.281 ms 1 /classes/shop/Shop.php:1211
293
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.281 ms 1 Yes /classes/Product.php:3285
349
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_newproducts" LIMIT 1
0.281 ms 1 /classes/module/Module.php:2778
45
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `stores` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.280 ms 8 Yes /classes/ImageType.php:109
473
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.280 ms 1 /classes/module/Module.php:2778
339
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `1vv7f_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.280 ms 1 /classes/Cart.php:1322
369
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.280 ms 1 /src/Adapter/EntityMapper.php:73
48
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.279 ms 1 /src/Adapter/EntityMapper.php:73
288
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.279 ms 4 Yes /classes/Product.php:2668
496
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.279 ms 1 /classes/Meta.php:181
499
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.279 ms 1 /classes/module/Module.php:2778
98
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.278 ms 1 /src/Adapter/EntityMapper.php:73
310
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.278 ms 2 Yes /classes/Product.php:2668
316
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.278 ms 2 Yes /classes/Product.php:2668
382
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.278 ms 1 /classes/stock/StockAvailable.php:267
388
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 53 AND `id_shop` = 1 LIMIT 1
0.277 ms 1 /classes/module/Module.php:2267
271
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.276 ms 1 Yes /classes/Product.php:3285
277
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.276 ms 1 /classes/Category.php:1396
299
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` = 15
ORDER BY `position`
0.276 ms 1 Yes /classes/Product.php:3285
309
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.275 ms 1 Yes /classes/Product.php:3285
511
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.275 ms 1 /classes/Meta.php:181
103
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.274 ms 4 /classes/Product.php:3603
162
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` = 9)
0.273 ms 2 /classes/Product.php:3603
168
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` = 9 AND pa.`id_product` = 9 AND pa.`id_product_attribute` = 22 LIMIT 1
0.273 ms 1 /classes/Product.php:1180
248
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.273 ms 1 /classes/Product.php:1180
44
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.272 ms 8 Yes /classes/ImageType.php:109
220
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.272 ms 4 /classes/Product.php:3603
312
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.272 ms 1 Yes /classes/Product.php:3285
313
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.272 ms 2 Yes /classes/Product.php:2668
30
SELECT SQL_NO_CACHE *
FROM `1vv7f_currency_lang`
WHERE `id_currency` = 1
0.271 ms 1 /src/Adapter/EntityMapper.php:81
295
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.271 ms 1 Yes /classes/Product.php:3285
335
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.271 ms 1 /classes/module/Module.php:2778
478
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.271 ms 1 /src/Adapter/EntityMapper.php:73
39
SELECT SQL_NO_CACHE s.id_shop, s.id_shop_group FROM 1vv7f_shop s
0.271 ms 1 /classes/shop/Shop.php:922
42
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `manufacturers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.269 ms 8 Yes /classes/ImageType.php:109
94
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.269 ms 1 /classes/stock/StockAvailable.php:267
114
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.269 ms 3 /classes/Product.php:3603
173
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.268 ms 2 /classes/Product.php:3603
239
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.268 ms 1 /src/Adapter/EntityMapper.php:73
402
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.267 ms 1 /classes/stock/StockAvailable.php:267
323
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.266 ms 1 /classes/module/Module.php:2778
447
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 16 AND `id_shop` = 1
0.266 ms 1 /src/Adapter/EntityMapper.php:81
413
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 5 AND `id_shop` = 1
0.265 ms 1 /src/Adapter/EntityMapper.php:81
195
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.264 ms 1 /classes/Product.php:3603
452
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.264 ms 1 /classes/stock/StockAvailable.php:267
74
SELECT SQL_NO_CACHE *
FROM `1vv7f_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.264 ms 1 /src/Adapter/EntityMapper.php:81
437
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 11 AND `id_shop` = 1
0.264 ms 1 /src/Adapter/EntityMapper.php:81
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` = 14)
0.263 ms 1 /classes/Product.php:3603
346
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `1vv7f_category` c
LEFT JOIN `1vv7f_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
0.263 ms 1 /classes/Category.php:1607
353
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 16 AND `id_shop` = 1 LIMIT 1
0.263 ms 1 /classes/module/Module.php:2267
375
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.263 ms 0 /classes/Category.php:1396
502
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.263 ms 1 /classes/module/Module.php:2778
192
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.262 ms 1 /src/Adapter/EntityMapper.php:73
428
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 23) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.262 ms 1 /classes/stock/StockAvailable.php:267
465
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 18 AND `id_shop` = 1
0.262 ms 1 /src/Adapter/EntityMapper.php:81
181
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.261 ms 1 /src/Adapter/EntityMapper.php:73
43
SELECT SQL_NO_CACHE * FROM `1vv7f_image_type` WHERE 1 AND `suppliers` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.260 ms 8 Yes /classes/ImageType.php:109
431
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 10 AND `id_shop` = 1
0.260 ms 1 /src/Adapter/EntityMapper.php:81
490
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.260 ms 1 /src/Adapter/EntityMapper.php:73
497
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.260 ms 1 /classes/Meta.php:181
81
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `1vv7f_specific_price` WHERE `id_product` != 0
0.260 ms 2 /classes/SpecificPrice.php:307
228
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.260 ms 1 /src/Adapter/EntityMapper.php:73
3
SELECT SQL_NO_CACHE *
FROM `1vv7f_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.259 ms 1 /src/Adapter/EntityMapper.php:73
125
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.259 ms 3 /classes/Product.php:3603
179
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.258 ms 1 /classes/Product.php:1180
49
SELECT SQL_NO_CACHE *
FROM `1vv7f_country_lang`
WHERE `id_country` = 8
0.258 ms 1 /src/Adapter/EntityMapper.php:81
423
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
31
SELECT SQL_NO_CACHE id_shop
FROM `1vv7f_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.257 ms 1 /classes/ObjectModel.php:1570
136
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.257 ms 3 /classes/Product.php:3603
210
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` = 15)
0.257 ms 1 /classes/Product.php:3603
362
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 2 AND `id_shop` = 1
0.257 ms 1 /src/Adapter/EntityMapper.php:81
491
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 6 AND `id_shop` = 1
0.257 ms 1 /src/Adapter/EntityMapper.php:81
24
SELECT SQL_NO_CACHE c.id_currency
FROM `1vv7f_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.256 ms 1 /classes/Currency.php:893
29
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.256 ms 1 /src/Adapter/EntityMapper.php:73
111
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.256 ms 1 /src/Adapter/EntityMapper.php:73
147
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.255 ms 1 /classes/Product.php:3603
109
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.255 ms 1 /classes/Product.php:1180
347
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `1vv7f_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.255 ms 1 /classes/Category.php:1612
152
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.254 ms 1 /classes/Product.php:3603
157
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.254 ms 1 /classes/Product.php:3603
226
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.254 ms 1 /classes/Product.php:1180
434
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.254 ms 1 /classes/stock/StockAvailable.php:267
306
SELECT SQL_NO_CACHE product_attribute_shop.id_product_attribute
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 = 7 LIMIT 1
0.253 ms 1 /classes/Product.php:1077
142
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.253 ms 1 /classes/Product.php:1180
144
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.253 ms 1 /src/Adapter/EntityMapper.php:73
237
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.253 ms 1 /classes/Product.php:1180
301
SELECT SQL_NO_CACHE out_of_stock
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.253 ms 1 /classes/stock/StockAvailable.php:559
321
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 83 AND `id_shop` = 1 LIMIT 1
0.253 ms 1 /classes/module/Module.php:2267
410
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.253 ms 1 /classes/stock/StockAvailable.php:267
92
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.252 ms 1 /classes/stock/StockAvailable.php:267
263
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.252 ms 1 /classes/Category.php:1396
386
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.252 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
443
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
444
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.251 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
300
SELECT SQL_NO_CACHE id_product_item, id_product_attribute_item, quantity FROM `1vv7f_pack` where id_product_pack = 15
0.251 ms 2 /classes/Pack.php:189
500
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.251 ms 1 /classes/module/Module.php:2267
366
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.250 ms 1 /classes/stock/StockAvailable.php:267
429
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
457
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 17 AND `id_shop` = 1
0.250 ms 1 /src/Adapter/EntityMapper.php:81
442
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.250 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
480
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.250 ms 1 /src/Adapter/EntityMapper.php:73
493
SELECT SQL_NO_CACHE *
FROM `1vv7f_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
0.250 ms 1 /src/Adapter/EntityMapper.php:81
213
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_lang`
WHERE `id_product` = 15 AND `id_shop` = 1
0.249 ms 1 /src/Adapter/EntityMapper.php:81
494
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.249 ms 1 /src/Adapter/EntityMapper.php:73
47
SELECT SQL_NO_CACHE `need_identification_number`
FROM `1vv7f_country`
WHERE `id_country` = 8 LIMIT 1
0.248 ms 1 /classes/Country.php:406
129
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.248 ms 1 /classes/stock/StockAvailable.php:267
411
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.248 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
416
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.248 ms 1 /classes/stock/StockAvailable.php:267
131
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.247 ms 1 /classes/Product.php:1180
372
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.247 ms 1 /classes/module/Module.php:2267
445
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.247 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
392
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.246 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
474
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 20 AND `id_shop` = 1 LIMIT 1
0.246 ms 1 /classes/module/Module.php:2267
481
SELECT SQL_NO_CACHE *
FROM `1vv7f_link_block_lang`
WHERE `id_link_block` = 2
0.246 ms 1 /src/Adapter/EntityMapper.php:81
120
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.245 ms 1 /classes/Product.php:1180
498
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.245 ms 1 /classes/Meta.php:181
383
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.245 ms 1 /classes/stock/StockAvailable.php:267
91
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_group`
WHERE `id_group` = 1 LIMIT 1
0.244 ms 1 /classes/Group.php:151
100
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 2 LIMIT 1
0.244 ms 1 /classes/SpecificPrice.php:432
367
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.244 ms 1 /classes/stock/StockAvailable.php:267
379
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.244 ms 1 /classes/stock/StockAvailable.php:267
409
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.244 ms 1 /classes/stock/StockAvailable.php:267
324
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.243 ms 1 /classes/module/Module.php:2267
122
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.242 ms 1 /src/Adapter/EntityMapper.php:73
343
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.242 ms 1 /classes/module/Module.php:2267
350
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.242 ms 1 /classes/module/Module.php:2267
36
SELECT SQL_NO_CACHE `id_category`
FROM `1vv7f_category_shop`
WHERE `id_category` = 2
AND `id_shop` = 1 LIMIT 1
0.241 ms 1 /classes/Category.php:2454
204
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 14 LIMIT 1
0.241 ms 1 /classes/SpecificPrice.php:432
327
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.241 ms 1 /classes/module/Module.php:2778
337
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.241 ms 1 /classes/module/Module.php:2778
440
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.241 ms 1 /classes/stock/StockAvailable.php:267
471
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1
0.241 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
482
SELECT SQL_NO_CACHE *
FROM `1vv7f_hook` a
WHERE (a.`id_hook` = 50) LIMIT 1
0.241 ms 1 /src/Adapter/EntityMapper.php:73
133
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.241 ms 1 /src/Adapter/EntityMapper.php:73
34
SELECT SQL_NO_CACHE id_shop
FROM `1vv7f_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.240 ms 1 /classes/ObjectModel.php:1570
80
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE `id_product` != 0 LIMIT 1
0.240 ms 2 /classes/SpecificPrice.php:294
368
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.240 ms 1 /classes/stock/StockAvailable.php:267
171
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 22
0.240 ms 1 /src/Adapter/EntityMapper.php:81
398
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.239 ms 0 /classes/Category.php:1396
422
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.239 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
463
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1
0.238 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
371
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "productcomments" LIMIT 1
0.238 ms 1 /classes/module/Module.php:2778
468
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.238 ms 1 /classes/stock/StockAvailable.php:267
112
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 9
0.237 ms 1 /src/Adapter/EntityMapper.php:81
441
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.237 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
492
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.237 ms 1 /src/Adapter/EntityMapper.php:73
209
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 15 LIMIT 1
0.236 ms 1 /classes/SpecificPrice.php:432
395
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.236 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
462
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.236 ms 1 /classes/stock/StockAvailable.php:267
329
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.236 ms 1 /classes/module/Module.php:2778
79
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 1 LIMIT 1
0.235 ms 1 /classes/SpecificPrice.php:432
325
SELECT SQL_NO_CACHE `need_identification_number`
FROM `1vv7f_country`
WHERE `id_country` = 8 LIMIT 1
0.235 ms 1 /classes/Country.php:406
451
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.235 ms 1 /classes/stock/StockAvailable.php:267
460
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.235 ms 1 /classes/stock/StockAvailable.php:267
199
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 13 LIMIT 1
0.234 ms 1 /classes/SpecificPrice.php:432
417
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.234 ms 1 /classes/stock/StockAvailable.php:267
420
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.234 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
235
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.233 ms 1 /classes/stock/StockAvailable.php:267
304
SELECT SQL_NO_CACHE out_of_stock
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.233 ms 1 /classes/stock/StockAvailable.php:559
453
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.233 ms 1 /classes/stock/StockAvailable.php:267
164
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 9) 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
435
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 8 LIMIT 1
0.232 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
188
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.231 ms 1 /classes/stock/StockAvailable.php:267
140
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.230 ms 1 /classes/stock/StockAvailable.php:267
219
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 16 LIMIT 1
0.230 ms 1 /classes/SpecificPrice.php:432
363
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.229 ms 0 /classes/Category.php:1396
84
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE `to` BETWEEN '2025-12-14 00:00:00' AND '2025-12-14 23:59:59' LIMIT 1
0.228 ms 1 /classes/SpecificPrice.php:378
166
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 9) AND (id_product_attribute = 22) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.228 ms 1 /classes/stock/StockAvailable.php:267
177
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.228 ms 1 /classes/stock/StockAvailable.php:267
224
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.228 ms 1 /classes/stock/StockAvailable.php:267
469
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.227 ms 1 /classes/stock/StockAvailable.php:267
82
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.226 ms 2 /classes/SpecificPrice.php:294
186
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.226 ms 1 /classes/stock/StockAvailable.php:267
418
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.226 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
172
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 10 LIMIT 1
0.225 ms 1 /classes/SpecificPrice.php:432
336
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.225 ms 1 /classes/module/Module.php:2267
333
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.224 ms 1 /classes/module/Module.php:2778
215
SELECT SQL_NO_CACHE SUM(quantity)
FROM `1vv7f_stock_available`
WHERE (id_product = 15) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.224 ms 1 /classes/stock/StockAvailable.php:267
302
SELECT SQL_NO_CACHE location
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.224 ms 1 /classes/stock/StockAvailable.php:587
308
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.224 ms 1 /classes/Category.php:1396
105
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.223 ms 1 /classes/stock/StockAvailable.php:267
113
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 3 LIMIT 1
0.223 ms 1 /classes/SpecificPrice.php:432
194
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 12 LIMIT 1
0.223 ms 1 /classes/SpecificPrice.php:432
202
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.223 ms 1 /classes/stock/StockAvailable.php:267
183
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 11 LIMIT 1
0.222 ms 1 /classes/SpecificPrice.php:432
305
SELECT SQL_NO_CACHE location
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.222 ms 1 /classes/stock/StockAvailable.php:587
461
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.222 ms 1 /classes/stock/StockAvailable.php:267
214
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.221 ms 0 /classes/Category.php:1396
193
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 26
0.220 ms 1 /src/Adapter/EntityMapper.php:81
470
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.220 ms 1 /classes/stock/StockAvailable.php:267
328
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.220 ms 1 /classes/module/Module.php:2267
448
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.220 ms 0 /classes/Category.php:1396
149
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.219 ms 1 /classes/stock/StockAvailable.php:267
175
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.219 ms 1 /classes/stock/StockAvailable.php:267
240
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 32
0.219 ms 1 /src/Adapter/EntityMapper.php:81
330
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 7 AND `id_shop` = 1 LIMIT 1
0.219 ms 1 /classes/module/Module.php:2267
107
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.218 ms 1 /classes/stock/StockAvailable.php:267
118
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.218 ms 1 /classes/stock/StockAvailable.php:267
229
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 28
0.218 ms 1 /src/Adapter/EntityMapper.php:81
83
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE `from` BETWEEN '2025-12-14 00:00:00' AND '2025-12-14 23:59:59' LIMIT 1
0.218 ms 1 /classes/SpecificPrice.php:374
230
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 17 LIMIT 1
0.218 ms 1 /classes/SpecificPrice.php:432
151
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 7 LIMIT 1
0.217 ms 1 /classes/SpecificPrice.php:432
99
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 1
0.216 ms 1 /src/Adapter/EntityMapper.php:81
161
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 9 LIMIT 1
0.216 ms 1 /classes/SpecificPrice.php:432
185
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 11 AND `id_group` = 1 LIMIT 1
0.216 ms 0 /classes/GroupReduction.php:146
222
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.216 ms 1 /classes/stock/StockAvailable.php:267
334
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.216 ms 1 /classes/module/Module.php:2267
404
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 9 LIMIT 1
0.216 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
182
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 24
0.215 ms 1 /src/Adapter/EntityMapper.php:81
197
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.215 ms 1 /classes/stock/StockAvailable.php:267
207
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.214 ms 1 /classes/stock/StockAvailable.php:267
338
SELECT SQL_NO_CACHE `id_module` FROM `1vv7f_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.214 ms 1 /classes/module/Module.php:2267
156
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 8 LIMIT 1
0.213 ms 1 /classes/SpecificPrice.php:432
233
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.213 ms 1 /classes/stock/StockAvailable.php:267
159
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.212 ms 1 /classes/stock/StockAvailable.php:267
244
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.211 ms 1 /classes/stock/StockAvailable.php:267
455
SELECT SQL_NO_CACHE name FROM 1vv7f_category_lang
WHERE id_shop = 1 AND id_lang = 1 AND id_category = 7 LIMIT 1
0.211 ms 1 /src/Adapter/Presenter/Product/ProductLazyArray.php:624
101
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.210 ms 0 /classes/SpecificPrice.php:253
201
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 13 AND `id_group` = 1 LIMIT 1
0.210 ms 0 /classes/GroupReduction.php:146
232
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 17 AND `id_group` = 1 LIMIT 1
0.210 ms 0 /classes/GroupReduction.php:146
116
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.209 ms 1 /classes/stock/StockAvailable.php:267
138
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.209 ms 1 /classes/stock/StockAvailable.php:267
127
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.208 ms 1 /classes/stock/StockAvailable.php:267
134
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 16
0.208 ms 1 /src/Adapter/EntityMapper.php:81
163
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 9 AND `id_group` = 1 LIMIT 1
0.207 ms 0 /classes/GroupReduction.php:146
146
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 6 LIMIT 1
0.207 ms 1 /classes/SpecificPrice.php:432
174
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 10 AND `id_group` = 1 LIMIT 1
0.207 ms 0 /classes/GroupReduction.php:146
145
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 19
0.206 ms 1 /src/Adapter/EntityMapper.php:81
124
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 4 LIMIT 1
0.206 ms 1 /classes/SpecificPrice.php:432
196
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 12 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:146
221
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 16 AND `id_group` = 1 LIMIT 1
0.206 ms 0 /classes/GroupReduction.php:146
135
SELECT SQL_NO_CACHE 1 FROM `1vv7f_specific_price` WHERE id_product = 5 LIMIT 1
0.205 ms 1 /classes/SpecificPrice.php:432
154
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.204 ms 1 /classes/stock/StockAvailable.php:267
123
SELECT SQL_NO_CACHE *
FROM `1vv7f_product_attribute_lang`
WHERE `id_product_attribute` = 13
0.203 ms 1 /src/Adapter/EntityMapper.php:81
206
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 14 AND `id_group` = 1 LIMIT 1
0.203 ms 0 /classes/GroupReduction.php:146
104
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 2 AND `id_group` = 1 LIMIT 1
0.201 ms 0 /classes/GroupReduction.php:146
211
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 15 AND `id_group` = 1 LIMIT 1
0.200 ms 0 /classes/GroupReduction.php:146
243
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 18 AND `id_group` = 1 LIMIT 1
0.199 ms 0 /classes/GroupReduction.php:146
137
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 5 AND `id_group` = 1 LIMIT 1
0.198 ms 0 /classes/GroupReduction.php:146
126
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 4 AND `id_group` = 1 LIMIT 1
0.197 ms 0 /classes/GroupReduction.php:146
148
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 6 AND `id_group` = 1 LIMIT 1
0.197 ms 0 /classes/GroupReduction.php:146
158
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 8 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:146
115
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 3 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:146
153
SELECT SQL_NO_CACHE `reduction`
FROM `1vv7f_product_group_reduction_cache`
WHERE `id_product` = 7 AND `id_group` = 1 LIMIT 1
0.193 ms 0 /classes/GroupReduction.php:146

Doubles

58 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
30 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
21 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`
21 queries
SELECT name FROM XXvvXXf_category_lang
                WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
20 queries
SELECT XX FROM `XXvvXXf_specific_price` WHERE id_product = XX LIMIT XX
19 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)
19 queries
			SELECT `reduction`
			FROM `XXvvXXf_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
19 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
17 queries
SELECT `id_module` FROM `XXvvXXf_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
13 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`
13 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`
12 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
12 queries
SELECT *
							FROM `XXvvXXf_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
11 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
11 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
11 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
11 queries
SELECT *
							FROM `XXvvXXf_product_attribute_lang`
							WHERE `id_product_attribute` = XX
11 queries
SELECT al.`name` AS attribute_name
            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
            )
            WHERE pac.`id_product_attribute` = XX
            ORDER BY ag.`position` ASC, a.`position` ASC
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
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 *
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)
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,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
3 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
3 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
2 queries
SELECT *
FROM `XXvvXXf_country` a
LEFT JOIN `XXvvXXf_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX
LEFT JOIN `XXvvXXf_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = 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 `id_category`
		FROM `XXvvXXf_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX 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 `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 out_of_stock
FROM `XXvvXXf_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
2 queries
SELECT location
FROM `XXvvXXf_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) 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 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
2 queries
				SELECT `name`
				FROM `XXvvXXf_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX

Tables stress

100 product
70 product_attribute_shop
68 product_shop
67 stock_available
62 cart_product
56 category_lang
50 product_attribute
38 product_lang
38 product_attribute_combination
37 attribute
37 attribute_lang
37 image_lang
34 image
32 pack
28 specific_price
27 category
27 attribute_group
27 attribute_group_lang
24 image_shop
22 product_attribute_lang
21 module
20 module_shop
19 product_group_reduction_cache
14 product_attribute_image
13 meta
13 meta_lang
12 category_shop
12 prettyblocks
7 hook
6 lang
6 country
6 currency
6 category_group
6 image_type
5 shop
5 currency_shop
5 manufacturer
5 category_product
5 cms
5 cms_shop
5 cms_lang
4 shop_url
4 lang_shop
4 link_block
4 link_block_shop
3 country_lang
3 country_shop
3 hook_alias
2 shop_group
2 configuration
2 hook_module
2 currency_lang
2 group
2 group_shop
2 prettyblocks_settings
2 specific_price_priority
2 link_block_lang
1 configuration_lang
1 module_group
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
1 manufacturer_lang
1 layered_category
1 attribute_group_shop
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 feature
1 feature_shop
1 feature_lang
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 product_sale
1 layered_filter_block
1 customization_field
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 59 /classes/PrestaShopCollection.php:383 (hydrateCollection) [id: ]
/classes/Pack.php:288 (__construct) [id: 15]
/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: 3]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 4]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 5]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 6]
/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: 9]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 10]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 11]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 12]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 13]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 14]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 15]
/classes/Pack.php:192 (__construct) [id: 5]
/classes/Pack.php:192 (__construct) [id: 7]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 16]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 17]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 18]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 19]
/src/Adapter/Image/ImageRetriever.php:68 (__construct) [id: 2]
/src/Adapter/Image/ImageRetriever.php:68 (__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: 1]
/classes/Link.php:114 (__construct) [id: 1]
/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: 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: 5]
/classes/Link.php:114 (__construct) [id: 5]
/classes/Link.php:114 (__construct) [id: 6]
/classes/Link.php:114 (__construct) [id: 7]
/classes/Link.php:114 (__construct) [id: 8]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 9]
/classes/Link.php:114 (__construct) [id: 9]
/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: 11]
/classes/Link.php:114 (__construct) [id: 11]
/classes/Link.php:114 (__construct) [id: 12]
/classes/Link.php:114 (__construct) [id: 13]
/classes/Link.php:114 (__construct) [id: 14]
/classes/Link.php:114 (__construct) [id: 15]
/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: 17]
/classes/Link.php:114 (__construct) [id: 17]
/src/Adapter/Presenter/Product/ProductLazyArray.php:914 (__construct) [id: 18]
/classes/Link.php:114 (__construct) [id: 18]
/classes/Link.php:114 (__construct) [id: 19]
Category 32 /controllers/front/listing/CategoryController.php:89 (__construct) [id: 2]
/classes/Meta.php:364 (__construct) [id: 2]
/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/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
/classes/Link.php:402 (__construct) [id: 5]
/classes/Link.php:402 (__construct) [id: 4]
/classes/Link.php:402 (__construct) [id: 4]
/classes/Link.php:402 (__construct) [id: 5]
/classes/Link.php:402 (__construct) [id: 9]
/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: 8]
/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: 8]
/classes/Link.php:402 (__construct) [id: 9]
/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: 7]
/classes/Link.php:402 (__construct) [id: 7]
/classes/Link.php:402 (__construct) [id: 7]
/classes/Link.php:402 (__construct) [id: 8]
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 11 /classes/Product.php:5623 (__construct) [id: 1]
/classes/Product.php:5623 (__construct) [id: 9]
/classes/Product.php:5623 (__construct) [id: 13]
/classes/Product.php:5623 (__construct) [id: 16]
/classes/Product.php:5623 (__construct) [id: 19]
/classes/Product.php:5623 (__construct) [id: 22]
/classes/Product.php:5623 (__construct) [id: 24]
/classes/Product.php:5623 (__construct) [id: 26]
/classes/Product.php:5623 (__construct) [id: 28]
/classes/Product.php:5623 (__construct) [id: 32]
/classes/Product.php:5623 (__construct) [id: 36]
PrettyBlocksModel 7 /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: ]
Country 6 /config/config.inc.php:154 (__construct) [id: 8]
/classes/controller/FrontController.php:317 (__construct) [id: 21]
/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: ]
State 2 /classes/controller/FrontController.php:1706 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Language 2 /config/config.inc.php:219 (__construct) [id: 1]
/classes/Tools.php:550 (__construct) [id: 1]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/controller/FrontController.php:321 (getCurrencyInstance) [id: 1]
AddressFormat 2 /classes/controller/FrontController.php:1701 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
Shop 1 /config/config.inc.php:122 (initialize) [id: 1]
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]
Risk 1 /classes/controller/FrontController.php:1627 (__construct) [id: ]

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