Ce site utilise des cookies pour vous garantir la meilleure expérience sur notre site.

Load Time 2510 ms
Querying Time 274 ms
Queries 797
Memory Peak Usage 81.0 Mb
Included Files 1092 files - 11.07 Mb
PrestaShop Cache 0.01 Mb
Global vars 0.65 Mb
PrestaShop Version 8.1.3
PHP Version 7.4.33
MySQL Version 10.3.39-MariaDB
Memory Limit 1024M
Max Execution Time 90s
Smarty Cache disabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 0.006 ms 0.006 ms 12.44 Mb 12.8 Mb
__construct 21.992 ms 21.998 ms 2.07 Mb 14.6 Mb
init 883 ms 905 ms 7.96 Mb 23.6 Mb
checkAccess 0.004 ms 905 ms - Mb 23.6 Mb
setMedia 1176 ms 2081 ms 28.80 Mb 51.4 Mb
postProcess 0.002 ms 2081 ms - Mb 51.4 Mb
initHeader 0.003 ms 2081 ms - Mb 51.4 Mb
initContent 179.149 ms 2260 ms 12.59 Mb 63.9 Mb
initFooter 0.003 ms 2260 ms - Mb 63.9 Mb
display 250.009 ms 2510 ms 16.90 Mb 81.0 Mb
Hook Time Memory Usage
CETemplate 168.939 ms 11.94 Mb
ActionFrontControllerSetMedia 22.861 ms 2.28 Mb
DisplayHeader 20.558 ms 2.23 Mb
RotatorImg 6.898 ms 0.67 Mb
DisplayProductListFunctionalButtons 3.896 ms 0.19 Mb
displayProductListCompare 3.305 ms 0.12 Mb
displayLeftColumn 3.189 ms 0.17 Mb
displayBeforeBodyClosingTag 2.875 ms 0.09 Mb
ProductSearchProvider 2.079 ms 0.19 Mb
ActionCreativeElementsInit 0.865 ms 0.13 Mb
OverrideLayoutTemplate 0.824 ms 0.08 Mb
DisplayMegamenuMobileBottom 0.603 ms 0.04 Mb
ActionDispatcher 0.282 ms - Mb
displayMegamenuMobileBottom 0.231 ms 0.01 Mb
DisplayLeftColumn 0.186 ms - Mb
15 hook(s) 237.591 ms 18.14 Mb
Module Time Memory Usage
recaptchapro 5.743 ms 0.41 Mb
ps_emailsubscription 1142 ms 24.97 Mb
ps_socialfollow 0.606 ms 0.07 Mb
ps_checkout 28.976 ms 3.06 Mb
ps_accounts 1.106 ms 0.04 Mb
blockreassurance 0.841 ms 0.10 Mb
posquickmenu 1.547 ms 0.18 Mb
mondialrelay 4.519 ms 0.68 Mb
creativeelements 189.809 ms 14.58 Mb
posthemeoptions 3.401 ms 0.35 Mb
poswishlist 5.779 ms 0.37 Mb
poscompare 4.028 ms 0.18 Mb
posrotatorimg 7.850 ms 0.76 Mb
possearchproducts 2.381 ms 0.25 Mb
poscookielaw 2.198 ms 0.17 Mb
posfakeorder 3.096 ms 0.17 Mb
posmegamenu 3.253 ms 0.42 Mb
posvegamenu 3.262 ms 0.49 Mb
posshoppingcart 0.972 ms 0.05 Mb
possizechart 0.385 ms 0.04 Mb
ultimateimagetool 3.018 ms 0.34 Mb
ps_facetedsearch 6.192 ms 0.67 Mb
ps_categorytree 3.802 ms 0.24 Mb
23 module(s) 1424 ms 48.60 Mb

Stopwatch SQL - 797 queries

# Query Time (ms) Rows Filesort Group By Location
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 `ps_configuration` c
LEFT JOIN `ps_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
8.175 ms 1631 /classes/Configuration.php:180
383
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 FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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<=95 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ) GROUP BY p.id_product ORDER BY p.quantity DESC, p.id_product DESC LIMIT 168, 24
6.817 ms 55225 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
384
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_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 ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_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<=95 GROUP BY p.id_product) p
6.283 ms 55225 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
396
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.865 ms 0 /classes/Hook.php:1292
15
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_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`
2.380 ms 114 Yes Yes /classes/Hook.php:1233
397
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 `ps_hook_module` hm
STRAIGHT_JOIN `ps_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `ps_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.077 ms 526 /classes/Hook.php:456
14
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
1.877 ms 1017 /classes/Hook.php:1332
19
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
1.729 ms 1017 /classes/Hook.php:1292
735
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `ps_category` c
INNER JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `ps_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 95
AND c.id_category IN (
SELECT id_category
FROM `ps_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
1.179 ms 48 Yes /modules/ps_categorytree/ps_categorytree.php:166
386
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-10-20 00:00:00',
INTERVAL 150 DAY
)
) > 0) as new
FROM ps_product p
LEFT JOIN ps_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (134,133,131,130,129,128,127,119,115,98,35,27,17,12)
1.086 ms 14 /classes/ProductAssembler.php:95
38
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_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.964 ms 6 Yes Yes /classes/Category.php:924
414
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 133
ORDER BY f.position ASC
0.948 ms 2 Yes /classes/Product.php:6002
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.901 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
17
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `ps_meta` m
LEFT JOIN `ps_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.744 ms 57 Yes /classes/Dispatcher.php:654
609
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 115
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.715 ms 1 Yes Yes /classes/Category.php:1151
357
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.713 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.696 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
355
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.684 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.670 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.666 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.659 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
21
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `ps_module` m
LEFT JOIN `ps_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.630 ms 100 /classes/module/Module.php:345
353
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.614 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
39
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.594 ms 1 /src/Adapter/EntityMapper.php:71
402
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 134 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.591 ms 0 /classes/Cart.php:1410
509
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_product_attribute_combination` pac
ON (pac.`id_attribute` = a.`id_attribute`)
LEFT JOIN `ps_product_attribute` pa
ON (pa.`id_product_attribute` = pac.`id_product_attribute`)
INNER JOIN ps_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 `ps_product_attribute_lang` pal
ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 98
AND pac.`id_product_attribute` = 4
AND agl.`id_lang` = 1
0.586 ms 1 /classes/Product.php:7515
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.567 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
42
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_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.562 ms 1 /src/Adapter/EntityMapper.php:71
593
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 3
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.560 ms 8 Yes Yes /classes/Category.php:1151
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 ps_shop_group gs
LEFT JOIN ps_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN ps_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.557 ms 1 Yes /classes/shop/Shop.php:715
403
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 134
ORDER BY f.position ASC
0.555 ms 2 Yes /classes/Product.php:6002
433
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 130 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 130 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.546 ms 0 /classes/Cart.php:1410
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.545 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
43
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 116) AND (b.`id_shop` = 1) LIMIT 1
0.541 ms 1 /src/Adapter/EntityMapper.php:71
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.517 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
592
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 2
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.513 ms 6 Yes Yes /classes/Category.php:1151
44
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 117) AND (b.`id_shop` = 1) LIMIT 1
0.510 ms 1 /src/Adapter/EntityMapper.php:71
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.502 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
771
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (12) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.497 ms 1 Yes Yes /classes/Product.php:4507
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.493 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.493 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
40
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_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.493 ms 1 /src/Adapter/EntityMapper.php:71
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.492 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
759
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (98) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.491 ms 1 Yes Yes /classes/Product.php:4507
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.484 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.478 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
41
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_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.478 ms 1 /src/Adapter/EntityMapper.php:71
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.477 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.476 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
363
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.476 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.474 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
736
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.474 ms 1 Yes Yes /classes/Product.php:4507
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.472 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.469 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.468 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
443
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 129 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 129 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.467 ms 0 /classes/Cart.php:1410
504
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 98 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 98 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.466 ms 0 /classes/Cart.php:1410
778
SELECT SQL_NO_CACHE c.`id_cms`, cl.`meta_title`, cl.`link_rewrite`	
FROM `ps_cms` c	
INNER JOIN `ps_cms_shop` cs	
ON (c.`id_cms` = cs.`id_cms`)	
INNER JOIN `ps_cms_lang` cl	
ON (c.`id_cms` = cl.`id_cms` AND cs.`id_shop` = cl.`id_shop`)	
WHERE c.`id_cms_category` = 1	
AND cl.`id_shop` = 1	
AND cl.`id_lang` = 1	
AND c.`active` = 1	
ORDER BY `position`
0.465 ms 5 Yes /modules/posthemeoptions/elementor/src/WidgetHelper.php:835
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.462 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.461 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.461 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.460 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.458 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
544
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 17 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 17 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.458 ms 0 /classes/Cart.php:1410
413
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 133 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 133 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.457 ms 0 /classes/Cart.php:1410
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.457 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.457 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.455 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.455 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.455 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.453 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.452 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.452 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
447
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 128) AND (b.`id_shop` = 1) LIMIT 1
0.451 ms 1 /src/Adapter/EntityMapper.php:71
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.451 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
474
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 119) AND (b.`id_shop` = 1) LIMIT 1
0.450 ms 1 /src/Adapter/EntityMapper.php:71
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.449 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.448 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.447 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.447 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
757
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 `ps_product_attribute_combination` pac
LEFT JOIN `ps_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `ps_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pac.id_product_attribute IN (4,5)
GROUP BY pac.id_product_attribute
ORDER BY pac.id_product_attribute
0.447 ms 2 /classes/Product.php:2752
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.447 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.446 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.446 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.444 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.444 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.443 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.443 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
453
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 128 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 128 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.440 ms 0 /classes/Cart.php:1410
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.439 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.439 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.439 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.438 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
468
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 127 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 127 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.438 ms 0 /classes/Cart.php:1410
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.437 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.437 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.436 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.436 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.436 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.435 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
646
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 25
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.435 ms 4 Yes Yes /classes/Category.php:1151
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.434 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.434 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.434 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.434 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.434 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.433 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.433 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
427
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 130) AND (b.`id_shop` = 1) LIMIT 1
0.433 ms 1 /src/Adapter/EntityMapper.php:71
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.432 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.432 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.432 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.430 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
361
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.430 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.430 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.430 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.429 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.429 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.429 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.429 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
554
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 12 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 12 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.429 ms 0 /classes/Cart.php:1410
768
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (17) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.428 ms 1 Yes Yes /classes/Product.php:4507
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.428 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
636
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 23
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.428 ms 2 Yes Yes /classes/Category.php:1151
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.428 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
364
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.428 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.427 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.427 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.427 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.427 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.427 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.426 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.426 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.425 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
740
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (129) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.425 ms 1 Yes Yes /classes/Product.php:4507
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.425 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.425 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
423
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 131 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.425 ms 0 /classes/Cart.php:1410
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.424 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.424 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.424 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
359
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.424 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.423 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.423 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.423 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.422 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
537
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_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.422 ms 1 /src/Adapter/EntityMapper.php:71
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.421 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.421 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.420 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.420 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.420 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.420 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
638
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 21
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.419 ms 2 Yes Yes /classes/Category.php:1151
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.418 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.418 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.417 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
356
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.417 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
480
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 119 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 119 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.417 ms 0 /classes/Cart.php:1410
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.417 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
492
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 115 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 115 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.416 ms 0 /classes/Cart.php:1410
737
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (133) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.416 ms 1 Yes Yes /classes/Product.php:4507
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.416 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.416 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.416 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.415 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.415 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
6
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:71
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.414 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.414 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.414 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.414 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
485
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 115) AND (b.`id_shop` = 1) LIMIT 1
0.414 ms 1 /src/Adapter/EntityMapper.php:71
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.413 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.413 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.412 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.412 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
738
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (131) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.412 ms 1 Yes Yes /classes/Product.php:4507
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.411 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.410 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
744
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (127) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.410 ms 1 Yes Yes /classes/Product.php:4507
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.410 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.410 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.408 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.408 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
407
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 133) AND (b.`id_shop` = 1) LIMIT 1
0.408 ms 1 /src/Adapter/EntityMapper.php:71
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.408 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.407 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.407 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.407 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.406 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.406 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.406 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.406 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.405 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.405 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
506
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 4
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 98 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 4
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 98 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.405 ms 0 /classes/Cart.php:1410
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.404 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.404 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
352
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.404 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.403 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.403 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.403 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.402 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
765
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (27) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.402 ms 1 Yes Yes /classes/Product.php:4507
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.402 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.402 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
548
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_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.401 ms 1 /src/Adapter/EntityMapper.php:71
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.400 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.399 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.399 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
354
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.399 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.399 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
597
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 18
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.399 ms 1 Yes Yes /classes/Category.php:1151
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.399 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.398 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
522
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 35 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 35 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.398 ms 0 /classes/Cart.php:1410
750
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (115) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.398 ms 1 Yes Yes /classes/Product.php:4507
782
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "my-account"
OR m.page = "myaccount"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.397 ms 2 /classes/Meta.php:193
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.396 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.396 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.395 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
608
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 115) AND (b.`id_shop` = 1) LIMIT 1
0.394 ms 1 /src/Adapter/EntityMapper.php:71
747
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (119) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.394 ms 1 Yes Yes /classes/Product.php:4507
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.394 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
515
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 35) AND (b.`id_shop` = 1) LIMIT 1
0.394 ms 1 /src/Adapter/EntityMapper.php:71
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.393 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
437
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 129) AND (b.`id_shop` = 1) LIMIT 1
0.393 ms 1 /src/Adapter/EntityMapper.php:71
454
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 128
ORDER BY f.position ASC
0.391 ms 2 Yes /classes/Product.php:6002
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.391 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'www.maxirentree.com' OR su.domain_ssl = 'www.maxirentree.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.390 ms 1 Yes /classes/shop/Shop.php:1364
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.390 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
497
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 98) AND (b.`id_shop` = 1) LIMIT 1
0.389 ms 1 /src/Adapter/EntityMapper.php:71
741
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (128) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.389 ms 1 Yes Yes /classes/Product.php:4507
739
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (130) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.389 ms 1 Yes Yes /classes/Product.php:4507
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.388 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
650
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 27
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.388 ms 1 Yes Yes /classes/Category.php:1151
532
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 27 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 27 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.388 ms 0 /classes/Cart.php:1410
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.387 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.386 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.386 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.384 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
458
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 127) AND (b.`id_shop` = 1) LIMIT 1
0.383 ms 1 /src/Adapter/EntityMapper.php:71
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.383 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
648
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 28
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.382 ms 1 Yes Yes /classes/Category.php:1151
417
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 131) AND (b.`id_shop` = 1) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
762
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (35) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.382 ms 1 Yes Yes /classes/Product.php:4507
526
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 27) AND (b.`id_shop` = 1) LIMIT 1
0.377 ms 1 /src/Adapter/EntityMapper.php:71
390
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 134) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
24
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.375 ms 1 /src/Adapter/EntityMapper.php:71
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.373 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
644
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 32
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.373 ms 1 Yes Yes /classes/Category.php:1151
634
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 22
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.369 ms 1 Yes Yes /classes/Category.php:1151
444
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 129
ORDER BY f.position ASC
0.366 ms 2 Yes /classes/Product.php:6002
712
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=1 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
0.366 ms 5 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
642
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 24
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.365 ms 1 Yes Yes /classes/Category.php:1151
632
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 125
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.363 ms 1 Yes Yes /classes/Category.php:1151
589
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_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.363 ms 1 /classes/Currency.php:1136
434
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 130
ORDER BY f.position ASC
0.361 ms 2 Yes /classes/Product.php:6002
476
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 119)
0.357 ms 1 /classes/Product.php:3860
545
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 17
ORDER BY f.position ASC
0.357 ms 1 Yes /classes/Product.php:6002
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.355 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.354 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
449
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 128)
0.354 ms 1 /classes/Product.php:3860
585
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 7010000 AND name = '_elementor_data' LIMIT 1
0.353 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
640
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 30
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.352 ms 1 Yes Yes /classes/Category.php:1151
753
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 98) LIMIT 1
0.352 ms 1 /src/Adapter/EntityMapper.php:71
688
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=1 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
0.352 ms 5 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
694
SELECT SQL_NO_CACHE pi.*, pl.*
FROM ps_posmegamenu_item pi
LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
WHERE pi.active = 1 AND ps.id_shop = 1 AND pl.id_lang=1 ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
0.351 ms 5 Yes /modules/posmegamenu/classes/PosMegamenuClass.php:231
424
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 131
ORDER BY f.position ASC
0.349 ms 2 Yes /classes/Product.php:6002
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.345 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.344 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
610
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 4
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.344 ms 4 Yes Yes /classes/Category.php:1151
394
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 134)
0.341 ms 1 /classes/Product.php:3860
13
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `ps_lang` l
JOIN ps_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.339 ms 4 /classes/Language.php:1216
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.338 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
18
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.337 ms 100 /src/Adapter/Module/Repository/ModuleRepository.php:100
756
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 98
GROUP BY pa.`id_product_attribute`
ORDER BY pa.`id_product_attribute`
0.337 ms 2 Yes Yes /classes/Product.php:2734
4
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM ps_shop s
LEFT JOIN ps_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.336 ms 1 /classes/shop/Shop.php:218
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.336 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
663
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 116
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.335 ms 3 Yes Yes /classes/Category.php:1151
641
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 24) AND (b.`id_shop` = 1) LIMIT 1
0.335 ms 1 /src/Adapter/EntityMapper.php:71
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.330 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
670
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 117
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.329 ms 4 Yes Yes /classes/Category.php:1151
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.328 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
643
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1
0.328 ms 1 /src/Adapter/EntityMapper.php:71
628
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 5
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.327 ms 6 Yes Yes /classes/Category.php:1151
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.327 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
469
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 127
ORDER BY f.position ASC
0.327 ms 1 Yes /classes/Product.php:6002
637
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 21) AND (b.`id_shop` = 1) LIMIT 1
0.326 ms 1 /src/Adapter/EntityMapper.php:71
619
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 9
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.326 ms 4 Yes Yes /classes/Category.php:1151
645
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.324 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.323 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.319 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.319 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.319 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.318 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.318 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.317 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.315 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.314 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
633
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 22) AND (b.`id_shop` = 1) LIMIT 1
0.314 ms 1 /src/Adapter/EntityMapper.php:71
660
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 123
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.314 ms 1 Yes Yes /classes/Category.php:1151
523
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 35
ORDER BY f.position ASC
0.313 ms 1 Yes /classes/Product.php:6002
572
SELECT SQL_NO_CACHE pai.`id_image`, pai.`id_product_attribute`, il.`legend`
FROM `ps_product_attribute_image` pai
LEFT JOIN `ps_image_lang` il ON (il.`id_image` = pai.`id_image`)
LEFT JOIN `ps_image` i ON (i.`id_image` = pai.`id_image`)
WHERE pai.`id_product_attribute` IN (4, 5) AND il.`id_lang` = 1 ORDER by i.`position`
0.313 ms 3 Yes /classes/Product.php:2921
463
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('95500' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '95500')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.313 ms 1 /classes/tax/TaxRulesTaxManager.php:109
555
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 12
ORDER BY f.position ASC
0.313 ms 1 Yes /classes/Product.php:6002
658
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 34
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.313 ms 1 Yes Yes /classes/Category.php:1151
630
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 127
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.313 ms 1 Yes Yes /classes/Category.php:1151
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.312 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.312 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.312 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
533
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 27
ORDER BY f.position ASC
0.312 ms 1 Yes /classes/Product.php:6002
596
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 18) AND (b.`id_shop` = 1) LIMIT 1
0.311 ms 1 /src/Adapter/EntityMapper.php:71
575
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 27
ORDER BY `position`
0.311 ms 4 Yes /classes/Product.php:3545
635
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
649
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1
0.310 ms 1 /src/Adapter/EntityMapper.php:71
599
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 20
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.309 ms 1 Yes Yes /classes/Category.php:1151
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.309 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
639
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1
0.309 ms 1 /src/Adapter/EntityMapper.php:71
647
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.307 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.306 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.305 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.305 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
595
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 19
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.304 ms 1 Yes Yes /classes/Category.php:1151
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.303 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
586
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 7010000 AND name = '_elementor_data' LIMIT 1
0.303 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.303 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
562
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 127
ORDER BY `position`
0.303 ms 6 Yes /classes/Product.php:3545
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.303 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.303 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.302 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.302 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.301 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.301 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.301 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.300 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
415
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 131
AND image_shop.`cover` = 1 LIMIT 1
0.300 ms 1 /classes/Product.php:3570
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.300 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
774
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 9010000 AND name = '_elementor_data' LIMIT 1
0.300 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
493
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 115
ORDER BY f.position ASC
0.299 ms 1 Yes /classes/Product.php:6002
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.299 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
566
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 119
ORDER BY `position`
0.299 ms 5 Yes /classes/Product.php:3545
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.299 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
674
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 119
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.299 ms 1 Yes Yes /classes/Category.php:1151
601
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 17
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.299 ms 1 Yes Yes /classes/Category.php:1151
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.299 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.298 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.298 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
656
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 33
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.297 ms 1 Yes Yes /classes/Category.php:1151
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.297 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.297 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.297 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.297 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.297 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
621
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 10
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.296 ms 1 Yes Yes /classes/Category.php:1151
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.296 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.296 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.296 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.295 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.295 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
678
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 121
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.295 ms 1 Yes Yes /classes/Category.php:1151
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.294 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
481
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 119
ORDER BY f.position ASC
0.294 ms 1 Yes /classes/Product.php:6002
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.294 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
508
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 98
ORDER BY f.position ASC
0.294 ms 1 Yes /classes/Product.php:6002
380
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.294 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.294 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.294 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.293 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.293 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.293 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.293 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.293 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
587
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 7010000 AND name = '_elementor_edit_mode' LIMIT 1
0.292 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
16
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.292 ms 88 /classes/Hook.php:287
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
419
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 131)
0.291 ms 1 /classes/Product.php:3860
665
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 122
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.290 ms 1 Yes Yes /classes/Category.php:1151
573
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 35
ORDER BY `position`
0.290 ms 1 Yes /classes/Product.php:3545
5
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `ps_lang` l
LEFT JOIN `ps_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.290 ms 2 /classes/Language.php:1080
560
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 129
ORDER BY `position`
0.289 ms 1 Yes /classes/Product.php:3545
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.289 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
672
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 118
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.289 ms 1 Yes Yes /classes/Category.php:1151
577
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 17
ORDER BY `position`
0.289 ms 5 Yes /classes/Product.php:3545
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.289 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.289 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
627
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 11
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.288 ms 1 Yes Yes /classes/Category.php:1151
22
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.288 ms 88 /classes/Hook.php:339
614
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 15
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.288 ms 1 Yes Yes /classes/Category.php:1151
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
598
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.287 ms 1 /src/Adapter/EntityMapper.php:71
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.287 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.287 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.287 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
667
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 126
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.287 ms 1 Yes Yes /classes/Category.php:1151
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.287 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.286 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.285 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.285 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.285 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.285 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
607
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 8
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.285 ms 1 Yes Yes /classes/Category.php:1151
588
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 7010000 AND name = '_elementor_css' LIMIT 1
0.285 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.285 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
358
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.285 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
570
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 98
ORDER BY `position`
0.285 ms 4 Yes /classes/Product.php:3545
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.284 ms 1 /classes/shop/ShopUrl.php:182
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.284 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
534
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 17
AND image_shop.`cover` = 1 LIMIT 1
0.284 ms 5 /classes/Product.php:3570
786
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) AND (b.`id_shop` = 1) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:71
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.283 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
579
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 12
ORDER BY `position`
0.283 ms 4 Yes /classes/Product.php:3545
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.282 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.282 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.282 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
568
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 115
ORDER BY `position`
0.282 ms 1 Yes /classes/Product.php:3545
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.281 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
652
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 29
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.281 ms 1 Yes Yes /classes/Category.php:1151
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.281 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
470
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.281 ms 1 /classes/tax/TaxRulesTaxManager.php:109
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.281 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.281 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.280 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
375
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 95) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.280 ms 1 /classes/PrestaShopCollection.php:383
612
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 14
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.280 ms 1 Yes Yes /classes/Category.php:1151
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.280 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.280 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.279 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.279 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.279 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.278 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
559
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 130
ORDER BY `position`
0.278 ms 1 Yes /classes/Product.php:3545
662
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 124
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.278 ms 1 Yes Yes /classes/Category.php:1151
500
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 98)
0.278 ms 2 /classes/Product.php:3860
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.278 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.278 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
654
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 26
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.278 ms 1 Yes Yes /classes/Category.php:1151
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.278 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.278 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
557
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 133
ORDER BY `position`
0.277 ms 1 Yes /classes/Product.php:3545
603
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 6
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.277 ms 1 Yes Yes /classes/Category.php:1151
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.277 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.277 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.277 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.277 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.277 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
618
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 31
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.276 ms 1 Yes Yes /classes/Category.php:1151
625
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 13
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.276 ms 1 Yes Yes /classes/Category.php:1151
616
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 16
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.275 ms 1 Yes Yes /classes/Category.php:1151
676
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 120
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.275 ms 1 Yes Yes /classes/Category.php:1151
669
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 128
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.275 ms 1 Yes Yes /classes/Category.php:1151
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.275 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
429
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 130)
0.275 ms 1 /classes/Product.php:3860
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.274 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
773
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 9010000 AND name = '_elementor_edit_mode' LIMIT 1
0.274 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
783
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.274 ms 2 /classes/Meta.php:193
605
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 7
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.274 ms 1 Yes Yes /classes/Category.php:1151
366
SELECT SQL_NO_CACHE 1 FROM ps_cart_product cp INNER JOIN ps_product p
ON (p.id_product = cp.id_product) INNER JOIN ps_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.273 ms 1 /classes/Cart.php:4192
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.273 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.273 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
623
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE `id_lang` = 1
AND c.`id_parent` = 12
AND `active` = 1
GROUP BY c.`id_category`
ORDER BY category_shop.`position` ASC
0.273 ms 1 Yes Yes /classes/Category.php:1151
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.272 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
561
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 128
ORDER BY `position`
0.271 ms 1 Yes /classes/Product.php:3545
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
602
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
540
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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.271 ms 1 /classes/Product.php:3860
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
488
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 115)
0.270 ms 1 /classes/Product.php:3860
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
409
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 133)
0.270 ms 1 /classes/Product.php:3860
362
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.269 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
360
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.269 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
518
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 35)
0.269 ms 1 /classes/Product.php:3860
594
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 19) AND (b.`id_shop` = 1) LIMIT 1
0.268 ms 1 /src/Adapter/EntityMapper.php:71
556
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 134
ORDER BY `position`
0.268 ms 1 Yes /classes/Product.php:3545
668
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 128) AND (b.`id_shop` = 1) LIMIT 1
0.268 ms 1 /src/Adapter/EntityMapper.php:71
779
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.266 ms 1 /classes/Meta.php:193
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.265 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.265 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.264 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
31
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.262 ms 1 /src/Adapter/EntityMapper.php:71
775
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 9010000 AND name = '_elementor_data' LIMIT 1
0.262 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.261 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.261 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.260 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.260 ms 1 /src/Adapter/EntityMapper.php:71
745
SELECT SQL_NO_CACHE * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =119 AND imgs.`rotator` =1
0.260 ms 5 /modules/posrotatorimg/posrotatorimg.php:220
742
SELECT SQL_NO_CACHE * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =127 AND imgs.`rotator` =1
0.259 ms 6 /modules/posrotatorimg/posrotatorimg.php:220
661
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 124) AND (b.`id_shop` = 1) LIMIT 1
0.259 ms 1 /src/Adapter/EntityMapper.php:71
398
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('95500' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '95500')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.259 ms 0 /classes/tax/TaxRulesTaxManager.php:109
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
789
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.258 ms 1 /src/Adapter/EntityMapper.php:71
584
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 7010000 AND name = '_elementor_edit_mode' LIMIT 1
0.258 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
706
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_posmegamenu_submenu_column sc
LEFT JOIN ps_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
WHERE  sc.id_row = 1  AND scl.`id_lang` = 1  AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC
0.257 ms 1 Yes /modules/posmegamenu/posmegamenu.php:585
482
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 115
AND image_shop.`cover` = 1 LIMIT 1
0.257 ms 1 /classes/Product.php:3570
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
781
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.257 ms 1 /classes/Meta.php:193
29
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.255 ms 1 /src/Adapter/EntityMapper.php:71
787
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.255 ms 1 /src/Adapter/EntityMapper.php:71
558
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 131
ORDER BY `position`
0.255 ms 1 Yes /classes/Product.php:3545
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
784
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.253 ms 2 /classes/Meta.php:193
439
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 129)
0.252 ms 1 /classes/Product.php:3860
528
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 27)
0.252 ms 1 /classes/Product.php:3860
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
785
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.251 ms 2 /classes/Meta.php:193
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
776
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 9010000 AND name = '_elementor_edit_mode' LIMIT 1
0.250 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
651
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:71
498
SELECT SQL_NO_CACHE product_attribute_shop.`price`
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
WHERE pa.`id_product_attribute` = 4 LIMIT 1
0.247 ms 1 /classes/Combination.php:564
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.247 ms 98 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
763
SELECT SQL_NO_CACHE * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =27 AND imgs.`rotator` =1
0.247 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
788
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.245 ms 1 /src/Adapter/EntityMapper.php:71
510
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute` a
LEFT JOIN `ps_product_attribute_shop` `c` ON a.`id_product_attribute` = c.`id_product_attribute` AND c.`id_shop` = 1
WHERE (a.`id_product_attribute` = 4) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
673
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 119) AND (b.`id_shop` = 1) LIMIT 1
0.244 ms 1 /src/Adapter/EntityMapper.php:71
461
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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` = 127)
0.243 ms 1 /classes/Product.php:3860
494
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 98
AND image_shop.`cover` = 1 LIMIT 1
0.243 ms 4 /classes/Product.php:3570
617
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
606
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_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.242 ms 1 /src/Adapter/EntityMapper.php:71
512
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 35
AND image_shop.`cover` = 1 LIMIT 1
0.242 ms 1 /classes/Product.php:3570
620
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 10) AND (b.`id_shop` = 1) LIMIT 1
0.242 ms 1 /src/Adapter/EntityMapper.php:71
624
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.241 ms 1 /src/Adapter/EntityMapper.php:71
550
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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_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.241 ms 1 /classes/Product.php:3860
655
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 33) AND (b.`id_shop` = 1) LIMIT 1
0.241 ms 1 /src/Adapter/EntityMapper.php:71
726
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 1 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC
0.240 ms 1 Yes /modules/posmegamenu/posmegamenu.php:604
387
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 134
AND image_shop.`cover` = 1 LIMIT 1
0.239 ms 1 /classes/Product.php:3570
766
SELECT SQL_NO_CACHE * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =17 AND imgs.`rotator` =1
0.238 ms 5 /modules/posrotatorimg/posrotatorimg.php:220
442
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 129) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.237 ms 1 /classes/stock/StockAvailable.php:453
675
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 120) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
629
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 127) AND (b.`id_shop` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
777
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 9010000 AND name = '_elementor_css' LIMIT 1
0.236 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
790
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = 1
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.235 ms 1 /src/Adapter/EntityMapper.php:71
751
SELECT SQL_NO_CACHE * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =98 AND imgs.`rotator` =1
0.235 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
769
SELECT SQL_NO_CACHE * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =12 AND imgs.`rotator` =1
0.235 ms 4 /modules/posrotatorimg/posrotatorimg.php:220
708
SELECT SQL_NO_CACHE psi.*,psil.*
FROM ps_posmegamenu_submenu_item psi
LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
WHERE psi.id_posmegamenu_submenu_column = 1 AND psil.id_lang = 1 AND psi.`active` = 1 ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC
0.234 ms 1 Yes /modules/posmegamenu/posmegamenu.php:604
622
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.234 ms 1 /src/Adapter/EntityMapper.php:71
372
SELECT SQL_NO_CACHE *
FROM `ps_country` a
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.234 ms 1 /src/Adapter/EntityMapper.php:71
471
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 119
AND image_shop.`cover` = 1 LIMIT 1
0.234 ms 5 /classes/Product.php:3570
600
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 17) AND (b.`id_shop` = 1) LIMIT 1
0.230 ms 1 /src/Adapter/EntityMapper.php:71
611
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.230 ms 1 /src/Adapter/EntityMapper.php:71
524
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 27
AND image_shop.`cover` = 1 LIMIT 1
0.230 ms 4 /classes/Product.php:3570
653
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1
0.230 ms 1 /src/Adapter/EntityMapper.php:71
671
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 118) AND (b.`id_shop` = 1) LIMIT 1
0.229 ms 1 /src/Adapter/EntityMapper.php:71
631
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 125) AND (b.`id_shop` = 1) LIMIT 1
0.228 ms 1 /src/Adapter/EntityMapper.php:71
604
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_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.228 ms 1 /src/Adapter/EntityMapper.php:71
615
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 16) AND (b.`id_shop` = 1) LIMIT 1
0.228 ms 1 /src/Adapter/EntityMapper.php:71
613
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
664
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 122) AND (b.`id_shop` = 1) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
666
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 126) AND (b.`id_shop` = 1) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
657
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
659
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 123) AND (b.`id_shop` = 1) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
760
SELECT SQL_NO_CACHE * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =35 AND imgs.`rotator` =1
0.227 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
748
SELECT SQL_NO_CACHE * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =1 AND img.`id_product` =115 AND imgs.`rotator` =1
0.226 ms 1 /modules/posrotatorimg/posrotatorimg.php:220
404
SELECT SQL_NO_CACHE tr.*
FROM `ps_tax_rule` tr
JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 8
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.226 ms 0 /classes/tax/TaxRulesTaxManager.php:109
369
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.226 ms 7 Yes /classes/ImageType.php:109
626
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 11) AND (b.`id_shop` = 1) LIMIT 1
0.226 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.225 ms 1 /src/Adapter/EntityMapper.php:71
677
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 121) AND (b.`id_shop` = 1) LIMIT 1
0.224 ms 1 /src/Adapter/EntityMapper.php:71
455
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 127
AND image_shop.`cover` = 1 LIMIT 1
0.223 ms 6 /classes/Product.php:3570
445
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 128
AND image_shop.`cover` = 1 LIMIT 1
0.223 ms 1 /classes/Product.php:3570
507
SELECT SQL_NO_CACHE pa.`available_date` FROM `ps_product` p LEFT JOIN `ps_product_attribute` pa ON (pa.`id_product` = p.`id_product`) INNER JOIN ps_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) INNER JOIN ps_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` = 98 AND pa.`id_product` = 98 AND pa.`id_product_attribute` = 4 LIMIT 1
0.222 ms 1 /classes/Product.php:1209
724
SELECT SQL_NO_CACHE sc.*, scl.title, scl.custom_link
FROM ps_posmegamenu_submenu_column sc
LEFT JOIN ps_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
WHERE  sc.id_row = 1  AND scl.`id_lang` = 1  AND sc.`active` = 1
ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC
0.221 ms 1 Yes /modules/posmegamenu/posmegamenu.php:585
695
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.219 ms 1 /classes/Meta.php:193
405
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 133
AND image_shop.`cover` = 1 LIMIT 1
0.219 ms 1 /classes/Product.php:3570
25
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.219 ms 1 Yes /classes/Currency.php:709
381
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
713
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.218 ms 1 /classes/Meta.php:193
590
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "possearchproducts" LIMIT 1
0.217 ms 1 /classes/module/Module.php:2636
376
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `ps_pscheckout_funding_source`
WHERE `id_shop` = 1
0.216 ms 11 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
772
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 9) LIMIT 1
0.215 ms 1 /src/Adapter/EntityMapper.php:71
780
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_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.214 ms 1 /classes/Meta.php:193
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.213 ms 1 /src/Adapter/EntityMapper.php:71
754
SELECT SQL_NO_CACHE *
FROM `ps_product_lang`
WHERE `id_product` = 98 AND `id_shop` = 1
0.210 ms 2 /src/Adapter/EntityMapper.php:79
707
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.210 ms 1 /classes/Meta.php:193
32
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.209 ms 2 /src/Adapter/EntityMapper.php:79
408
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 133 LIMIT 1
0.209 ms 1 /classes/SpecificPrice.php:435
425
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 130
AND image_shop.`cover` = 1 LIMIT 1
0.209 ms 1 /classes/Product.php:3570
388
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.208 ms 1 /classes/Category.php:1378
33
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.208 ms 1 /classes/ObjectModel.php:1729
27
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.208 ms 1 /classes/shop/Shop.php:1183
435
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 129
AND image_shop.`cover` = 1 LIMIT 1
0.208 ms 1 /classes/Product.php:3570
546
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 12
AND image_shop.`cover` = 1 LIMIT 1
0.207 ms 4 /classes/Product.php:3570
11
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ultimateimagetool" LIMIT 1
0.207 ms 1 /classes/module/Module.php:2636
583
SELECT SQL_NO_CACHE *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = 7) LIMIT 1
0.203 ms 1 /src/Adapter/EntityMapper.php:71
382
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.203 ms 2 /src/Adapter/EntityMapper.php:79
725
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "index"
OR m.page = "index"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.203 ms 1 /classes/Meta.php:193
714
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 4 AND ps.`active` = 1 LIMIT 1
0.202 ms 5 /modules/posmegamenu/posmegamenu.php:477
34
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.199 ms 1 /src/Adapter/EntityMapper.php:71
581
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2040101 AND name = '_elementor_edit_mode' LIMIT 1
0.198 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
793
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posfakeorder" LIMIT 1
0.198 ms 1 /classes/module/Module.php:2636
365
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_accounts" LIMIT 1
0.198 ms 1 /src/Adapter/Module/ModuleDataProvider.php:257
422
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 131) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.197 ms 1 /classes/stock/StockAvailable.php:453
758
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 5) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.196 ms 1 /classes/stock/StockAvailable.php:453
686
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posmegamenu" LIMIT 1
0.196 ms 1 /classes/module/Module.php:2636
699
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 5 AND ps.`active` = 1 LIMIT 1
0.196 ms 5 /modules/posmegamenu/posmegamenu.php:477
401
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 134) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.194 ms 1 /classes/stock/StockAvailable.php:453
20
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.194 ms 1 /classes/module/Module.php:2018
477
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 119 AND id_shop=1 LIMIT 1
0.194 ms 1 /classes/Product.php:6857
685
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 165 AND `id_shop` = 1 LIMIT 1
0.193 ms 1 /classes/module/Module.php:2109
464
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.193 ms 1 /src/Adapter/EntityMapper.php:71
479
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 119) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:453
23
SELECT SQL_NO_CACHE * FROM ps_rec_whitelist WHERE ip_address = "18.216.22.17"
0.189 ms 1 /modules/recaptchapro/recaptchapro.php:1286
795
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poscookielaw" LIMIT 1
0.188 ms 1 /classes/module/Module.php:2636
770
SELECT SQL_NO_CACHE * FROM `ps_image` img where img.`rotator` =1 AND img.`id_product` =12
0.187 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
732
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1
0.187 ms 1 /modules/poswishlist/poswishlist.php:222
491
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 115) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:453
426
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.186 ms 1 /classes/Product.php:5642
591
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 155 AND `id_shop` = 1 LIMIT 1
0.186 ms 1 /classes/module/Module.php:2109
696
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 4 AND ps.`active` = 1 LIMIT 1
0.186 ms 5 /modules/posmegamenu/posmegamenu.php:477
448
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 128 LIMIT 1
0.185 ms 1 /classes/SpecificPrice.php:435
12
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 177 AND `id_shop` = 1 LIMIT 1
0.184 ms 1 /classes/module/Module.php:2109
511
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 4
0.184 ms 2 /src/Adapter/EntityMapper.php:79
28
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.184 ms 1 /classes/Currency.php:893
580
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 12
0.184 ms 1 /classes/Product.php:2902
683
SELECT SQL_NO_CACHE count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=0 LIMIT 1
0.184 ms 1 /modules/poswishlist/poswishlist.php:222
539
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 17 LIMIT 1
0.183 ms 1 /classes/SpecificPrice.php:435
392
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.183 ms 1 /classes/SpecificPrice.php:426
684
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posshoppingcart" LIMIT 1
0.183 ms 1 /classes/module/Module.php:2636
521
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 35) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.183 ms 1 /classes/stock/StockAvailable.php:453
727
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 3 AND ps.`active` = 1 LIMIT 1
0.182 ms 5 /modules/posmegamenu/posmegamenu.php:477
432
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 130) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.182 ms 1 /classes/stock/StockAvailable.php:453
502
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 98 AND `id_group` = 1 LIMIT 1
0.182 ms 0 /classes/GroupReduction.php:156
489
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 115 AND id_shop=1 LIMIT 1
0.182 ms 1 /classes/Product.php:6857
761
SELECT SQL_NO_CACHE * FROM `ps_image` img where img.`rotator` =1 AND img.`id_product` =35
0.181 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
717
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 5 AND ps.`active` = 1 LIMIT 1
0.180 ms 5 /modules/posmegamenu/posmegamenu.php:477
709
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 3 AND ps.`active` = 1 LIMIT 1
0.179 ms 5 /modules/posmegamenu/posmegamenu.php:477
379
SELECT SQL_NO_CACHE * FROM ps_rec_whitelist WHERE ip_address = "18.216.22.17"
0.179 ms 1 /modules/recaptchapro/recaptchapro.php:1286
460
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 127 LIMIT 1
0.179 ms 1 /classes/SpecificPrice.php:435
743
SELECT SQL_NO_CACHE * FROM `ps_image` img where img.`rotator` =1 AND img.`id_product` =127
0.179 ms 6 /modules/posrotatorimg/posrotatorimg.php:225
531
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 27) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.177 ms 1 /classes/ObjectModel.php:1729
553
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 12) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.177 ms 1 /classes/stock/StockAvailable.php:453
746
SELECT SQL_NO_CACHE * FROM `ps_image` img where img.`rotator` =1 AND img.`id_product` =119
0.177 ms 5 /modules/posrotatorimg/posrotatorimg.php:225
752
SELECT SQL_NO_CACHE * FROM `ps_image` img where img.`rotator` =1 AND img.`id_product` =98
0.176 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
412
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 133) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:453
543
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 17) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:453
702
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 2 AND ps.`active` = 1 LIMIT 1
0.176 ms 5 /modules/posmegamenu/posmegamenu.php:477
689
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 1 LIMIT 1
0.174 ms 5 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
767
SELECT SQL_NO_CACHE * FROM `ps_image` img where img.`rotator` =1 AND img.`id_product` =17
0.174 ms 5 /modules/posrotatorimg/posrotatorimg.php:225
720
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.id_posmegamenu_item = 2 AND ps.`active` = 1 LIMIT 1
0.174 ms 5 /modules/posmegamenu/posmegamenu.php:477
37
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.174 ms 1 /classes/Category.php:1754
679
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poscompare" LIMIT 1
0.173 ms 1 /classes/module/Module.php:2636
452
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 128) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:453
733
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.172 ms 1 /classes/module/Module.php:2636
582
SELECT SQL_NO_CACHE value FROM ps_ce_meta WHERE id = 2040101 AND name = '_wp_page_template' LIMIT 1
0.172 ms 1 /modules/creativeelements/classes/wrappers/Post.php:261
764
SELECT SQL_NO_CACHE * FROM `ps_image` img where img.`rotator` =1 AND img.`id_product` =27
0.172 ms 4 /modules/posrotatorimg/posrotatorimg.php:225
428
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 130 LIMIT 1
0.170 ms 1 /classes/SpecificPrice.php:435
466
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 127 AND `id_group` = 1 LIMIT 1
0.170 ms 0 /classes/GroupReduction.php:156
377
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posquickmenu" LIMIT 1
0.170 ms 1 /classes/module/Module.php:2636
367
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.170 ms 0 /classes/module/Module.php:2636
749
SELECT SQL_NO_CACHE * FROM `ps_image` img where img.`rotator` =1 AND img.`id_product` =115
0.170 ms 1 /modules/posrotatorimg/posrotatorimg.php:225
418
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 131 LIMIT 1
0.170 ms 1 /classes/SpecificPrice.php:435
687
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 161 AND `id_shop` = 1 LIMIT 1
0.170 ms 1 /classes/module/Module.php:2109
475
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 119 LIMIT 1
0.169 ms 1 /classes/SpecificPrice.php:435
36
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.168 ms 1 /classes/ObjectModel.php:1729
467
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 127) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.168 ms 1 /classes/stock/StockAvailable.php:453
373
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 8
0.167 ms 2 /src/Adapter/EntityMapper.php:79
378
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 164 AND `id_shop` = 1 LIMIT 1
0.167 ms 1 /classes/module/Module.php:2109
791
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.167 ms 1 /classes/module/Module.php:2636
567
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 119
0.167 ms 1 /classes/Product.php:2902
438
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 129 LIMIT 1
0.167 ms 1 /classes/SpecificPrice.php:435
705
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC
0.166 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
503
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.166 ms 1 /classes/stock/StockAvailable.php:453
698
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC
0.166 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
549
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 12 LIMIT 1
0.165 ms 1 /classes/SpecificPrice.php:435
527
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 27 LIMIT 1
0.165 ms 1 /classes/SpecificPrice.php:435
715
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC
0.164 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
690
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 4 LIMIT 1
0.164 ms 5 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
697
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC
0.164 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
406
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.164 ms 1 /classes/Product.php:5642
564
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.163 ms 1 /classes/FeatureFlag.php:105
535
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 16 LIMIT 1
0.162 ms 1 /classes/Category.php:1378
385
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="b345e243440a250e6189e568a0ca4aae" LIMIT 1
0.161 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
513
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 31 LIMIT 1
0.161 ms 1 /classes/Category.php:1378
35
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.161 ms 2 /src/Adapter/EntityMapper.php:79
395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 134 AND id_shop=1 LIMIT 1
0.161 ms 1 /classes/Product.php:6857
691
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 5 LIMIT 1
0.161 ms 5 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
495
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 119 LIMIT 1
0.160 ms 1 /classes/Category.php:1378
563
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 127
0.160 ms 1 /classes/Product.php:2902
446
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.160 ms 1 /classes/Product.php:5642
574
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 35
0.160 ms 1 /classes/Product.php:2902
571
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 98
0.160 ms 2 /classes/Product.php:2902
794
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 158 AND `id_shop` = 1 LIMIT 1
0.159 ms 1 /classes/module/Module.php:2109
391
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.159 ms 1 /classes/Manufacturer.php:316
718
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC
0.159 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
525
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.159 ms 1 /classes/Product.php:5642
505
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 98) AND (id_product_attribute = 4) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.159 ms 1 /classes/stock/StockAvailable.php:453
451
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 128 AND `id_group` = 1 LIMIT 1
0.159 ms 0 /classes/GroupReduction.php:156
703
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC
0.159 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
440
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 129 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6857
700
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC
0.158 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
45
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "fr-FR" LIMIT 1
0.158 ms 2 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:69
465
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.158 ms 2 /src/Adapter/EntityMapper.php:79
693
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 3 LIMIT 1
0.158 ms 5 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
721
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC
0.158 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
400
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.157 ms 1 /classes/Group.php:154
728
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC
0.157 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
692
SELECT SQL_NO_CACHE ps.*
FROM ps_posmegamenu_submenu ps
WHERE ps.`id_posmegamenu_item` = 2 LIMIT 1
0.157 ms 5 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php:88
565
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.157 ms 7 /classes/ImageType.php:161
716
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 4 AND sr.`active` = 1 ORDER BY sr.position ASC
0.156 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
26
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.156 ms 2 /classes/Language.php:883
796
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 157 AND `id_shop` = 1 LIMIT 1
0.156 ms 1 /classes/module/Module.php:2109
710
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC
0.156 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
722
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC
0.156 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
416
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.155 ms 1 /classes/Product.php:5642
487
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 115 LIMIT 1
0.155 ms 1 /classes/SpecificPrice.php:435
755
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 119 LIMIT 1
0.155 ms 0 /classes/Category.php:1378
569
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 115
0.154 ms 1 /classes/Product.php:2902
730
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "posvegamenu" LIMIT 1
0.154 ms 1 /classes/module/Module.php:2636
456
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 18 LIMIT 1
0.154 ms 1 /classes/Category.php:1378
576
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 27
0.154 ms 1 /classes/Product.php:2902
517
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 35 LIMIT 1
0.154 ms 1 /classes/SpecificPrice.php:435
704
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC
0.154 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
729
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC
0.154 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
483
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 5 LIMIT 1
0.153 ms 1 /classes/Category.php:1378
792
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.153 ms 1 /classes/module/Module.php:2109
723
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 2 AND sr.`active` = 1 ORDER BY sr.position ASC
0.153 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
371
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 8 LIMIT 1
0.153 ms 1 /classes/Country.php:405
499
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 98 LIMIT 1
0.152 ms 1 /classes/SpecificPrice.php:435
450
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 128 AND id_shop=1 LIMIT 1
0.152 ms 1 /classes/Product.php:6857
711
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 3 AND sr.`active` = 1 ORDER BY sr.position ASC
0.152 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
701
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC
0.152 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
484
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 5 LIMIT 1
0.151 ms 1 /classes/Product.php:5642
578
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 17
0.151 ms 1 /classes/Product.php:2902
719
SELECT SQL_NO_CACHE sr.*
FROM ps_posmegamenu_submenu_row sr
WHERE sr.id_posmegamenu_item = 5 AND sr.`active` = 1 ORDER BY sr.position ASC
0.151 ms 1 Yes /modules/posmegamenu/posmegamenu.php:489
472
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 115 LIMIT 1
0.150 ms 1 /classes/Category.php:1378
459
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1
0.150 ms 1 /classes/Manufacturer.php:316
370
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 8 LIMIT 1
0.150 ms 1 /classes/AddressFormat.php:656
389
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.149 ms 1 /classes/Product.php:5642
430
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 130 AND id_shop=1 LIMIT 1
0.149 ms 1 /classes/Product.php:6857
420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 131 AND id_shop=1 LIMIT 1
0.148 ms 1 /classes/Product.php:6857
551
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 12 AND id_shop=1 LIMIT 1
0.148 ms 1 /classes/Product.php:6857
436
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.148 ms 1 /classes/Product.php:5642
538
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 35
AND `active` = 1 LIMIT 1
0.148 ms 1 /classes/Manufacturer.php:316
681
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "poswishlist" LIMIT 1
0.148 ms 1 /classes/module/Module.php:2636
393
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 134 LIMIT 1
0.148 ms 1 /classes/SpecificPrice.php:435
30
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'fr-fr'
OR `language_code` = 'fr-fr' LIMIT 1
0.147 ms 2 /classes/Language.php:883
501
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 98 AND id_shop=1 LIMIT 1
0.147 ms 1 /classes/Product.php:6857
486
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 23
AND `active` = 1 LIMIT 1
0.147 ms 1 /classes/Manufacturer.php:316
680
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 152 AND `id_shop` = 1 LIMIT 1
0.147 ms 1 /classes/module/Module.php:2109
734
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.147 ms 1 /classes/module/Module.php:2109
399
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 134 AND `id_group` = 1 LIMIT 1
0.146 ms 0 /classes/GroupReduction.php:156
731
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 162 AND `id_shop` = 1 LIMIT 1
0.145 ms 1 /classes/module/Module.php:2109
478
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 119 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:156
547
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1
0.145 ms 1 /classes/Product.php:5642
519
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 35 AND id_shop=1 LIMIT 1
0.145 ms 1 /classes/Product.php:6857
410
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 133 AND id_shop=1 LIMIT 1
0.144 ms 1 /classes/Product.php:6857
541
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 17 AND id_shop=1 LIMIT 1
0.144 ms 1 /classes/Product.php:6857
457
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 18 LIMIT 1
0.143 ms 1 /classes/Product.php:5642
421
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 131 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:156
682
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 151 AND `id_shop` = 1 LIMIT 1
0.142 ms 1 /classes/module/Module.php:2109
462
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 127 AND id_shop=1 LIMIT 1
0.142 ms 1 /classes/Product.php:6857
411
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 133 AND `id_group` = 1 LIMIT 1
0.142 ms 0 /classes/GroupReduction.php:156
473
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 115 LIMIT 1
0.141 ms 1 /classes/Product.php:5642
529
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 27 AND id_shop=1 LIMIT 1
0.141 ms 1 /classes/Product.php:6857
374
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.141 ms 1 /classes/ObjectModel.php:1592
368
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.138 ms 0 /classes/module/Module.php:2109
542
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 17 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:156
552
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 12 AND `id_group` = 1 LIMIT 1
0.138 ms 0 /classes/GroupReduction.php:156
536
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 16 LIMIT 1
0.138 ms 1 /classes/Product.php:5642
496
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 119 LIMIT 1
0.138 ms 1 /classes/Product.php:5642
514
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 31 LIMIT 1
0.137 ms 1 /classes/Product.php:5642
516
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 0
AND `active` = 1 LIMIT 1
0.134 ms 0 /classes/Manufacturer.php:316
441
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 129 AND `id_group` = 1 LIMIT 1
0.133 ms 0 /classes/GroupReduction.php:156
490
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 115 AND `id_group` = 1 LIMIT 1
0.132 ms 0 /classes/GroupReduction.php:156
431
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 130 AND `id_group` = 1 LIMIT 1
0.131 ms 0 /classes/GroupReduction.php:156
520
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 35 AND `id_group` = 1 LIMIT 1
0.128 ms 0 /classes/GroupReduction.php:156
530
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 27 AND `id_group` = 1 LIMIT 1
0.125 ms 0 /classes/GroupReduction.php:156

Doubles

160 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = XX)
159 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
47 queries
SELECT c.`id_category`, cl.`name`, cl.`link_rewrite`, category_shop.`id_shop`
			FROM `ps_category` c
			LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.id_shop = XX )
			 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
			WHERE `id_lang` = XX
			AND c.`id_parent` = XX
			AND `active` = XX
			GROUP BY c.`id_category`
			ORDER BY category_shop.`position` ASC
47 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `ps_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
18 queries
			SELECT sr.*
			FROM ps_posmegamenu_submenu_row sr
			WHERE sr.id_posmegamenu_item = XX AND sr.`active` = XX ORDER BY sr.position ASC
16 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
15 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
15 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = 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
14 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `ps_product_attribute` pa
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
14 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM ps_feature_product pf
                LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN ps_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
14 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
14 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 `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_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)
14 queries
SELECT *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `ps_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
14 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
14 queries
SELECT image_shop.`id_image`
                    FROM `ps_image` i
                     INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
14 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `ps_image` i
             INNER JOIN ps_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
14 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
13 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
8 queries
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
8 queries
SELECT * FROM `ps_image` img LEFT JOIN `ps_image_shop` imgs ON img.id_image = imgs.id_image where imgs.`id_shop` =XX AND img.`id_product` =XX AND imgs.`rotator` =XX
8 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
8 queries
SELECT * FROM `ps_image` img where img.`rotator` =XX AND img.`id_product` =XX
8 queries
			SELECT ps.*
			FROM ps_posmegamenu_submenu ps
			WHERE ps.id_posmegamenu_item = XX AND ps.`active` = XX LIMIT XX
5 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_lang` `b` ON a.`id_cms` = b.`id_cms` AND b.`id_lang` = XX
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) AND (b.`id_shop` = XX) LIMIT XX
5 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
5 queries
SELECT value FROM ps_ce_meta WHERE id = XX AND name = '_elementor_edit_mode' LIMIT XX
5 queries
			SELECT ps.*
			FROM ps_posmegamenu_submenu ps
			WHERE ps.`id_posmegamenu_item` = XX LIMIT XX
4 queries
				SELECT tr.*
				FROM `ps_tax_rule` tr
				JOIN `ps_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
4 queries
SELECT value FROM ps_ce_meta WHERE id = XX AND name = '_elementor_data' LIMIT XX
4 queries
        		SELECT *
        		FROM ps_meta m
        		LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "index"
        			OR m.page = "index"
        		)
        		AND ml.id_lang = XX
		 AND ml.id_shop = XX LIMIT XX
3 queries
			SELECT pi.*, pl.*
			FROM ps_posmegamenu_item pi
			LEFT JOIN `ps_posmegamenu_item_lang` pl ON pl.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
			LEFT JOIN `ps_posmegamenu_item_shop` ps ON ps.`id_posmegamenu_item` = pi.`id_posmegamenu_item`
			WHERE pi.active = XX AND ps.id_shop = XX AND pl.id_lang=XX ORDER BY pi.position ASC, pi.id_posmegamenu_item ASC
2 queries
SELECT count(id_wishlist_product) FROM ps_poswishlist w, ps_poswishlist_product wp where w.id_wishlist = wp.id_wishlist and w.id_customer=XX LIMIT XX
2 queries
SELECT *
FROM `ps_ce_template` a
WHERE (a.`id_ce_template` = XX) LIMIT XX
2 queries
SELECT value FROM ps_ce_meta WHERE id = XX AND name = '_elementor_css' LIMIT XX
2 queries
			SELECT sc.*, scl.title, scl.custom_link
			FROM ps_posmegamenu_submenu_column sc
			LEFT JOIN ps_posmegamenu_submenu_column_lang scl ON (sc.id_posmegamenu_submenu_column = scl.id_posmegamenu_submenu_column)
			WHERE  sc.id_row = XX  AND scl.`id_lang` = XX  AND sc.`active` = XX
			ORDER BY sc.position ASC, sc.id_posmegamenu_submenu_column ASC
2 queries
					SELECT psi.*,psil.*
					FROM ps_posmegamenu_submenu_item psi
					LEFT JOIN ps_posmegamenu_submenu_item_lang psil ON psi.id_posmegamenu_submenu_item = psil.id_posmegamenu_submenu_item
					WHERE psi.id_posmegamenu_submenu_column = XX AND psil.id_lang = XX AND psi.`active` = XX ORDER BY psi.position ASC, psi.id_posmegamenu_submenu_item ASC
2 queries
SELECT * FROM ps_rec_whitelist WHERE ip_address = "XX.XX.XX.XX"
2 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'fr-fr'
                    OR `language_code` = 'fr-fr' LIMIT XX

Tables stress

319 translation
164 shop
120 category_lang
100 category
97 category_shop
49 product
48 product_shop
45 image
36 image_shop
33 product_attribute_shop
31 cart_product
30 product_attribute
20 stock_available
19 product_attribute_combination
18 module
18 posmegamenu_submenu_row
16 product_lang
16 attribute_lang
16 attribute
15 pack
15 specific_price
15 image_lang
15 attribute_group
15 module_shop
14 feature_lang
14 feature_product
14 feature
14 product_group_reduction_cache
14 feature_shop
14 feature_value_lang
13 posmegamenu_submenu
12 ce_meta
12 meta
12 meta_lang
6 lang
6 cms
6 hook
6 cms_shop
6 cms_lang
5 category_group
5 manufacturer
5 currency
4 tax_rule
4 tax_rules_group
4 shop_url
4 lang_shop
4 currency_shop
3 country
3 hook_alias
3 posmegamenu_item
3 posmegamenu_item_lang
3 posmegamenu_item_shop
2 country_lang
2 ce_template
2 poswishlist
2 product_sale
2 category_product
2 posmegamenu_submenu_column
2 posmegamenu_submenu_column_lang
2 posmegamenu_submenu_item
2 posmegamenu_submenu_item_lang
2 configuration
2 shop_group
2 country_shop
2 attribute_group_lang
2 product_attribute_lang
2 rec_whitelist
2 image_type
2 group_shop
2 hook_module
2 currency_lang
2 group
1 hook_module_exceptions
1 tax
1 tax_lang
1 module_group
1 product_attribute_image
1 group_lang
1 feature_flag
1 address_format
1 required_field
1 configuration_lang
1 pscheckout_funding_source
1 layered_category
1 layered_filter_block

ObjectModel instances

Name Instances Source
Category 168 /controllers/front/listing/CategoryController.php:78 (__construct) [id: 2]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 3]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 4]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 9]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 5]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 116]
/controllers/front/listing/CategoryController.php:215 (__construct) [id: 117]
/classes/Meta.php:380 (__construct) [id: 2]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 2]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 2]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 3]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 19]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 18]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 20]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 17]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 6]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 7]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 8]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 115]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 4]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 14]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 15]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 16]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 31]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 9]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 10]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 12]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 13]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 11]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 5]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 127]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 125]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 22]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 23]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 21]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 30]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 24]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 32]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 25]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 28]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 27]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 29]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 26]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 33]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 34]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 123]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 124]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 116]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 122]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 126]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 128]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 117]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 118]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 119]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 120]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 121]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 2]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 3]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 19]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 18]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 20]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 17]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 6]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 7]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 8]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 115]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 4]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 14]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 15]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 16]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 31]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 9]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 10]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 12]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 13]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 11]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 5]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 127]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 125]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 22]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 23]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 21]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 30]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 24]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 32]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 25]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 28]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 27]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 29]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 26]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 33]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 34]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 123]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 124]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 116]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 122]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 126]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 128]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 117]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 118]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 119]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 120]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 121]
/classes/Link.php:402 (__construct) [id: 3]
/modules/posmegamenu/posmegamenu.php:882 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 115]
/modules/posmegamenu/posmegamenu.php:882 (__construct) [id: 115]
/classes/Link.php:402 (__construct) [id: 4]
/modules/posmegamenu/posmegamenu.php:882 (__construct) [id: 4]
/classes/Link.php:402 (__construct) [id: 5]
/modules/posmegamenu/posmegamenu.php:882 (__construct) [id: 5]
/classes/Link.php:402 (__construct) [id: 3]
/modules/posmegamenu/posmegamenu.php:882 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 115]
/modules/posmegamenu/posmegamenu.php:882 (__construct) [id: 115]
/classes/Link.php:402 (__construct) [id: 4]
/modules/posmegamenu/posmegamenu.php:882 (__construct) [id: 4]
/classes/Link.php:402 (__construct) [id: 5]
/modules/posmegamenu/posmegamenu.php:882 (__construct) [id: 5]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 2]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 3]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 19]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 18]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 20]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 17]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 6]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 7]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 8]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 115]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 4]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 14]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 15]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 16]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 31]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 9]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 10]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 12]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 13]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 11]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 5]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 127]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 125]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 22]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 23]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 21]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 30]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 24]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 32]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 25]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 28]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 27]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 29]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 26]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 33]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 34]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 123]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 124]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 116]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 122]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 126]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 128]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 117]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 118]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 119]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 120]
/modules/possearchproducts/possearchproducts.php:197 (__construct) [id: 121]
/modules/ps_categorytree/ps_categorytree.php:340 (__construct) [id: 2]
Product 43 /classes/Link.php:113 (__construct) [id: 134]
/classes/Link.php:113 (__construct) [id: 133]
/classes/Link.php:113 (__construct) [id: 131]
/classes/Link.php:113 (__construct) [id: 130]
/classes/Link.php:113 (__construct) [id: 129]
/classes/Link.php:113 (__construct) [id: 128]
/classes/Link.php:113 (__construct) [id: 127]
/classes/Link.php:113 (__construct) [id: 119]
/classes/Link.php:113 (__construct) [id: 115]
/classes/Link.php:113 (__construct) [id: 98]
/classes/Link.php:113 (__construct) [id: 35]
/classes/Link.php:113 (__construct) [id: 27]
/classes/Link.php:113 (__construct) [id: 17]
/classes/Link.php:113 (__construct) [id: 12]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 134]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 133]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 131]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 130]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 129]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 128]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 127]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 119]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 115]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 98]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 35]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 27]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 17]
/src/Adapter/Image/ImageRetriever.php:80 (__construct) [id: 12]
/classes/Link.php:113 (__construct) [id: 134]
/classes/Link.php:113 (__construct) [id: 133]
/classes/Link.php:113 (__construct) [id: 131]
/classes/Link.php:113 (__construct) [id: 130]
/classes/Link.php:113 (__construct) [id: 129]
/classes/Link.php:113 (__construct) [id: 128]
/classes/Link.php:113 (__construct) [id: 127]
/classes/Link.php:113 (__construct) [id: 119]
/classes/Link.php:113 (__construct) [id: 115]
/classes/Link.php:113 (__construct) [id: 98]
/classes/Link.php:113 (__construct) [id: 35]
/classes/Link.php:113 (__construct) [id: 27]
/classes/Link.php:113 (__construct) [id: 17]
/classes/Link.php:113 (__construct) [id: 12]
/src/Adapter/Presenter/Product/ProductLazyArray.php:662 (__construct) [id: 98]
CMS 5 /classes/Link.php:555 (__construct) [id: 1]
/classes/Link.php:555 (__construct) [id: 4]
/classes/Link.php:555 (__construct) [id: 5]
/classes/Link.php:555 (__construct) [id: 2]
/classes/Link.php:555 (__construct) [id: 3]
Country 4 /config/config.inc.php:146 (__construct) [id: 8]
/classes/controller/FrontController.php:352 (__construct) [id: 8]
/classes/AddressFormat.php:404 (__construct) [id: 8]
/classes/controller/FrontController.php:1760 (__construct) [id: 8]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5945 (__construct) [id: ]
PosMegamenuClass 2 /modules/posmegamenu/posmegamenu.php:768 (__construct) [id: ]
/modules/posmegamenu/posmegamenu.php:816 (__construct) [id: ]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
CETemplate 2 /modules/creativeelements/creativeelements.php:603 (__construct) [id: 7]
/modules/creativeelements/creativeelements.php:603 (__construct) [id: 9]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:695 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:465 (__construct) [id: ]
/classes/controller/FrontController.php:534 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Combination 1 /classes/Product.php:5893 (__construct) [id: 4]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
State 1 /classes/controller/FrontController.php:1759 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1754 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1684 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
Risk 1 /classes/controller/FrontController.php:1687 (__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/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
13 /vendor/symfony/polyfill-intl-idn/bootstrap.php
14 /vendor/symfony/deprecation-contracts/function.php
15 /vendor/ralouphie/getallheaders/src/getallheaders.php
16 /vendor/symfony/polyfill-ctype/bootstrap.php
17 /vendor/symfony/polyfill-php80/bootstrap.php
18 /vendor/guzzlehttp/promises/src/functions_include.php
19 /vendor/guzzlehttp/promises/src/functions.php
20 /vendor/guzzlehttp/guzzle/src/functions_include.php
21 /vendor/guzzlehttp/guzzle/src/functions.php
22 /vendor/symfony/polyfill-iconv/bootstrap.php
23 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
24 /vendor/jakeasmith/http_build_url/src/http_build_url.php
25 /vendor/lcobucci/jwt/compat/class-aliases.php
26 /vendor/lcobucci/jwt/src/Token.php
27 /vendor/lcobucci/jwt/src/Signature.php
28 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
29 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
30 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
31 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
32 /vendor/symfony/polyfill-intl-icu/bootstrap.php
33 /vendor/symfony/polyfill-php73/bootstrap.php
34 /vendor/symfony/polyfill-php81/bootstrap.php
35 /vendor/api-platform/core/src/deprecation.php
36 /vendor/api-platform/core/src/Api/FilterInterface.php
37 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
38 /vendor/api-platform/core/src/deprecated_interfaces.php
39 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
40 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
41 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
42 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
43 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
44 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
52 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
53 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
54 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
55 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
56 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
57 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
58 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
59 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
60 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
61 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
62 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
63 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
64 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
65 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
66 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
67 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
68 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
69 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
70 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
71 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
72 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
73 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
74 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
75 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
76 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
77 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
82 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
83 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
86 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
88 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
90 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
91 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
92 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
93 /vendor/psr/container/src/ContainerInterface.php
94 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
95 /vendor/ircmaxell/password-compat/lib/password.php
96 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
97 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
98 /src/Core/Version.php
99 /config/alias.php
100 /vendor/prestashop/autoload/src/PrestashopAutoload.php
101 /vendor/prestashop/autoload/src/LegacyClassLoader.php
102 /vendor/symfony/polyfill-php80/Php80.php
103 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
104 /vendor/prestashop/autoload/src/Autoloader.php
105 /config/bootstrap.php
106 /src/Core/ContainerBuilder.php
107 /src/Core/Foundation/IoC/Container.php
108 /src/Adapter/ServiceLocator.php
109 /var/cache/prod/appParameters.php
112 /var/cache/prod/class_index.php
113 /classes/controller/Controller.php
115 /classes/ObjectModel.php
116 /src/Core/Foundation/Database/EntityInterface.php
118 /classes/db/Db.php
120 /classes/Hook.php
122 /classes/module/Module.php
123 /src/Core/Module/Legacy/ModuleInterface.php
125 /classes/Tools.php
126 /classes/Context.php
127 /classes/shop/Shop.php
128 /src/Core/Security/PasswordGenerator.php
129 /classes/db/DbPDO.php
130 /classes/AddressFormat.php
131 /classes/Configuration.php
132 /classes/Validate.php
133 /classes/cache/Cache.php
134 /src/Adapter/EntityMapper.php
135 /classes/db/DbQuery.php
136 /src/Core/Addon/Theme/ThemeManagerBuilder.php
137 /vendor/psr/log/Psr/Log/NullLogger.php
138 /vendor/psr/log/Psr/Log/AbstractLogger.php
139 /vendor/psr/log/Psr/Log/LoggerInterface.php
140 /src/Adapter/Configuration.php
141 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
142 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
143 /src/Core/ConfigurationInterface.php
144 /src/Core/Addon/Theme/ThemeRepository.php
145 /src/Core/Addon/AddonRepositoryInterface.php
146 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
147 /src/Core/Addon/Theme/Theme.php
148 /src/Core/Addon/AddonInterface.php
149 /src/Core/Util/ArrayFinder.php
150 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
151 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
156 /config/defines_uri.inc.php
157 /classes/Language.php
158 /src/Core/Language/LanguageInterface.php
159 /classes/Country.php
160 /classes/PrestaShopCollection.php
161 /classes/shop/ShopGroup.php
162 /classes/Cookie.php
163 /classes/PhpEncryption.php
164 /classes/PhpEncryptionEngine.php
165 /vendor/defuse/php-encryption/src/Key.php
166 /vendor/defuse/php-encryption/src/Encoding.php
167 /vendor/defuse/php-encryption/src/Core.php
168 /src/Core/Session/SessionHandler.php
169 /src/Core/Session/SessionHandlerInterface.php
170 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
171 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
172 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
173 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
174 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
175 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
176 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
177 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
186 /config/smarty.config.inc.php
187 /vendor/smarty/smarty/libs/Smarty.class.php
188 /vendor/smarty/smarty/libs/functions.php
189 /vendor/smarty/smarty/libs/Autoloader.php
190 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
191 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
192 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
193 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
194 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
195 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
196 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
197 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
198 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
199 /config/smartyfront.config.inc.php
200 /classes/Smarty/SmartyResourceModule.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
203 /classes/Smarty/SmartyResourceParent.php
204 /classes/Smarty/SmartyLazyRegister.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
206 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
207 /classes/Customer.php
208 /classes/Group.php
209 /override/classes/Link.php
210 /classes/Link.php
211 /classes/shop/ShopUrl.php
212 /classes/Dispatcher.php
213 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
214 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
215 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
216 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
217 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
218 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
219 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
220 /src/Adapter/SymfonyContainer.php
221 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
222 /config/db_slave_server.inc.php
223 /controllers/front/listing/CategoryController.php
224 /classes/controller/ProductListingFrontController.php
225 /classes/controller/ProductPresentingFrontController.php
226 /classes/controller/FrontController.php
227 /src/PrestaShopBundle/Translation/TranslatorComponent.php
228 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
229 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
230 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
231 /vendor/symfony/contracts/Translation/TranslatorInterface.php
232 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
233 /src/PrestaShopBundle/Translation/TranslatorInterface.php
234 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
235 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
236 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
237 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
238 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
239 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
240 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
241 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
242 /vendor/symfony/contracts/Translation/TranslatorTrait.php
243 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
244 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
245 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
246 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
247 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
248 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
249 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
250 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
251 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
252 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
253 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
254 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
255 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
256 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
257 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
258 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
259 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
260 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
261 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
262 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
263 /src/Adapter/ContainerFinder.php
264 /src/Core/Exception/ContainerNotFoundException.php
265 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
266 /src/Adapter/Module/Repository/ModuleRepository.php
267 /src/Core/Repository/AbstractObjectModelRepository.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
270 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
271 /src/Adapter/Presenter/Object/ObjectPresenter.php
272 /src/Adapter/Presenter/PresenterInterface.php
273 /src/Adapter/Presenter/Cart/CartPresenter.php
274 /src/Adapter/Product/PriceFormatter.php
275 /src/Adapter/Image/ImageRetriever.php
276 /classes/tax/TaxConfiguration.php
277 /classes/Smarty/TemplateFinder.php
278 /classes/assets/StylesheetManager.php
279 /classes/assets/AbstractAssetManager.php
280 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
281 /classes/assets/JavascriptManager.php
282 /classes/assets/CccReducer.php
283 /modules/recaptchapro/recaptchapro.php
284 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
285 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
286 /classes/Translate.php
287 /modules/recaptchapro/translations/fr.php
288 /override/classes/Category.php
289 /classes/Category.php
290 /classes/webservice/WebserviceRequest.php
291 /src/Adapter/ContainerBuilder.php
292 /src/Adapter/Environment.php
293 /src/Core/EnvironmentInterface.php
294 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
295 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
296 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
297 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
298 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
299 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
300 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
301 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
302 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
303 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
304 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
305 /vendor/symfony/contracts/Service/ResetInterface.php
306 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
307 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
308 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
309 /vendor/symfony/contracts/Cache/ItemInterface.php
310 /vendor/psr/cache/src/CacheItemInterface.php
311 /vendor/psr/cache/src/CacheItemPoolInterface.php
312 /vendor/symfony/contracts/Cache/CacheInterface.php
313 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
314 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
315 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
317 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
319 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
320 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
321 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
323 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
324 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
332 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
333 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
376 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
377 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
378 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
379 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
380 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
383 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
384 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
385 /var/cache/prod/FrontContainer.php
386 /src/Adapter/Container/LegacyContainer.php
387 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
388 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
389 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
390 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
391 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
392 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
393 /vendor/psr/container/src/ContainerExceptionInterface.php
394 /vendor/psr/container/src/NotFoundExceptionInterface.php
395 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
396 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
397 /src/Adapter/Container/LegacyContainerInterface.php
398 /modules/contactform/vendor/autoload.php
399 /modules/contactform/vendor/composer/autoload_real.php
400 /modules/contactform/vendor/composer/autoload_static.php
401 /modules/dashproducts/vendor/autoload.php
402 /modules/dashproducts/vendor/composer/autoload_real.php
403 /modules/dashproducts/vendor/composer/autoload_static.php
404 /modules/gsitemap/vendor/autoload.php
405 /modules/gsitemap/vendor/composer/autoload_real.php
406 /modules/gsitemap/vendor/composer/autoload_static.php
407 /modules/pagesnotfound/vendor/autoload.php
408 /modules/pagesnotfound/vendor/composer/autoload_real.php
409 /modules/pagesnotfound/vendor/composer/autoload_static.php
410 /modules/ps_emailsubscription/vendor/autoload.php
411 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
412 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
413 /modules/ps_facetedsearch/vendor/autoload.php
414 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
415 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
416 /modules/ps_linklist/vendor/autoload.php
417 /modules/ps_linklist/vendor/composer/autoload_real.php
418 /modules/ps_linklist/vendor/composer/autoload_static.php
419 /modules/psgdpr/vendor/autoload.php
420 /modules/psgdpr/vendor/composer/autoload_real.php
421 /modules/psgdpr/vendor/composer/autoload_static.php
422 /modules/ps_checkout/vendor/autoload.php
423 /modules/ps_checkout/vendor/composer/autoload_real.php
424 /modules/ps_checkout/vendor/composer/platform_check.php
425 /modules/ps_checkout/vendor/composer/autoload_static.php
426 /modules/ps_checkout/vendor/clue/stream-filter/src/functions_include.php
427 /modules/ps_checkout/vendor/clue/stream-filter/src/functions.php
428 /modules/ps_checkout/vendor/php-http/message/src/filters.php
429 /modules/ps_checkout/vendor/ramsey/uuid/src/functions.php
430 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment.php
431 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Client.php
432 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
433 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
434 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
435 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
436 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
437 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
438 /modules/ps_checkout/vendor/segmentio/analytics-php/lib/Segment/Version.php
439 /modules/blockreassurance/vendor/autoload.php
440 /modules/blockreassurance/vendor/composer/autoload_real.php
441 /modules/blockreassurance/vendor/composer/autoload_static.php
442 /modules/ps_accounts/vendor/autoload.php
443 /modules/ps_accounts/vendor/composer/autoload_real.php
444 /modules/ps_accounts/vendor/composer/platform_check.php
445 /modules/ps_accounts/vendor/composer/autoload_static.php
446 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
447 /modules/ps_accounts/vendor/symfony/polyfill-php70/bootstrap.php
448 /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions_include.php
449 /modules/ps_accounts/vendor/guzzlehttp/promises/src/functions.php
450 /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions_include.php
451 /modules/ps_accounts/vendor/guzzlehttp/psr7/src/functions.php
452 /modules/ps_accounts/vendor/symfony/polyfill-apcu/bootstrap.php
453 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions_include.php
454 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/functions.php
455 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
456 /modules/ps_distributionapiclient/vendor/autoload.php
457 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
458 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
459 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
460 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
461 /modules/ultimateimagetool/vendor/autoload.php
462 /modules/ultimateimagetool/vendor/composer/autoload_real.php
463 /modules/ultimateimagetool/vendor/composer/autoload_static.php
464 /modules/mondialrelay/vendor/autoload.php
465 /modules/mondialrelay/vendor/composer/autoload_real.php
466 /modules/mondialrelay/vendor/composer/autoload_static.php
467 /src/Core/Localization/Locale/Repository.php
468 /src/Core/Localization/Locale/RepositoryInterface.php
469 /src/Core/Localization/CLDR/LocaleRepository.php
470 /src/Core/Localization/CLDR/LocaleDataSource.php
471 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
472 /src/Core/Data/Layer/AbstractDataLayer.php
473 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
474 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
475 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
476 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
477 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
478 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
479 /vendor/symfony/contracts/Cache/CacheTrait.php
480 /vendor/psr/cache/src/InvalidArgumentException.php
481 /vendor/psr/cache/src/CacheException.php
482 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
483 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
484 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
485 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
486 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
487 /src/Core/Localization/CLDR/Reader.php
488 /src/Core/Localization/CLDR/ReaderInterface.php
489 /src/Core/Localization/Currency/Repository.php
490 /src/Core/Localization/Currency/RepositoryInterface.php
491 /src/Core/Localization/Currency/CurrencyDataSource.php
492 /src/Core/Localization/Currency/DataSourceInterface.php
493 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
494 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
495 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
496 /src/Adapter/Currency/CurrencyDataProvider.php
497 /src/Core/Currency/CurrencyDataProviderInterface.php
498 /src/Adapter/LegacyContext.php
499 /src/Adapter/Tools.php
500 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
501 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
502 /vendor/prestashop/decimal/src/Operation/Rounding.php
503 /src/Core/Localization/Locale.php
504 /src/Core/Localization/LocaleInterface.php
505 /src/Core/Localization/Specification/Price.php
506 /src/Core/Localization/Specification/Number.php
507 /src/Core/Localization/Specification/NumberInterface.php
508 /src/Core/Localization/Specification/Factory.php
509 /src/Core/Localization/CLDR/LocaleData.php
510 /src/Core/Localization/CLDR/NumberSymbolsData.php
511 /src/Core/Localization/CLDR/CurrencyData.php
512 /src/Core/Localization/CLDR/Locale.php
513 /src/Core/Localization/CLDR/LocaleInterface.php
514 /src/Core/Localization/Specification/NumberSymbolList.php
515 /classes/Currency.php
516 /src/Core/Localization/Currency/LocalizedCurrencyId.php
517 /src/Core/Localization/Currency/CurrencyData.php
518 /src/Core/Localization/Currency/CurrencyCollection.php
519 /src/Core/Localization/Currency.php
520 /src/Core/Localization/CurrencyInterface.php
521 /src/Core/Localization/Specification/NumberCollection.php
522 /src/Core/Localization/Number/Formatter.php
523 /classes/Cart.php
524 /src/Adapter/AddressFactory.php
525 /classes/CartRule.php
526 /classes/Product.php
527 /src/Core/Domain/Product/ValueObject/RedirectType.php
528 /src/Core/Util/DateTime/DateTime.php
529 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
530 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
531 /src/Core/Domain/Product/ValueObject/ProductType.php
532 /src/Core/Domain/Product/ValueObject/Reference.php
533 /src/Core/Domain/Product/ValueObject/Ean13.php
534 /src/Core/Domain/Product/ValueObject/Isbn.php
535 /src/Core/Domain/Product/ValueObject/Upc.php
536 /src/Core/Domain/Product/ProductSettings.php
537 /src/Core/Domain/Shop/ValueObject/ShopId.php
538 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
539 /modules/ps_emailsubscription/ps_emailsubscription.php
540 /src/Core/Module/WidgetInterface.php
541 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
542 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
543 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
544 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
545 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
546 /src/PrestaShopBundle/Translation/DomainNormalizer.php
547 /classes/Media.php
548 /modules/ps_socialfollow/ps_socialfollow.php
549 /modules/ps_checkout/ps_checkout.php
550 /classes/PaymentModule.php
551 /modules/ps_checkout/translations/fr.php
552 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
553 /modules/ps_checkout/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
554 /modules/ps_checkout/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
555 /var/cache/prod/Ps_checkout8353FrontContainer.php
556 /modules/ps_checkout/src/Validator/FrontControllerValidator.php
557 /modules/ps_checkout/src/Validator/MerchantValidator.php
558 /modules/ps_checkout/src/PayPal/PayPalConfiguration.php
559 /modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
560 /modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
561 /modules/ps_checkout/src/Shop/ShopProvider.php
562 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
563 /vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
564 /modules/ps_checkout/src/Repository/PayPalCodeRepository.php
565 /modules/ps_checkout/src/Repository/PsAccountRepository.php
566 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
567 /modules/ps_checkout/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
568 /src/Core/Addon/Module/ModuleManagerBuilder.php
569 /src/Core/Util/File/YamlParser.php
570 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
571 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
572 /var/cache/prod/yaml/31431f755859266168c0c19e3e338cf6.php
573 /src/Adapter/LegacyLogger.php
574 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
575 /src/Adapter/Module/ModuleDataProvider.php
576 /src/Adapter/Module/AdminModuleDataProvider.php
577 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
578 /src/Adapter/Module/Module.php
579 /src/Core/Module/ModuleInterface.php
580 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
581 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
582 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
583 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
584 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
585 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
586 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
587 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
588 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
589 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
590 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
591 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
592 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
593 /src/Adapter/Module/ModuleDataUpdater.php
594 /src/Core/Module/ModuleManager.php
595 /src/Core/Module/ModuleManagerInterface.php
596 /src/Core/Module/ModuleRepository.php
597 /src/Core/Module/ModuleRepositoryInterface.php
598 /src/Adapter/HookManager.php
599 /src/Core/Module/SourceHandler/SourceHandlerFactory.php
600 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
601 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
602 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
603 /modules/ps_distributionapiclient/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php
604 /src/Core/Hook/HookDispatcherInterface.php
605 /modules/ps_accounts/ps_accounts.php
606 /modules/ps_accounts/src/Hook/HookableTrait.php
607 /modules/ps_accounts/src/Module/Install.php
608 /modules/ps_accounts/translations/fr.php
609 /modules/ps_accounts/src/DependencyInjection/ServiceContainer.php
610 /modules/ps_accounts/src/DependencyInjection/ContainerProvider.php
611 /var/cache/prod/Ps_accounts703FrontContainer.php
612 /modules/ps_accounts/src/Service/PsAccountsService.php
613 /modules/ps_accounts/src/Account/Session/Firebase/ShopSession.php
614 /modules/ps_accounts/src/Account/Session/Session.php
615 /modules/ps_accounts/src/Account/Session/SessionInterface.php
616 /modules/ps_accounts/src/Repository/ConfigurationRepository.php
617 /modules/ps_accounts/src/Adapter/Configuration.php
618 /modules/ps_accounts/src/Account/Session/ShopSession.php
619 /modules/ps_accounts/src/Account/Session/RefreshFirebaseTokens.php
620 /modules/ps_accounts/src/Provider/OAuth2/ShopProvider.php
621 /modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/PrestaShop.php
622 /modules/ps_accounts/vendor/league/oauth2-client/src/Provider/AbstractProvider.php
623 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/ArrayAccessorTrait.php
624 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/GuardedPropertyTrait.php
625 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/QueryBuilderTrait.php
626 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php
627 /modules/ps_accounts/vendor/prestashopcorp/oauth2-prestashop/src/Provider/LogoutTrait.php
628 /modules/ps_accounts/src/Provider/OAuth2/Oauth2Client.php
629 /modules/ps_accounts/src/Adapter/ConfigurationKeys.php
630 /modules/ps_accounts/src/Type/Enum.php
631 /modules/ps_accounts/src/Adapter/Link.php
632 /modules/ps_accounts/src/Context/ShopContext.php
633 /modules/ps_accounts/vendor/league/oauth2-client/src/Grant/GrantFactory.php
634 /modules/ps_accounts/vendor/league/oauth2-client/src/Tool/RequestFactory.php
635 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Client.php
636 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/ClientInterface.php
637 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/HandlerStack.php
638 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php
639 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php
640 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php
641 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php
642 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php
643 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php
644 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/Middleware.php
645 /modules/ps_accounts/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php
646 /modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php
647 /modules/ps_accounts/vendor/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php
648 /modules/ps_accounts/src/Account/Session/Firebase/OwnerSession.php
649 /modules/ps_accounts/src/Account/LinkShop.php
650 /modules/ps_checkout/src/Context/PrestaShopContext.php
651 /modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
652 /modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
653 /modules/ps_checkout/src/Version/Version.php
654 /modules/blockreassurance/blockreassurance.php
655 /modules/posquickmenu/posquickmenu.php
656 /modules/posquickmenu/classes/QuickmenuActivity.php
657 /modules/mondialrelay/mondialrelay.php
658 /modules/mondialrelay/classes/MondialrelayTools.php
659 /modules/mondialrelay/classes/services/MondialrelayService.php
660 /modules/mondialrelay/classes/MondialrelayCarrierMethod.php
661 /modules/mondialrelay/classes/MondialrelaySelectedRelay.php
662 /modules/mondialrelay/vendor/totpsclasslib/src/Module.php
663 /modules/mondialrelay/translations/fr.php
664 /src/Core/Security/Hashing.php
665 /classes/ProductDownload.php
666 /classes/tax/Tax.php
667 /src/Core/Localization/CLDR/ComputingPrecision.php
668 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
669 /src/Core/Cart/Calculator.php
670 /src/Core/Cart/CartRowCollection.php
671 /src/Core/Cart/Fees.php
672 /src/Core/Cart/AmountImmutable.php
673 /src/Core/Cart/CartRuleCollection.php
674 /src/Core/Cart/CartRuleCalculator.php
675 /src/Adapter/Product/PriceCalculator.php
676 /classes/order/Order.php
677 /src/Core/Cart/CartRow.php
678 /vendor/prestashop/decimal/src/DecimalNumber.php
679 /vendor/prestashop/decimal/src/Builder.php
680 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
681 /classes/Gender.php
682 /classes/Risk.php
683 /classes/Meta.php
684 /modules/creativeelements/creativeelements.php
685 /modules/creativeelements/classes/CETemplate.php
686 /modules/creativeelements/classes/CEContent.php
687 /modules/creativeelements/classes/CESmarty.php
688 /modules/creativeelements/includes/plugin.php
689 /modules/creativeelements/classes/wrappers/Helper.php
690 /modules/creativeelements/classes/CERevision.php
691 /modules/creativeelements/classes/wrappers/UId.php
692 /modules/creativeelements/classes/wrappers/Post.php
693 /modules/creativeelements/translations/fr.php
694 /classes/Address.php
695 /classes/ImageType.php
696 /classes/State.php
697 /src/Core/Security/PasswordPolicyConfiguration.php
698 /src/Core/Configuration/DataConfigurationInterface.php
699 /src/Core/Filter/FrontEndObject/MainFilter.php
700 /src/Core/Filter/FilterInterface.php
701 /src/Core/Filter/FrontEndObject/CartFilter.php
702 /src/Core/Filter/HashMapWhitelistFilter.php
703 /src/Core/Filter/CollectionFilter.php
704 /src/Core/Filter/FrontEndObject/ProductFilter.php
705 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
706 /src/Core/Filter/FrontEndObject/CustomerFilter.php
707 /src/Core/Filter/FrontEndObject/ShopFilter.php
708 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
709 /modules/creativeelements/includes/api.php
710 /modules/creativeelements/includes/utils.php
711 /modules/creativeelements/includes/user.php
712 /modules/creativeelements/includes/fonts.php
713 /modules/creativeelements/includes/db.php
714 /modules/creativeelements/includes/base/controls-stack.php
715 /modules/creativeelements/includes/managers/controls.php
716 /modules/creativeelements/includes/managers/schemes.php
717 /modules/creativeelements/includes/managers/elements.php
718 /modules/creativeelements/includes/managers/widgets.php
719 /modules/creativeelements/includes/managers/skins.php
720 /modules/creativeelements/includes/settings/settings.php
721 /modules/creativeelements/includes/editor.php
722 /modules/creativeelements/includes/embed.php
723 /modules/creativeelements/includes/frontend.php
724 /modules/creativeelements/includes/heartbeat.php
725 /modules/creativeelements/includes/responsive.php
726 /modules/creativeelements/includes/stylesheet.php
727 /modules/creativeelements/includes/template-library/manager.php
728 /modules/creativeelements/includes/managers/revisions.php
729 /modules/creativeelements/includes/page-settings/manager.php
730 /modules/creativeelements/includes/css-file/css-file.php
731 /modules/creativeelements/includes/css-file/post-css-file.php
732 /modules/creativeelements/includes/css-file/global-css-file.php
733 /modules/creativeelements/includes/conditions.php
734 /modules/creativeelements/includes/shapes.php
735 /modules/creativeelements/includes/controls/base.php
736 /modules/creativeelements/includes/controls/base-multiple.php
737 /modules/creativeelements/includes/controls/base-units.php
738 /modules/creativeelements/includes/interfaces/group-control.php
739 /modules/creativeelements/includes/controls/groups/base.php
740 /modules/creativeelements/includes/interfaces/scheme.php
741 /modules/creativeelements/includes/schemes/base.php
742 /modules/creativeelements/includes/schemes/color.php
743 /modules/creativeelements/includes/schemes/typography.php
744 /modules/creativeelements/includes/schemes/color-picker.php
745 /modules/creativeelements/includes/base/element-base.php
746 /modules/creativeelements/includes/elements/column.php
747 /modules/creativeelements/includes/elements/section.php
748 /modules/creativeelements/includes/elements/repeater.php
749 /modules/creativeelements/includes/base/widget-base.php
750 /modules/creativeelements/includes/base/widget-premium-base.php
751 /modules/creativeelements/includes/base/skin-base.php
752 /modules/creativeelements/includes/page-settings/page.php
753 /modules/creativeelements/includes/template-library/classes/class-import-images.php
754 /modules/creativeelements/includes/template-library/sources/base.php
755 /modules/creativeelements/includes/template-library/sources/local.php
756 /modules/creativeelements/includes/template-library/sources/remote.php
757 /modules/posthemeoptions/posthemeoptions.php
758 /src/Adapter/Localization/LegacyTranslator.php
759 /modules/posthemeoptions/elementor/src/WidgetHelper.php
760 /modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php
761 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php
762 /modules/ps_checkout/src/Environment/PaypalEnv.php
763 /modules/ps_checkout/src/Environment/Env.php
764 /modules/ps_checkout/src/Environment/EnvLoader.php
765 /modules/ps_checkout/src/PayPal/Mode.php
766 /modules/ps_checkout/src/PayPal/Intent.php
767 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
768 /var/cache/prod/smarty/compile/theme_optima/c8/7e/36/c87e360d61e0989afdf85162e63ebc28464e4e21_2.file.header.tpl.php
769 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
770 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
771 /modules/poswishlist/poswishlist.php
772 /modules/poswishlist/classes/WishListClass.php
773 /modules/poscompare/poscompare.php
774 /modules/posrotatorimg/posrotatorimg.php
775 /var/cache/prod/smarty/compile/theme_optima/8b/e9/28/8be92834cc650ccfae555b9e51b5e2cda858f17b_2.file.rotator_header.tpl.php
776 /modules/possearchproducts/possearchproducts.php
777 /modules/possearchproducts/src/PosSearchCore.php
778 /classes/Search.php
779 /modules/possearchproducts/src/PosSearchProvider.php
780 /src/Core/Product/Search/ProductSearchProviderInterface.php
781 /modules/poscookielaw/poscookielaw.php
782 /var/cache/prod/smarty/compile/theme_optima/94/1d/0b/941d0b66d828ad8fbbd0dc5cc32594aa73426d50_2.file.cookielaw-header.tpl.php
783 /modules/posfakeorder/posfakeorder.php
784 /classes/ProductAssembler.php
785 /src/Core/Product/Search/ProductSearchContext.php
786 /classes/ProductPresenterFactory.php
787 /src/Core/Product/ProductPresentationSettings.php
788 /src/Core/Product/ProductListingPresenter.php
789 /src/Adapter/Presenter/Product/ProductListingPresenter.php
790 /src/Adapter/Presenter/Product/ProductPresenter.php
791 /src/Adapter/Product/ProductColorsRetriever.php
792 /modules/posmegamenu/posmegamenu.php
793 /modules/posmegamenu/classes/PosMegamenuClass.php
794 /modules/posmegamenu/classes/PosMegamenuSubmenuClass.php
795 /modules/posmegamenu/classes/PosMegamenuSubmenuRowClass.php
796 /modules/posmegamenu/classes/PosMegamenuSubmenuColumnClass.php
797 /modules/posmegamenu/classes/PosMegamenuSubmenuItemClass.php
798 /modules/posmegamenu/sql/posSampleDataMenu.php
799 /modules/posvegamenu/posvegamenu.php
800 /modules/posvegamenu/classes/PosVegamenuClass.php
801 /modules/posvegamenu/classes/PosVegamenuSubmenuClass.php
802 /modules/posvegamenu/classes/PosVegamenuSubmenuRowClass.php
803 /modules/posvegamenu/classes/PosVegamenuSubmenuColumnClass.php
804 /modules/posvegamenu/classes/PosVegamenuSubmenuItemClass.php
805 /modules/posvegamenu/sql/posSampleDataVerMenu.php
806 /var/cache/prod/smarty/compile/theme_optima/b9/ca/ea/b9caea24408757b8fa3c79ab1c4ccb44e264339d_2.file.posquickmenu-header.tpl.php
807 /modules/posshoppingcart/posshoppingcart.php
808 /src/Adapter/Cart/CartPresenter.php
809 /modules/possizechart/possizechart.php
810 /modules/ultimateimagetool/ultimateimagetool.php
811 /src/Core/Product/Search/ProductSearchQuery.php
812 /src/Core/Product/Search/SortOrder.php
813 /modules/ps_facetedsearch/ps_facetedsearch.php
814 /modules/ps_facetedsearch/src/HookDispatcher.php
815 /modules/ps_facetedsearch/src/Hook/Attribute.php
816 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
817 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
818 /modules/ps_facetedsearch/src/Hook/Category.php
819 /modules/ps_facetedsearch/src/Hook/Configuration.php
820 /modules/ps_facetedsearch/src/Hook/Design.php
821 /modules/ps_facetedsearch/src/Hook/Feature.php
822 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
823 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
824 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
825 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
826 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
827 /modules/ps_facetedsearch/src/Hook/Product.php
828 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
829 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
830 /modules/ps_facetedsearch/src/Filters/Provider.php
831 /modules/ps_facetedsearch/src/URLSerializer.php
832 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
833 /modules/ps_facetedsearch/src/Product/SearchProvider.php
834 /src/Core/Product/Search/FacetsRendererInterface.php
835 /modules/ps_facetedsearch/src/Filters/Converter.php
836 /modules/ps_facetedsearch/src/Product/SearchFactory.php
837 /src/Core/Product/Search/ProductSearchResult.php
838 /modules/ps_facetedsearch/src/Product/Search.php
839 /modules/ps_facetedsearch/src/Adapter/MySQL.php
840 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
841 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
842 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
843 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
844 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
845 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
846 /modules/ps_facetedsearch/src/Filters/Products.php
847 /classes/stock/StockAvailable.php
848 /modules/ps_facetedsearch/src/Filters/Block.php
849 /src/Core/Product/Search/FacetCollection.php
850 /classes/Combination.php
851 /override/classes/Manufacturer.php
852 /classes/Manufacturer.php
853 /src/Core/Util/String/StringModifier.php
854 /src/Core/Util/String/StringModifierInterface.php
855 /classes/SpecificPrice.php
856 /classes/tax/TaxManagerFactory.php
857 /classes/tax/TaxRulesTaxManager.php
858 /classes/tax/TaxManagerInterface.php
859 /classes/tax/TaxCalculator.php
860 /classes/GroupReduction.php
861 /classes/Pack.php
862 /classes/Feature.php
863 /src/Core/Domain/Combination/CombinationSettings.php
864 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
865 /src/Adapter/Presenter/Product/ProductLazyArray.php
866 /src/Adapter/Presenter/AbstractLazyArray.php
867 /src/Core/Util/Inflector.php
868 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
869 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
870 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
871 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
872 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
873 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
874 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
875 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
876 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
877 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
878 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
879 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
880 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
881 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
882 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
883 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
884 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
885 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
886 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
887 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
888 /classes/Image.php
889 /src/Core/Image/ImageFormatConfiguration.php
890 /src/Core/Image/ImageFormatConfigurationInterface.php
891 /classes/FeatureFlag.php
892 /src/Core/FeatureFlag/FeatureFlagSettings.php
893 /var/cache/prod/smarty/compile/theme_optima/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
894 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
895 /vendor/smarty/smarty/libs/plugins/modifier.count.php
896 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
897 /src/Core/Product/Search/Pagination.php
898 /vendor/defuse/php-encryption/src/Crypto.php
899 /vendor/defuse/php-encryption/src/KeyOrPassword.php
900 /vendor/defuse/php-encryption/src/RuntimeTests.php
901 /vendor/defuse/php-encryption/src/DerivedKeys.php
902 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
903 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
904 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/ad/a7/0e/ada70e8b5b380af6ec99fd9def6124060ebf35f2_2.file.category.tpl.php
905 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/27/2a/86/272a864a0857afa1eb1a4a0d24568dcf7b396ee5_2.file.product-list.tpl.php
906 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e9/bf/99/e9bf997716dacdc36ea2da739e2305b688fb3817_2.file.left_column.tpl.php
907 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3b/02/66/3b026684d8525bd5f1cacf1b17e5112347e5fbca_2.file.layout-left-column.tpl.php
908 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/c2/a5/c8/c2a5c8a46b295f91fcfc114be248459354f19350_2.file.layout-both-columns.tpl.php
909 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/c4/54/13/c454139f62a91896c6d8834a9423badc46cedeec_2.file.head.tpl.php
910 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fb/49/57/fb4957eedd010c8e314beb4e01c2a45557f2e7b4_2.file.head-jsonld.tpl.php
911 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/2e/14/99/2e149906d8d6166a0feb8ee9af83a7b0a7759f7f_2.file.product-list-jsonld.tpl.php
912 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/d6/02/f1/d602f16c07cf81253726bbfda59a0b32ee017432_2.file.pagination-seo.tpl.php
913 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
914 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
915 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/a5/71/26/a57126b25c3e8d8759974c1038380e0871289485_2.file.stylesheets.tpl.php
916 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/98/5e/9b/985e9b4977cdf71817c38418f6dc4d10109e483d_2.file.javascript.tpl.php
917 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/9a/21/4e/9a214e1c3697e7322d1f8bc138fc695d26915928_2.file.product-activation.tpl.php
918 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/60/bf/eb/60bfeb723ca40b6c1ad0488fa39c1cbf2c01102f_2.file.header.tpl.php
919 /modules/creativeelements/includes/controls/text.php
920 /modules/creativeelements/includes/controls/number.php
921 /modules/creativeelements/includes/controls/textarea.php
922 /modules/creativeelements/includes/controls/select.php
923 /modules/creativeelements/includes/controls/checkbox.php
924 /modules/creativeelements/includes/controls/switcher.php
925 /modules/creativeelements/includes/controls/hidden.php
926 /modules/creativeelements/includes/controls/heading.php
927 /modules/creativeelements/includes/controls/raw-html.php
928 /modules/creativeelements/includes/controls/section.php
929 /modules/creativeelements/includes/controls/tab.php
930 /modules/creativeelements/includes/controls/tabs.php
931 /modules/creativeelements/includes/controls/divider.php
932 /modules/creativeelements/includes/controls/color.php
933 /modules/creativeelements/includes/controls/media.php
934 /modules/creativeelements/includes/controls/slider.php
935 /modules/creativeelements/includes/controls/dimensions.php
936 /modules/creativeelements/includes/controls/choose.php
937 /modules/creativeelements/includes/controls/wysiwyg.php
938 /modules/creativeelements/includes/controls/code.php
939 /modules/creativeelements/includes/controls/font.php
940 /modules/creativeelements/includes/controls/image-dimensions.php
941 /modules/creativeelements/includes/controls/ps-widget.php
942 /modules/creativeelements/includes/controls/url.php
943 /modules/creativeelements/includes/controls/repeater.php
944 /modules/creativeelements/includes/controls/icon.php
945 /modules/creativeelements/includes/controls/structure.php
946 /modules/creativeelements/includes/controls/select2.php
947 /modules/creativeelements/includes/controls/date-time.php
948 /modules/creativeelements/includes/controls/box-shadow.php
949 /modules/creativeelements/includes/controls/animation.php
950 /modules/creativeelements/includes/controls/hover-animation.php
951 /modules/creativeelements/includes/controls/order.php
952 /modules/creativeelements/includes/controls/groups/background.php
953 /modules/creativeelements/includes/controls/groups/border.php
954 /modules/creativeelements/includes/controls/groups/typography.php
955 /modules/creativeelements/includes/controls/groups/image-size.php
956 /modules/creativeelements/includes/controls/groups/box-shadow.php
957 /modules/creativeelements/includes/widgets/common.php
958 /modules/creativeelements/includes/widgets/heading.php
959 /modules/creativeelements/includes/widgets/image.php
960 /modules/creativeelements/includes/widgets/text-editor.php
961 /modules/creativeelements/includes/widgets/video.php
962 /modules/creativeelements/includes/widgets/button.php
963 /modules/creativeelements/includes/widgets/divider.php
964 /modules/creativeelements/includes/widgets/spacer.php
965 /modules/creativeelements/includes/widgets/google-maps.php
966 /modules/creativeelements/includes/widgets/icon.php
967 /modules/creativeelements/includes/widgets/image-box.php
968 /modules/creativeelements/includes/widgets/icon-box.php
969 /modules/creativeelements/includes/widgets/image-carousel.php
970 /modules/creativeelements/includes/widgets/icon-list.php
971 /modules/creativeelements/includes/widgets/counter.php
972 /modules/creativeelements/includes/widgets/progress.php
973 /modules/creativeelements/includes/widgets/testimonial.php
974 /modules/creativeelements/includes/widgets/tabs.php
975 /modules/creativeelements/includes/widgets/accordion.php
976 /modules/creativeelements/includes/widgets/toggle.php
977 /modules/creativeelements/includes/widgets/social-icons.php
978 /modules/creativeelements/includes/widgets/alert.php
979 /modules/creativeelements/includes/widgets/shortcode.php
980 /modules/creativeelements/includes/widgets/html.php
981 /modules/creativeelements/includes/widgets/menu-anchor.php
982 /modules/creativeelements/includes/widgets/product-grid.php
983 /modules/creativeelements/includes/widgets/product-carousel.php
984 /modules/creativeelements/includes/widgets/product-box.php
985 /modules/creativeelements/includes/widgets/layer-slider.php
986 /modules/creativeelements/includes/widgets/call-to-action.php
987 /modules/creativeelements/includes/widgets/flip-box.php
988 /modules/creativeelements/includes/widgets/contact-form.php
989 /modules/creativeelements/includes/widgets/email-subscription.php
990 /modules/creativeelements/includes/widgets/image-hotspot.php
991 /modules/creativeelements/includes/widgets/countdown.php
992 /modules/creativeelements/includes/widgets/ajax-search.php
993 /modules/creativeelements/includes/widgets/testimonial-carousel.php
994 /modules/creativeelements/includes/widgets/facebook-page.php
995 /modules/creativeelements/includes/widgets/facebook-button.php
996 /modules/creativeelements/includes/widgets/trustedshops-reviews.php
997 /modules/creativeelements/includes/widgets/image-slider.php
998 /modules/creativeelements/includes/widgets/category-tree.php
999 /modules/creativeelements/includes/widgets/module.php
1000 /modules/posthemeoptions/elementor/widgets/PosBannerWidget.php
1001 /modules/posthemeoptions/elementor/widgets/PosBrandWidget.php
1002 /modules/posthemeoptions/elementor/widgets/PosCategoriesWidget.php
1003 /modules/posthemeoptions/elementor/widgets/PosCountdownWidget.php
1004 /modules/posthemeoptions/elementor/widgets/PosHeaderAccountWidget.php
1005 /modules/posthemeoptions/elementor/widgets/PosHeaderCartWidget.php
1006 /modules/posthemeoptions/elementor/widgets/PosHeaderCompareWidget.php
1007 /modules/posthemeoptions/elementor/widgets/PosHeaderContactWidget.php
1008 /modules/posthemeoptions/elementor/widgets/PosHeaderCurrencyWidget.php
1009 /modules/posthemeoptions/elementor/widgets/PosHeaderLanguageWidget.php
1010 /modules/posthemeoptions/elementor/widgets/PosHeaderLogoWidget.php
1011 /modules/posthemeoptions/elementor/widgets/PosHeaderMenuWidget.php
1012 /modules/posthemeoptions/elementor/widgets/PosHeaderSearchWidget.php
1013 /modules/posthemeoptions/elementor/widgets/PosHeaderSettingsWidget.php
1014 /modules/posthemeoptions/elementor/widgets/PosHeaderWishlistWidget.php
1015 /modules/posthemeoptions/elementor/widgets/PosIconBoxWidget.php
1016 /modules/posthemeoptions/elementor/widgets/PosImageHotspotWidget.php
1017 /modules/posthemeoptions/elementor/widgets/PosLatestPostWidget.php
1018 /modules/posthemeoptions/elementor/widgets/PosLinksWidget.php
1019 /modules/posthemeoptions/elementor/widgets/PosNewsletterWidget.php
1020 /modules/posthemeoptions/elementor/widgets/PosProductsWidget.php
1021 /modules/posthemeoptions/elementor/widgets/PosSaleProductsWidget.php
1022 /modules/posthemeoptions/elementor/widgets/PosSlideshowWidget.php
1023 /modules/posthemeoptions/elementor/widgets/PosSocialsWidget.php
1024 /modules/posthemeoptions/elementor/widgets/PosTabProductsWidget.php
1025 /modules/posthemeoptions/elementor/widgets/PosTestimonialsWidget.php
1026 /modules/posthemeoptions/elementor/widgets/PosTitleWidget.php
1027 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1028 /var/cache/prod/smarty/compile/theme_optima/e9/d6/ed/e9d6ed9a65d832439eb2d2c1033bbc69dd9aac0c_2.module.possearchproductsviewstemplatesfrontpossearch.tpl.php
1029 /var/cache/prod/smarty/compile/theme_optima/40/ae/05/40ae055e7fdb64a85cc7817f3c9631eaf6064013_2.module.poscompareviewstemplateshookcompare_top.tpl.php
1030 /var/cache/prod/smarty/compile/theme_optima/cb/58/8e/cb588eb71b03d086625934703f31b77b803df058_2.file.poswishlist_top.tpl.php
1031 /var/cache/prod/smarty/compile/theme_optima/fd/b3/13/fdb3135c9a469525a27945e4bc035c97ba314a70_2.module.posshoppingcartposshoppingcart.tpl.php
1032 /var/cache/prod/smarty/compile/theme_optima/2b/48/93/2b489359f0231e824bd37bc2623e9d38b0fde5a4_2.file.cart-detailed-totals.tpl.php
1033 /var/cache/prod/smarty/compile/theme_optima/e1/33/42/e133428f41ae8e3822e6bce309e451fe28df7fc6_2.file.cart-summary-totals.tpl.php
1034 /var/cache/prod/smarty/compile/theme_optima/26/60/23/266023acac749ad7a9eaf1e039d47ecdf2503754_2.file.posmegamenu.tpl.php
1035 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1036 /var/cache/prod/smarty/compile/theme_optima/aa/4e/be/aa4ebe77639ea231b9c24425616e48e9b1cec9fa_2.file.posmegamenu-mobile.tpl.php
1037 /var/cache/prod/smarty/compile/a2/85/e4/a285e45880830cc40b1003d907274e7e3316472b_2.file.menu-mobile.tpl.php
1038 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
1039 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fc/19/f4/fc19f4ad6cf3e24e8b8b5fa628d4a004c0dcb193_2.file.breadcrumb.tpl.php
1040 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/bd/a6/7e/bda67efa72bc0109cf439adb512c67acac57394c_2.file.subcategories.tpl.php
1041 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/c4/c6/2c/c4c62c4ecb67eb77692bb24e3f38a46d0aeb0633_2.file.notifications.tpl.php
1042 /modules/ps_categorytree/ps_categorytree.php
1043 /var/cache/prod/smarty/compile/theme_optima/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1044 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1045 /var/cache/prod/smarty/compile/theme_optima/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1046 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/fb/ba/59/fbba59879d7deb489ee4e91bbe73f6bb8e7ad471_2.file.products-top.tpl.php
1047 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/76/0c/da/760cda916310bbc565890392482af530e5fcc07f_2.file.sort-orders.tpl.php
1048 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/55/1f/13/551f13416e56d6f85aae2af50f1ec3a25c7d6c8e_2.file.products.tpl.php
1049 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/f3/2e/4a/f32e4a104d974f40b77af6e42fa9dbc38694fd18_2.file.productlist.tpl.php
1050 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1051 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/bd/24/80/bd2480732927c114b07100b6878daae225494778_2.file.product.tpl.php
1052 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
1053 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
1054 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1055 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
1056 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
1057 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
1058 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
1059 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
1060 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
1061 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
1062 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
1063 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
1064 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
1065 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
1066 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
1067 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
1068 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1069 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1070 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1071 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
1072 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1073 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
1074 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
1075 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
1076 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
1077 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
1078 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1079 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/03/28/6e/03286e2057d814ef21dd2820189d8176e30f9497_2.file.grid6.tpl.php
1080 /var/cache/prod/smarty/compile/theme_optima/f5/ee/32/f5ee322d4a46ad94d32d8f4a0e360549e1baf082_2.module.poswishlistviewstemplateshookposwishlist_button.tpl.php
1081 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/5d/5b/c1/5d5bc13ba3f4b3a0479c1eb3090d673c7aad68ff_2.file.button-cart.tpl.php
1082 /var/cache/prod/smarty/compile/theme_optima/a8/36/33/a8363341c3d3026a2d9dbe67e0cacd833295d072_2.file.rotator.tpl.php
1083 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/e4/ec/f4/e4ecf4f9a981ce7d513d6766e05558d7b399a823_2.file.pagination.tpl.php
1084 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/01/e3/ad/01e3addecc275656460d797cd85fe08ad02ffed0_2.file.products-bottom.tpl.php
1085 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_code.php
1086 /var/cache/prod/smarty/compile/theme_optimalayouts_layout_left_column_tpl/3d/8e/ca/3d8eca5a1f96cee20ee8b801b9f5e2e7142b5acb_2.file.footer.tpl.php
1087 /classes/CMS.php
1088 /var/cache/prod/smarty/compile/c9/ad/f1/c9adf1bebf672e17316799867796355b180fd8cc_2.file.links.tpl.php
1089 /var/cache/prod/smarty/compile/3b/e6/87/3be68775066008fce9b0e300ec467d14e70b2750_2.file.newsletter.tpl.php
1090 /var/cache/prod/smarty/compile/theme_optima/6c/f9/c9/6cf9c91bfa3db2a0479c2ddd1097cd848853e1a3_2.module.posfakeorderposfakeorder.tpl.php
1091 /var/cache/prod/smarty/compile/theme_optima/49/f2/cb/49f2cb7ff9badc39d7b8e8ae207c133dda0ef4ac_2.module.poscookielawviewstemplateshookposcookielaw.tpl.php