Lunettes femme

Aktive Filter

  • Bilden: Gerundet
  • Bilden: Pilot
  • Bilden: Schmetterling
  • Farbe: Wollweiß
  • Farbe: Schwarz
  • Farbe: Silber
  • Farbe: gunmetal
  • Farbe: Brun
Load Time 4714 ms
Querying Time 1383 ms
Queries 745
Memory Peak Usage 68.0 Mb
Included Files 1172 files - 9.58 Mb
PrestaShop Cache - Mb
Global vars 0.11 Mb
PrestaShop Version 8.2.3
PHP Version 8.2.29
MySQL Version 10.6.17-MariaDB-1:10.6.17+maria~deb11-log
Memory Limit 2048M
Max Execution Time 3600s
Smarty Cache enabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 214.910 ms 214.910 ms 22.36 Mb 22.7 Mb
__construct 13.169 ms 228.079 ms 1.82 Mb 24.2 Mb
init 785.709 ms 1014 ms 4.17 Mb 29.6 Mb
checkAccess 0.002 ms 1014 ms - Mb 29.6 Mb
setMedia 2405 ms 3419 ms 22.24 Mb 51.5 Mb
postProcess 0.002 ms 3419 ms - Mb 51.5 Mb
initHeader 0.003 ms 3419 ms - Mb 51.5 Mb
initContent 602.633 ms 4021 ms 8.19 Mb 58.9 Mb
initFooter 0.003 ms 4021 ms - Mb 58.9 Mb
display 693.192 ms 4714 ms 8.97 Mb 68.0 Mb
Hook Time Memory Usage
displayTop 107.066 ms 2.72 Mb
displayFooter 88.670 ms 0.83 Mb
DisplayFooter 57.312 ms 0.12 Mb
displayNav2 56.632 ms 0.40 Mb
DisplayBeforeBodyClosingTag 39.546 ms 0.50 Mb
displayFooterBefore 19.294 ms 0.58 Mb
DisplayHeader 15.914 ms 1.22 Mb
displayLeftColumn 12.363 ms 0.17 Mb
ActionFrontControllerSetMedia 8.688 ms 0.13 Mb
DisplayLeftColumn 7.169 ms 0.04 Mb
displayNav1 4.791 ms 0.08 Mb
DisplayGDPRConsent 4.691 ms 0.05 Mb
DisplayMyAccountBlock 3.569 ms 0.07 Mb
ProductSearchProvider 2.047 ms 0.16 Mb
DisplayFooterAfter 0.011 ms - Mb
DisplayFooterBefore 0.010 ms - Mb
DisplayNavFullWidth 0.009 ms - Mb
DisplayAfterBodyOpeningTag 0.007 ms - Mb
18 hook(s) 427.788 ms 7.06 Mb
Module Time Memory Usage
blockreassurance 2358 ms 21.49 Mb
ps_emailsubscription 21.140 ms 0.65 Mb
ps_emailalerts 2.696 ms 0.25 Mb
blockwishlist 61.653 ms 0.24 Mb
ps_socialfollow 9.751 ms 0.22 Mb
ps_searchbar 2.226 ms 0.08 Mb
ps_shoppingcart 15.244 ms 0.12 Mb
ps_imageslider 10.400 ms 0.22 Mb
ps_googleanalytics 31.571 ms 1.54 Mb
ps_facetedsearch 23.429 ms 0.65 Mb
ps_contactinfo 15.036 ms 0.18 Mb
ps_languageselector 11.662 ms 0.09 Mb
ps_currencyselector 28.274 ms 0.23 Mb
ps_customersignin 3.183 ms 0.08 Mb
ps_mainmenu 109.118 ms 4.18 Mb
ps_categorytree 13.021 ms 0.23 Mb
psgdpr 7.320 ms 0.36 Mb
ps_linklist 69.708 ms 0.77 Mb
ps_customeraccountlinks 11.827 ms 0.22 Mb
statsdata 24.582 ms 0.28 Mb
20 module(s) 2830 ms 32.08 Mb

Stopwatch SQL - 745 queries

# Query Time (ms) Rows Filesort Group By Location
400
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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 ((pac.id_attribute IN (9, 11, 300, 304, 327))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature=5)) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) GROUP BY fp.id_feature_value
70.415 ms 9816495360 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
32.750 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
424
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
27.846 ms 0 /classes/Hook.php:1348
386
SELECT SQL_NO_CACHE DISTINCT f.id_feature, f.*, fl.*, IF(liflv.`url_name` IS NULL OR liflv.`url_name` = "", NULL, liflv.`url_name`) AS url_name, IF(liflv.`meta_title` IS NULL OR liflv.`meta_title` = "", NULL, liflv.`meta_title`) AS meta_title, lif.indexable FROM `ps_feature` f  INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `ps_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `ps_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 2) ORDER BY f.`position` ASC
25.496 ms 100 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
401
SELECT SQL_NO_CACHE fp.id_feature, fp.id_feature_value, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((fp.id_feature=1)) AND ((fp_1.id_feature_value IN (39, 26, 23))) AND ((pac_2.id_attribute IN (9, 11, 300, 304, 327))) GROUP BY fp.id_feature_value
24.598 ms 417368 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
46
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
23.401 ms 1003 /classes/Hook.php:1348
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
21.202 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
362
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
17.630 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
358
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
17.207 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
17.097 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
425
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
16.478 ms 418 /classes/Hook.php:455
722
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
16.475 ms 4 /src/Adapter/EntityMapper.php:79
573
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
16.060 ms 3 /classes/Currency.php:1134
547
SELECT SQL_NO_CACHE * FROM `ps_image_type`
15.020 ms 7 /classes/ImageType.php:161
461
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` = 95174) LIMIT 1
15.003 ms 1 /src/Adapter/EntityMapper.php:71
711
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
14.337 ms 1 /classes/module/Module.php:2137
654
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 57) LIMIT 1
14.256 ms 1 /src/Adapter/EntityMapper.php:71
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
14.182 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
564
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-09-14 00:00:00" AND date_to <= "2025-09-14 23:59:59") OR (date_from >= "2025-09-14 00:00:00" AND date_from <= "2025-09-14 23:59:59") OR (date_from < "2025-09-14 00:00:00" AND date_to > "2025-09-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
13.150 ms 1 /classes/CartRule.php:357
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
12.161 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
11.214 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
10.225 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
9.364 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
8.992 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
737
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
8.903 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
426
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` = 19
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('1950' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1950')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
8.625 ms 1 /classes/tax/TaxRulesTaxManager.php:100
405
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("db0571aa0983cdbb1a783b3be0b952bb", "a:1:{s:7:\"filters\";a:6:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Kategorien\";s:6:\"values\";a:0:{}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marke\";s:6:\"values\";a:7:{i:3;a:2:{s:4:\"name\";s:13:\"1.Alain Mikli\";s:3:\"nbr\";s:1:\"1\";}i:5;a:2:{s:4:\"name\";s:9:\"1.Ray-Ban\";s:3:\"nbr\";s:1:\"1\";}i:39;a:2:{s:4:\"name\";s:8:\"1.Mykita\";s:3:\"nbr\";s:1:\"1\";}i:42;a:2:{s:4:\"name\";s:16:\"1.Porsche Design\";s:3:\"nbr\";s:1:\"1\";}i:64;a:2:{s:4:\"name\";s:5:\"Kinto\";s:3:\"nbr\";s:1:\"1\";}i:66;a:2:{s:4:\"name\";s:15:\"Giorgio Nannini\";s:3:\"nbr\";s:1:\"2\";}i:69;a:2:{s:4:\"name\";s:16:\"Anne et Valentin\";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Preis\";s:3:\"max\";d:489;s:3:\"min\";d:86;s:4:\"unit\";s:3:\"CHF\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"·\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"CHF\";s:14:\"currencySymbol\";s:3:\"CHF\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"·\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:8;s:5:\"value\";N;}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"5\";s:6:\"values\";a:4:{i:23;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:8:\"Gerundet\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:39;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\" Pilot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:27;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:21:\"Rechteckig / Wayfarer\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:26;a:5:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:14:\" Schmetterling\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}}s:4:\"name\";s:7:\" Bilden\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"1\";s:6:\"values\";a:3:{i:17;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\" Gemischt\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:14;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:7:\"Plastik\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:16;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"Titan\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:15:\"Zusammensetzung\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:10:{s:9:\"type_lite\";s:18:\"id_attribute_group\";s:4:\"type\";s:18:\"id_attribute_group\";s:6:\"id_key\";s:1:\"2\";s:4:\"name\";s:5:\"Farbe\";s:14:\"is_color_group\";b:1;s:6:\"values\";a:10:{i:5;a:5:{s:4:\"name\";s:4:\"Grau\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#AAB2BD\";}i:8;a:5:{s:4:\"name\";s:5:\"Weiß\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#ffffff\";}i:9;a:6:{s:4:\"name\";s:9:\"Wollweiß\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#faebd7\";s:7:\"checked\";b:1;}i:11;a:6:{s:4:\"name\";s:7:\"Schwarz\";s:3:\"nbr\";s:1:\"4\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#434A54\";s:7:\"checked\";b:1;}i:299;a:5:{s:4:\"name\";s:4:\"Gold\";s:3:\"nbr\";s:1:\"3\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:300;a:6:{s:4:\"name\";s:6:\"Silber\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";s:7:\"checked\";b:1;}i:301;a:5:{s:4:\"name\";s:20:\"Brun écaille/Havana\";s:3:\"nbr\";s:1:\"5\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:0:\"\";}i:304;a:6:{s:4:\"name\";s:9:\"gunmetal \";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#3b3b3b\";s:7:\"checked\";b:1;}i:312;a:5:{s:4:\"name\";s:8:\"Bordeaux\";s:3:\"nbr\";s:1:\"2\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#9f001a\";}i:327;a:6:{s:4:\"name\";s:4:\"Brun\";s:3:\"nbr\";s:1:\"1\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:5:\"color\";s:7:\"#8b5900\";s:7:\"checked\";b:1;}}s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
8.561 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:209
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
8.538 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
581
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
8.505 ms 1 /classes/module/Module.php:2664
399
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 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) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) LEFT JOIN ps_product_attribute_combination pac_2 ON (pa.id_product_attribute = pac_2.id_product_attribute) WHERE ((a.id_attribute_group=3)) AND ((fp_1.id_feature_value IN (39, 26, 23))) AND ((pac_2.id_attribute IN (9, 11, 300, 304, 327))) GROUP BY pac.id_attribute
8.025 ms 29449486080 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
8.020 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
494
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1241) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
7.997 ms 1 /classes/stock/StockAvailable.php:453
520
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1242
AND pac.`id_product_attribute` = 122662
AND agl.`id_lang` = 2
7.824 ms 1 /classes/Product.php:7528
434
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1225) AND (id_product_attribute = 122629) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
7.726 ms 1 /classes/stock/StockAvailable.php:453
364
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
7.183 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
713
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
7.127 ms 1 /src/Adapter/EntityMapper.php:71
640
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 37) LIMIT 1
6.896 ms 1 /src/Adapter/EntityMapper.php:71
735
SELECT SQL_NO_CACHE `id_date_range`, `time_end`
FROM `ps_date_range`
WHERE `time_end` = (SELECT MAX(`time_end`) FROM `ps_date_range`) LIMIT 1
6.592 ms 3080025 /classes/DateRange.php:57
382
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 14 LIMIT 1
6.202 ms 1 /classes/Hook.php:244
548
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` = 2)
WHERE i.`id_product` = 531
ORDER BY `position`
6.184 ms 1 Yes /classes/Product.php:3539
729
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 19 LIMIT 1
5.981 ms 1 /classes/Country.php:402
589
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` = 38) LIMIT 1
5.722 ms 1 /src/Adapter/EntityMapper.php:71
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
5.659 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
23
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
5.521 ms 3 Yes /classes/Currency.php:708
372
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
5.399 ms 0 /classes/module/Module.php:2137
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
5.239 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
5.153 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
363
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
5.115 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.709 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
712
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 35 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
4.658 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.601 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.494 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
707
SELECT SQL_NO_CACHE psgdpr.active FROM `ps_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 17 LIMIT 1
4.477 ms 1 /modules/psgdpr/classes/GDPRConsent.php:130
40
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
4.350 ms 1 /src/Adapter/EntityMapper.php:71
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
4.179 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
731
SELECT SQL_NO_CACHE id_page_type
FROM ps_page_type
WHERE name = 'category' LIMIT 1
4.120 ms 1 /classes/Page.php:100
733
INSERT IGNORE INTO `ps_connections_page` (`id_connections`, `id_page`, `time_start`) VALUES ('8758547', '1093', '2025-09-14 17:02:20')
4.090 ms 1 /classes/Connection.php:113
479
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 1235
ORDER BY f.position ASC
4.020 ms 10 Yes /classes/Product.php:6024
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.946 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
3.848 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.575 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
396
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) GROUP BY p.id_manufacturer
3.560 ms 417368 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.548 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.543 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
623
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
3.530 ms 4 /src/Adapter/EntityMapper.php:79
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
3.525 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
24
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
3.493 ms 4 /classes/Language.php:880
387
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 5 ORDER BY vl.`value` ASC
3.477 ms 5 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
27
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` = 2
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
3.462 ms 1 /src/Adapter/EntityMapper.php:71
730
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 9127362
AND `date_add` > '2025-09-14 16:32:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
3.429 ms 1 Yes /classes/Connection.php:168
20
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
3.330 ms 78 Yes /classes/Dispatcher.php:654
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
3.312 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
428
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
3.294 ms 4 /src/Adapter/EntityMapper.php:79
354
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
3.204 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.183 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
369
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
3.175 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
3.068 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
41
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
3.040 ms 4 /src/Adapter/EntityMapper.php:79
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.992 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.990 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
406
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-09-14 00:00:00',
INTERVAL 20 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 = 2
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 (1225,531,1235,1241,1242,1257)
2.978 ms 6 /classes/ProductAssembler.php:95
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.974 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.942 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
391
SELECT SQL_NO_CACHE p.id_product, p.id_product_attribute FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
2.936 ms 34615560 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
394
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 GROUP BY p.id_product) p 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) AND cg.id_group='1' AND c.level_depth<=4 AND c.nleft>4 AND c.nright<5 GROUP BY cp.id_category
2.929 ms 94192 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
26
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'CHF') LIMIT 1
2.848 ms 1 /classes/Currency.php:893
676
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 15) LIMIT 1
2.813 ms 1 /src/Adapter/EntityMapper.php:71
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.810 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.791 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.733 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
16
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.716 ms 112 Yes Yes /classes/Hook.php:1289
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.709 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.704 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.682 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.595 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.578 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
395
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
2.566 ms 48 Yes /classes/Manufacturer.php:201
47
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
2.540 ms 1 /classes/module/Module.php:2046
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.506 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
476
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1235) AND (id_product_attribute = 122631) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
2.496 ms 1 /classes/stock/StockAvailable.php:453
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.474 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.463 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
451
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` = 531)
2.448 ms 1 /classes/Product.php:3860
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.414 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.403 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
376
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 19 LIMIT 1
2.400 ms 1 /classes/AddressFormat.php:653
489
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1241
ORDER BY `id_specific_price_priority` DESC LIMIT 1
2.390 ms 1 /classes/SpecificPrice.php:256
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.373 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
404
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, pa.id_product_attribute, cp.position FROM 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_category_product cp ON (p.id_product = cp.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 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5 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) INNER JOIN ps_attribute a ON (a.id_attribute = pac.id_attribute) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((a.id_attribute_group=2)) AND ((fp_1.id_feature_value IN (39, 26, 23))) GROUP BY pac.id_attribute
2.341 ms 34615560 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.319 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.298 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.287 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
375
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
2.283 ms 7 Yes /classes/ImageType.php:109
385
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `ps_attribute_group` ag  INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `ps_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 2) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
2.274 ms 13 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:122
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.259 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.252 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
380
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
2.238 ms 1 /classes/ObjectModel.php:1592
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.221 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
491
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` = 1241)
2.184 ms 2 /classes/Product.php:3860
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.174 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.163 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.159 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.131 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.128 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.099 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.099 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.095 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.095 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.092 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.087 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.083 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
2.078 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.063 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
397
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM ps_product p INNER JOIN ps_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 19) 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) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac_1 ON (pa.id_product_attribute = pac_1.id_product_attribute) WHERE ((fp.id_feature_value IN (39, 26, 23))) AND ((pac_1.id_attribute IN (9, 11, 300, 304, 327))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=4 AND c.nright<=5
2.060 ms 812 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.048 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
2.036 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
734
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('8758547', '', 'optishops.ch/de/37-lunettes-femme?q=+Bilden-Gerundet-+Pilot-+Schmetterling%2FFarbe-Wollwei%C3%9F-Schwarz-Silber-Brun-gunmetal+', '', '2025-09-14 17:02:20')
2.017 ms 1 /classes/ObjectModel.php:622
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.993 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.992 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
433
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1225 UNION SELECT 0 as first_level_quantity, SUM(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_cart` = 0 AND p.`id_product_item` = 1225 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
1.989 ms 0 /classes/Cart.php:1430
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.989 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
429
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1225 AND `id_group` = 1 LIMIT 1
1.983 ms 0 /classes/GroupReduction.php:153
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.982 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.966 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.966 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.953 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.924 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
670
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 54) LIMIT 1
1.924 ms 1 /src/Adapter/EntityMapper.php:71
689
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 37 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 7 AND `id_lang` = 2
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.918 ms 1 Yes Yes /classes/Category.php:785
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.918 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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`)
1.914 ms 759 /classes/Configuration.php:180
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.909 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.908 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.898 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.892 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.888 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.877 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
11
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
1.874 ms 16 /classes/Language.php:1214
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.863 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.863 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.859 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
436
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` = 1225 AND pa.`id_product` = 1225 AND pa.`id_product_attribute` = 122629 LIMIT 1
1.851 ms 1 /classes/Product.php:1209
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.844 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
566
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
1.837 ms 1 /classes/module/Module.php:2664
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.829 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.824 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
432
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1225) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.811 ms 1 /classes/stock/StockAvailable.php:453
355
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.806 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.795 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.792 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.759 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
673
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 51) LIMIT 1
1.748 ms 1 /src/Adapter/EntityMapper.php:71
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.737 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.728 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
472
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1235 AND id_shop=1 LIMIT 1
1.709 ms 1 /classes/Product.php:6884
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.703 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.699 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
392
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="db0571aa0983cdbb1a783b3be0b952bb" LIMIT 1
1.696 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
543
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` = 2)
WHERE i.`id_product` = 1225
ORDER BY `position`
1.685 ms 2 Yes /classes/Product.php:3539
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.677 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
721
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
1.639 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2)
WHERE i.`id_product` = 1242
ORDER BY `position`
1.636 ms 2 Yes /classes/Product.php:3539
445
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 531) AND (b.`id_shop` = 1) LIMIT 1
1.629 ms 1 /src/Adapter/EntityMapper.php:71
521
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` = 122662) LIMIT 1
1.628 ms 1 /src/Adapter/EntityMapper.php:71
691
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` = 2
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
1.620 ms 1 /src/Adapter/EntityMapper.php:71
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.614 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.605 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.598 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.588 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
482
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 122631
1.586 ms 4 /src/Adapter/EntityMapper.php:79
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.582 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.580 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.576 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.570 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.566 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.552 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.548 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
458
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` = 531 AND pa.`id_product` = 531 AND pa.`id_product_attribute` = 95174 LIMIT 1
1.548 ms 1 /classes/Product.php:1209
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.532 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.530 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.525 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.522 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.521 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.519 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.505 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
540
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1257
AND pac.`id_product_attribute` = 122682
AND agl.`id_lang` = 2
1.497 ms 1 /classes/Product.php:7528
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.496 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
463
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` = 1235
AND image_shop.`cover` = 1 LIMIT 1
1.494 ms 2 /classes/Product.php:3570
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.493 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.492 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.491 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.488 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.487 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.482 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.481 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.478 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.475 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.472 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.455 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
509
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1242
ORDER BY `id_specific_price_priority` DESC LIMIT 1
1.454 ms 1 /classes/SpecificPrice.php:256
357
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.453 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
353
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.449 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.445 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.445 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.430 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.425 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.424 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.421 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.415 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.415 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.414 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.412 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.402 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.390 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
574
SELECT SQL_NO_CACHE *
FROM `ps_currency` c
INNER JOIN ps_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
1.385 ms 9 Yes /classes/Currency.php:687
666
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 62) LIMIT 1
1.384 ms 1 /src/Adapter/EntityMapper.php:71
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.379 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.378 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.374 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
15
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
1.373 ms 1003 /classes/Hook.php:1388
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.373 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
714
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 1
1.369 ms 4 /src/Adapter/EntityMapper.php:79
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.366 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
359
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.363 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.357 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.356 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
736
UPDATE `ps_page_viewed`
SET `counter` = `counter` + 1
WHERE `id_date_range` = 2419
AND `id_page` = 1093
AND `id_shop` = 1
1.356 ms 1 /classes/Page.php:131
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.355 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.354 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.350 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.343 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
536
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1257) AND (id_product_attribute = 122682) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.341 ms 1 /classes/stock/StockAvailable.php:453
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.335 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.329 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.329 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.328 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.321 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.316 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.316 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.314 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.314 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.312 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
365
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.312 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
511
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` = 1242)
1.312 ms 2 /classes/Product.php:3860
465
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1235) AND (b.`id_shop` = 1) LIMIT 1
1.311 ms 1 /src/Adapter/EntityMapper.php:71
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.310 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.308 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.307 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
561
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1257
1.307 ms 2 /classes/Product.php:2899
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.306 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.302 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.300 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.300 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.298 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.295 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.294 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.291 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.290 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.290 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
448
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 531 LIMIT 1
1.288 ms 1 /classes/SpecificPrice.php:435
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.287 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.285 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
534
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1257) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
1.282 ms 1 /classes/stock/StockAvailable.php:453
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.274 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.274 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.274 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.273 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.273 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.272 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
361
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.272 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.271 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.271 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.270 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
388
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC
1.265 ms 39 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.262 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.259 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.258 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
718
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 = 2
AND ml.id_shop = 1 LIMIT 1
1.258 ms 2 /classes/Meta.php:184
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.257 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.253 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.253 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
518
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` = 1242 AND pa.`id_product` = 1242 AND pa.`id_product_attribute` = 122662 LIMIT 1
1.253 ms 1 /classes/Product.php:1209
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.250 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.250 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.249 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.244 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.244 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.243 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
389
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` = 37) LIMIT 1
1.241 ms 1 /src/Adapter/EntityMapper.php:71
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.240 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.240 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.238 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.237 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.231 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
367
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.230 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.227 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.225 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
17
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
1.214 ms 88 /classes/Hook.php:290
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.211 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.209 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.206 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
531
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` = 1257)
1.206 ms 2 /classes/Product.php:3860
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.201 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.201 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
499
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 1241
ORDER BY f.position ASC
1.201 ms 10 Yes /classes/Product.php:6024
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.196 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.193 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.188 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.181 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.178 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.178 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.175 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
503
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` = 1242
AND image_shop.`cover` = 1 LIMIT 1
1.173 ms 2 /classes/Product.php:3570
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.166 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.163 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
1.158 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.148 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.144 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.137 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
695
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1225) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
1.136 ms 1 Yes /classes/Product.php:4513
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.134 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
398
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC
1.132 ms 3 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.129 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.126 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.117 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.110 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.110 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.107 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
403
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 2) INNER JOIN ps_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN ps_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 2) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC
1.099 ms 39 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:77
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.098 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.095 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.093 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
440
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` = 122629) LIMIT 1
1.090 ms 1 /src/Adapter/EntityMapper.php:71
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.089 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.089 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.089 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.085 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.065 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
368
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.063 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.061 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.058 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
569
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
1.051 ms 1 /classes/module/Module.php:2664
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.045 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.044 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.041 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.037 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
352
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.037 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
710
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
1.029 ms 1 /classes/module/Module.php:2664
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.022 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.020 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.020 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.017 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.014 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.012 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.009 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.006 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.006 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.000 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
1.000 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.999 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.997 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.995 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
356
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.993 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.991 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
586
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 35 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.991 ms 3 Yes Yes /classes/Category.php:785
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.990 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.984 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.981 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
496
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1241) AND (id_product_attribute = 122657) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.976 ms 1 /classes/stock/StockAvailable.php:453
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.975 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.972 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.970 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.967 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.967 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.966 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.965 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.963 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.962 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.957 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.957 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.956 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.952 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.941 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.940 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
360
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.936 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.933 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.932 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
460
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 531
AND pac.`id_product_attribute` = 95174
AND agl.`id_lang` = 2
0.929 ms 1 /classes/Product.php:7528
591
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 36 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.929 ms 32 Yes Yes /classes/Category.php:785
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.928 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
552
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1235
0.926 ms 2 /classes/Product.php:2899
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.925 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
631
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.924 ms 48 Yes /classes/Manufacturer.php:201
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.923 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.922 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
637
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 33) LIMIT 1
0.921 ms 1 /src/Adapter/EntityMapper.php:71
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.920 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.919 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.918 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.918 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.918 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.918 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.916 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.914 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.914 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
366
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.913 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.907 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.907 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.906 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.904 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.902 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
679
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 27) LIMIT 1
0.902 ms 1 /src/Adapter/EntityMapper.php:71
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.896 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
384
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 37
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.896 ms 7 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
617
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 24 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.891 ms 32 Yes Yes /classes/Category.php:785
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.890 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.890 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.889 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.885 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
478
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` = 1235 AND pa.`id_product` = 1235 AND pa.`id_product_attribute` = 122631 LIMIT 1
0.883 ms 1 /classes/Product.php:1209
602
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 12 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.883 ms 32 Yes Yes /classes/Category.php:785
628
SELECT SQL_NO_CACHE c.*, cl.*
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 cl.id_shop = 1 
LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `ps_category` c2 ON c2.`id_category` = 34 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 2
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.883 ms 1 Yes Yes /classes/Category.php:785
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.880 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.876 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
517
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 122662
AND cp.`id_cart` = 0 AND cp.`id_product` = 1242 UNION SELECT 0 as first_level_quantity, SUM(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` = 122662
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.873 ms 0 /classes/Cart.php:1430
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 2
AND theme IS NULL
0.873 ms 1161 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
390
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
0.869 ms 4 /src/Adapter/EntityMapper.php:79
693
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.820 ms 1 /classes/Category.php:1589
45
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` = 2  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 37
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.799 ms 1 Yes Yes /classes/Category.php:916
555
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1241
0.771 ms 2 /classes/Product.php:2899
696
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (531) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.753 ms 1 Yes /classes/Product.php:4513
563
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.742 ms 1 /classes/Cart.php:4250
470
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 19, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1235 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.739 ms 1 Yes /classes/SpecificPrice.php:576
501
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` = 122657) LIMIT 1
0.720 ms 1 /src/Adapter/EntityMapper.php:71
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 = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 2
AND ml.id_shop = 1 LIMIT 1
0.712 ms 1 /classes/Meta.php:184
431
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` = 19
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('1950' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '1950')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.703 ms 0 /classes/tax/TaxRulesTaxManager.php:100
699
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1241) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.702 ms 2 Yes /classes/Product.php:4513
697
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1235) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.695 ms 2 Yes /classes/Product.php:4513
703
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1257) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.675 ms 2 Yes /classes/Product.php:4513
435
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 122629
AND cp.`id_cart` = 0 AND cp.`id_product` = 1225 UNION SELECT 0 as first_level_quantity, SUM(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` = 122629
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1225 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.653 ms 0 /classes/Cart.php:1430
701
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > 0, 1, 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) LEFT JOIN ps_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
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` = 2)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1242) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
HAVING qty > 0
ORDER BY a.`position` ASC;
0.641 ms 2 Yes /classes/Product.php:4513
738
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`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 cp.`id_product` IN (1225,531,1235,1241,1242,1257) AND cl.`id_lang` = 2
ORDER BY c.`level_depth` DESC
0.634 ms 18 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
656
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 53) LIMIT 1
0.634 ms 1 /src/Adapter/EntityMapper.php:71
427
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.617 ms 1 /src/Adapter/EntityMapper.php:71
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` = 2)
WHERE i.`id_product` = 1257
ORDER BY `position`
0.608 ms 2 Yes /classes/Product.php:3539
510
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 19, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1242 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.575 ms 1 Yes /classes/SpecificPrice.php:576
477
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 122631
AND cp.`id_cart` = 0 AND cp.`id_product` = 1235 UNION SELECT 0 as first_level_quantity, SUM(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` = 122631
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1235 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.572 ms 0 /classes/Cart.php:1430
500
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1241
AND pac.`id_product_attribute` = 122657
AND agl.`id_lang` = 2
0.571 ms 1 /classes/Product.php:7528
490
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 19, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1241 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.568 ms 1 Yes /classes/SpecificPrice.php:576
475
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1235 UNION SELECT 0 as first_level_quantity, SUM(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_cart` = 0 AND p.`id_product_item` = 1235 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.564 ms 0 /classes/Cart.php:1430
437
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 1225
ORDER BY f.position ASC
0.551 ms 10 Yes /classes/Product.php:6024
438
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1225
AND pac.`id_product_attribute` = 122629
AND agl.`id_lang` = 2
0.547 ms 1 /classes/Product.php:7528
450
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 19, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 531 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.546 ms 1 Yes /classes/SpecificPrice.php:576
495
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1241 UNION SELECT 0 as first_level_quantity, SUM(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_cart` = 0 AND p.`id_product_item` = 1241 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.538 ms 0 /classes/Cart.php:1430
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.530 ms 1 Yes /classes/shop/Shop.php:715
505
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1242) AND (b.`id_shop` = 1) LIMIT 1
0.530 ms 1 /src/Adapter/EntityMapper.php:71
421
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 19, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1225 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.529 ms 1 Yes /classes/SpecificPrice.php:576
516
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1242) AND (id_product_attribute = 122662) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.527 ms 1 /classes/stock/StockAvailable.php:453
455
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 531 UNION SELECT 0 as first_level_quantity, SUM(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_cart` = 0 AND p.`id_product_item` = 531 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.524 ms 0 /classes/Cart.php:1430
530
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 19, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `ps_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 19) AND
`id_group` IN (0, 1) AND `id_product` = 1257 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-09-14 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.520 ms 1 Yes /classes/SpecificPrice.php:576
439
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` = 19
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.518 ms 1 /classes/tax/TaxRulesTaxManager.php:100
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 = 'optishops.ch' OR su.domain_ssl = 'optishops.ch')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.517 ms 1 Yes /classes/shop/Shop.php:1364
480
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1235
AND pac.`id_product_attribute` = 122631
AND agl.`id_lang` = 2
0.515 ms 1 /classes/Product.php:7528
535
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1257 UNION SELECT 0 as first_level_quantity, SUM(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_cart` = 0 AND p.`id_product_item` = 1257 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.508 ms 0 /classes/Cart.php:1430
565
SELECT SQL_NO_CACHE 1 FROM `ps_cart_rule` WHERE ((date_to >= "2025-09-14 00:00:00" AND date_to <= "2025-09-14 23:59:59") OR (date_from >= "2025-09-14 00:00:00" AND date_from <= "2025-09-14 23:59:59") OR (date_from < "2025-09-14 00:00:00" AND date_to > "2025-09-14 23:59:59")) AND `id_customer` IN (0,0) LIMIT 1
0.506 ms 1 /classes/CartRule.php:357
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1241) AND (b.`id_shop` = 1) LIMIT 1
0.499 ms 1 /src/Adapter/EntityMapper.php:71
402
SELECT SQL_NO_CACHE v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = 2) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 2) WHERE v.`id_feature` = 1 ORDER BY vl.`value` ASC
0.492 ms 5 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
416
SELECT SQL_NO_CACHE DISTINCT `id_product` FROM `ps_specific_price` WHERE `id_product` != 0
0.490 ms 266 /classes/SpecificPrice.php:310
519
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 1242
ORDER BY f.position ASC
0.490 ms 10 Yes /classes/Product.php:6024
546
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.487 ms 1 /classes/FeatureFlag.php:105
739
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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` = 2
)
WHERE pac.`id_product_attribute` = 122629
ORDER BY ag.`position` ASC, a.`position` ASC
0.487 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
457
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 95174
AND cp.`id_cart` = 0 AND cp.`id_product` = 531 UNION SELECT 0 as first_level_quantity, SUM(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` = 95174
AND cp.`id_cart` = 0 AND p.`id_product_item` = 531 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.487 ms 0 /classes/Cart.php:1430
700
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1241
AND pac.`id_product_attribute` = 122658
AND agl.`id_lang` = 2
0.487 ms 1 /classes/Product.php:7528
48
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.485 ms 102 /classes/module/Module.php:341
393
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
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 cl.id_shop = 1 
WHERE 1  AND `id_lang` = 2
AND c.`active` = 1
ORDER BY c.nleft, c.position
0.485 ms 31 Yes /classes/Category.php:710
704
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1257
AND pac.`id_product_attribute` = 122681
AND agl.`id_lang` = 2
0.485 ms 1 /classes/Product.php:7528
370
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.480 ms 88 /classes/Hook.php:342
497
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 122657
AND cp.`id_cart` = 0 AND cp.`id_product` = 1241 UNION SELECT 0 as first_level_quantity, SUM(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` = 122657
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1241 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.480 ms 0 /classes/Cart.php:1430
410
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1225) AND (b.`id_shop` = 1) LIMIT 1
0.479 ms 1 /src/Adapter/EntityMapper.php:71
698
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1235
AND pac.`id_product_attribute` = 122630
AND agl.`id_lang` = 2
0.478 ms 1 /classes/Product.php:7528
539
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 1257
ORDER BY f.position ASC
0.478 ms 10 Yes /classes/Product.php:6024
459
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 = 2)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 2)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 2)
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 = 531
ORDER BY f.position ASC
0.477 ms 10 Yes /classes/Product.php:6024
515
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1242 UNION SELECT 0 as first_level_quantity, SUM(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_cart` = 0 AND p.`id_product_item` = 1242 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.476 ms 0 /classes/Cart.php:1430
645
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 43) LIMIT 1
0.474 ms 1 /src/Adapter/EntityMapper.php:71
541
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` = 122682) LIMIT 1
0.472 ms 1 /src/Adapter/EntityMapper.php:71
659
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 66) LIMIT 1
0.466 ms 1 /src/Adapter/EntityMapper.php:71
373
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` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.465 ms 1 /src/Adapter/EntityMapper.php:71
551
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` = 2)
WHERE i.`id_product` = 1235
ORDER BY `position`
0.453 ms 2 Yes /classes/Product.php:3539
381
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 4) AND (a0.`nright` > 5) AND (a1.`id_lang` = 2) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.449 ms 3 /classes/PrestaShopCollection.php:383
537
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 122682
AND cp.`id_cart` = 0 AND cp.`id_product` = 1257 UNION SELECT 0 as first_level_quantity, SUM(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` = 122682
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1257 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.447 ms 0 /classes/Cart.php:1430
702
SELECT SQL_NO_CACHE a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
pa.`reference`, pa.`ean13`, pa.`isbn`, pa.`upc`, pa.`mpn`,
pal.`available_now`, pal.`available_later`
FROM `ps_attribute` a
LEFT JOIN `ps_attribute_lang` al
ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = 2)
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` = 2)
LEFT JOIN `ps_attribute_group_lang` agl
ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 2)
WHERE pa.`id_product` = 1242
AND pac.`id_product_attribute` = 122659
AND agl.`id_lang` = 2
0.445 ms 1 /classes/Product.php:7528
636
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 9) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
471
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` = 1235)
0.426 ms 2 /classes/Product.php:3860
22
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` = 2
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.424 ms 1 /src/Adapter/EntityMapper.php:71
525
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` = 2
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1257) AND (b.`id_shop` = 1) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
677
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 22) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
18
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.421 ms 102 /src/Adapter/Module/Repository/ModuleRepository.php:99
486
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 64
AND `active` = 1 LIMIT 1
0.416 ms 1 /classes/Manufacturer.php:312
579
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.408 ms 1 /classes/module/Module.php:2664
553
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 (122630, 122631) AND il.`id_lang` = 2 ORDER by i.`position`
0.404 ms 2 Yes /classes/Product.php:2915
442
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` = 531
AND image_shop.`cover` = 1 LIMIT 1
0.402 ms 1 /classes/Product.php:3570
732
SELECT SQL_NO_CACHE `id_page`
FROM `ps_page`
WHERE `id_page_type` = 3 AND `id_object` = 37 LIMIT 1
0.400 ms 1 /classes/Page.php:83
36
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.396 ms 4 /classes/Language.php:880
678
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 12) LIMIT 1
0.391 ms 1 /src/Adapter/EntityMapper.php:71
13
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` = 2) LIMIT 1
0.386 ms 1 /src/Adapter/EntityMapper.php:71
743
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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` = 2
)
WHERE pac.`id_product_attribute` = 122662
ORDER BY ag.`position` ASC, a.`position` ASC
0.386 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
687
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.382 ms 1 /classes/module/Module.php:2664
371
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.380 ms 0 /classes/module/Module.php:2664
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` = 19) LIMIT 1
0.373 ms 1 /src/Adapter/EntityMapper.php:71
430
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.372 ms 1 /classes/Group.php:151
740
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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` = 2
)
WHERE pac.`id_product_attribute` = 95174
ORDER BY ag.`position` ASC, a.`position` ASC
0.365 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
420
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1225
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.363 ms 1 /classes/SpecificPrice.php:256
462
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 95174
0.361 ms 4 /src/Adapter/EntityMapper.php:79
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.360 ms 1 /classes/shop/Shop.php:214
559
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 (122659, 122662) AND il.`id_lang` = 2 ORDER by i.`position`
0.360 ms 2 Yes /classes/Product.php:2915
744
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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` = 2
)
WHERE pac.`id_product_attribute` = 122682
ORDER BY ag.`position` ASC, a.`position` ASC
0.359 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
554
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` = 2)
WHERE i.`id_product` = 1241
ORDER BY `position`
0.355 ms 2 Yes /classes/Product.php:3539
483
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` = 1241
AND image_shop.`cover` = 1 LIMIT 1
0.354 ms 2 /classes/Product.php:3570
32
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.347 ms 4 /classes/Language.php:880
720
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 = 2
AND ml.id_shop = 1 LIMIT 1
0.344 ms 2 /classes/Meta.php:184
21
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.342 ms 102 /src/Adapter/Module/Repository/ModuleRepository.php:99
422
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` = 1225)
0.341 ms 1 /classes/Product.php:3860
506
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 69
AND `active` = 1 LIMIT 1
0.341 ms 1 /classes/Manufacturer.php:312
571
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.341 ms 1 /classes/module/Module.php:2664
742
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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` = 2
)
WHERE pac.`id_product_attribute` = 122657
ORDER BY ag.`position` ASC, a.`position` ASC
0.339 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
374
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` = 4
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
464
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 37 LIMIT 1
0.335 ms 1 /classes/Product.php:5670
694
SELECT SQL_NO_CACHE c.*, cl.*  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 4 AND c.`nright` >= 5 AND c.`nleft` >= 2 AND c.`nright` <= 63 ORDER BY `nleft` DESC
0.333 ms 3 /classes/Category.php:1594
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.332 ms 1 /classes/shop/ShopUrl.php:178
741
SELECT SQL_NO_CACHE al.`name` AS attribute_name
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` = 2
)
WHERE pac.`id_product_attribute` = 122631
ORDER BY ag.`position` ASC, a.`position` ASC
0.332 ms 1 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:232
556
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 (122658, 122657) AND il.`id_lang` = 2 ORDER by i.`position`
0.330 ms 2 Yes /classes/Product.php:2915
620
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` = 32) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
562
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 (122681, 122682) AND il.`id_lang` = 2 ORDER by i.`position`
0.327 ms 2 Yes /classes/Product.php:2915
550
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 (95174) AND il.`id_lang` = 2 ORDER by i.`position`
0.325 ms 1 Yes /classes/Product.php:2915
690
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 2)
WHERE `level_depth` = 1
0.324 ms 2 /classes/Category.php:2239
545
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 (122629) AND il.`id_lang` = 2 ORDER by i.`position`
0.322 ms 1 Yes /classes/Product.php:2915
609
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` = 13) LIMIT 1
0.321 ms 1 /src/Adapter/EntityMapper.php:71
407
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` = 1225
AND image_shop.`cover` = 1 LIMIT 1
0.320 ms 2 /classes/Product.php:3570
467
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` = 122631 LIMIT 1
0.316 ms 1 /classes/Combination.php:560
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.315 ms 4 /classes/Language.php:1080
12
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1
0.314 ms 4 /classes/Language.php:854
37
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.311 ms 1 /src/Adapter/EntityMapper.php:71
542
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 122682
0.307 ms 4 /src/Adapter/EntityMapper.php:79
723
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
31
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.303 ms 1 /src/Adapter/EntityMapper.php:71
719
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 = 2
AND ml.id_shop = 1 LIMIT 1
0.301 ms 2 /classes/Meta.php:184
474
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1235) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.301 ms 1 /classes/stock/StockAvailable.php:453
19
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.298 ms 102 /src/Adapter/Module/Repository/ModuleRepository.php:99
683
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 24) LIMIT 1
0.297 ms 1 /src/Adapter/EntityMapper.php:71
667
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 55) LIMIT 1
0.297 ms 1 /src/Adapter/EntityMapper.php:71
624
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` = 25) LIMIT 1
0.296 ms 1 /src/Adapter/EntityMapper.php:71
635
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 8) LIMIT 1
0.296 ms 1 /src/Adapter/EntityMapper.php:71
383
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 37
AND `id_shop` = 1 LIMIT 1
0.291 ms 1 /classes/Category.php:2446
622
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` = 33) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:71
578
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 2
0.284 ms 4 /src/Adapter/EntityMapper.php:79
675
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 20) LIMIT 1
0.282 ms 1 /src/Adapter/EntityMapper.php:71
538
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` = 1257 AND pa.`id_product` = 1257 AND pa.`id_product_attribute` = 122682 LIMIT 1
0.280 ms 1 /classes/Product.php:1209
523
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` = 1257
AND image_shop.`cover` = 1 LIMIT 1
0.278 ms 2 /classes/Product.php:3570
583
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.277 ms 1 /classes/Cart.php:1300
724
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
0.276 ms 4 /src/Adapter/EntityMapper.php:79
481
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` = 122631) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:71
705
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.274 ms 1 /classes/module/Module.php:2664
498
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` = 1241 AND pa.`id_product` = 1241 AND pa.`id_product_attribute` = 122657 LIMIT 1
0.272 ms 1 /classes/Product.php:1209
596
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` = 40) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
641
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 39) LIMIT 1
0.271 ms 1 /src/Adapter/EntityMapper.php:71
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.269 ms 1 /src/Adapter/EntityMapper.php:71
575
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` = 3) LIMIT 1
0.268 ms 1 /src/Adapter/EntityMapper.php:71
614
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1
0.267 ms 4 /src/Adapter/EntityMapper.php:79
28
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.266 ms 4 /classes/Language.php:880
568
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 19 LIMIT 1
0.266 ms 1 /classes/Country.php:402
657
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 10) LIMIT 1
0.266 ms 1 /src/Adapter/EntityMapper.php:71
655
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 6) LIMIT 1
0.263 ms 1 /src/Adapter/EntityMapper.php:71
632
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 3) LIMIT 1
0.262 ms 1 /src/Adapter/EntityMapper.php:71
414
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1225 LIMIT 1
0.259 ms 1 /classes/SpecificPrice.php:435
35
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` = 2
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.257 ms 1 /src/Adapter/EntityMapper.php:71
658
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 31) LIMIT 1
0.257 ms 1 /src/Adapter/EntityMapper.php:71
639
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 35) LIMIT 1
0.253 ms 1 /src/Adapter/EntityMapper.php:71
638
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 34) LIMIT 1
0.252 ms 1 /src/Adapter/EntityMapper.php:71
726
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 = 2
AND ml.id_shop = 1 LIMIT 1
0.251 ms 1 /classes/Meta.php:184
668
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 44) LIMIT 1
0.249 ms 1 /src/Adapter/EntityMapper.php:71
671
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 56) LIMIT 1
0.249 ms 1 /src/Adapter/EntityMapper.php:71
378
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` = 19) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:71
618
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` = 24) LIMIT 1
0.248 ms 1 /src/Adapter/EntityMapper.php:71
590
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 38 AND `id_shop` = 1
0.247 ms 4 /src/Adapter/EntityMapper.php:79
634
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 7) LIMIT 1
0.247 ms 1 /src/Adapter/EntityMapper.php:71
674
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 14) LIMIT 1
0.246 ms 1 /src/Adapter/EntityMapper.php:71
727
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.246 ms 1 /classes/module/Module.php:2664
681
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 28) LIMIT 1
0.245 ms 1 /src/Adapter/EntityMapper.php:71
504
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 37 LIMIT 1
0.244 ms 1 /classes/Product.php:5670
642
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 40) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
665
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 52) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
680
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 13) LIMIT 1
0.243 ms 1 /src/Adapter/EntityMapper.php:71
39
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.242 ms 1 /classes/ObjectModel.php:1727
661
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 60) LIMIT 1
0.242 ms 1 /src/Adapter/EntityMapper.php:71
612
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.241 ms 4 /src/Adapter/EntityMapper.php:79
633
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 17) LIMIT 1
0.240 ms 1 /src/Adapter/EntityMapper.php:71
379
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 19
0.240 ms 4 /src/Adapter/EntityMapper.php:79
660
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 36) LIMIT 1
0.239 ms 1 /src/Adapter/EntityMapper.php:71
408
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 37 LIMIT 1
0.239 ms 1 /classes/Category.php:1373
584
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.239 ms 1 /classes/module/Module.php:2664
649
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 16) LIMIT 1
0.238 ms 1 /src/Adapter/EntityMapper.php:71
663
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 64) LIMIT 1
0.238 ms 1 /src/Adapter/EntityMapper.php:71
508
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1242 LIMIT 1
0.237 ms 1 /classes/SpecificPrice.php:435
692
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `ps_category` c
LEFT JOIN `ps_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 2 AND cl.id_shop = 1 ) WHERE c.`id_category` = 37 LIMIT 1
0.237 ms 1 /classes/Category.php:1584
605
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` = 14) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:71
648
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 45) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:71
669
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 61) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:71
662
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 38) LIMIT 1
0.236 ms 1 /src/Adapter/EntityMapper.php:71
625
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1
0.235 ms 4 /src/Adapter/EntityMapper.php:79
643
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 41) LIMIT 1
0.235 ms 1 /src/Adapter/EntityMapper.php:71
644
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 42) LIMIT 1
0.234 ms 1 /src/Adapter/EntityMapper.php:71
664
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 63) LIMIT 1
0.234 ms 1 /src/Adapter/EntityMapper.php:71
682
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 21) LIMIT 1
0.234 ms 1 /src/Adapter/EntityMapper.php:71
587
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` = 35) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
646
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 5) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
672
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 46) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
684
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 19) LIMIT 1
0.233 ms 1 /src/Adapter/EntityMapper.php:71
651
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 69) LIMIT 1
0.232 ms 1 /src/Adapter/EntityMapper.php:71
647
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 48) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:71
653
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 18) LIMIT 1
0.231 ms 1 /src/Adapter/EntityMapper.php:71
549
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 531
0.231 ms 1 /classes/Product.php:2899
652
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 68) LIMIT 1
0.230 ms 1 /src/Adapter/EntityMapper.php:71
413
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.230 ms 1 /classes/SpecificPrice.php:426
526
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1
0.229 ms 1 /classes/Manufacturer.php:312
592
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` = 36) LIMIT 1
0.229 ms 1 /src/Adapter/EntityMapper.php:71
650
SELECT SQL_NO_CACHE *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = 2
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 4) LIMIT 1
0.229 ms 1 /src/Adapter/EntityMapper.php:71
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.227 ms 1 /classes/ObjectModel.php:1727
576
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 3
0.226 ms 4 /src/Adapter/EntityMapper.php:79
611
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` = 15) LIMIT 1
0.226 ms 1 /src/Adapter/EntityMapper.php:71
629
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` = 34) LIMIT 1
0.226 ms 1 /src/Adapter/EntityMapper.php:71
34
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.225 ms 1 /classes/Currency.php:893
588
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.225 ms 4 /src/Adapter/EntityMapper.php:79
513
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1242 AND `id_group` = 1 LIMIT 1
0.225 ms 0 /classes/GroupReduction.php:153
38
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.224 ms 4 /src/Adapter/EntityMapper.php:79
43
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 37
AND `id_shop` = 1 LIMIT 1
0.224 ms 1 /classes/Category.php:2446
419
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-09-14 00:00:00' AND '2025-09-14 23:59:59' LIMIT 1
0.224 ms 1 /classes/SpecificPrice.php:381
626
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` = 29) LIMIT 1
0.223 ms 1 /src/Adapter/EntityMapper.php:71
630
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
0.222 ms 4 /src/Adapter/EntityMapper.php:79
715
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.222 ms 1 /src/Adapter/EntityMapper.php:71
25
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.221 ms 1 /classes/shop/Shop.php:1183
577
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` = 2) LIMIT 1
0.221 ms 1 /src/Adapter/EntityMapper.php:71
598
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` = 41) LIMIT 1
0.221 ms 1 /src/Adapter/EntityMapper.php:71
600
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` = 43) LIMIT 1
0.219 ms 1 /src/Adapter/EntityMapper.php:71
594
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` = 39) LIMIT 1
0.219 ms 1 /src/Adapter/EntityMapper.php:71
529
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1257
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.218 ms 1 /classes/SpecificPrice.php:256
558
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1242
0.218 ms 2 /classes/Product.php:2899
615
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` = 31) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
603
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` = 12) LIMIT 1
0.218 ms 1 /src/Adapter/EntityMapper.php:71
468
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1235 LIMIT 1
0.217 ms 1 /classes/SpecificPrice.php:435
582
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 109 AND `id_shop` = 1 LIMIT 1
0.217 ms 1 /classes/module/Module.php:2137
613
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` = 16) LIMIT 1
0.216 ms 1 /src/Adapter/EntityMapper.php:71
593
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.215 ms 4 /src/Adapter/EntityMapper.php:79
604
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1
0.215 ms 4 /src/Adapter/EntityMapper.php:79
456
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 531) AND (id_product_attribute = 95174) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.213 ms 1 /classes/stock/StockAvailable.php:453
544
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 1225
0.213 ms 1 /classes/Product.php:2899
595
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1
0.212 ms 4 /src/Adapter/EntityMapper.php:79
597
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
0.212 ms 4 /src/Adapter/EntityMapper.php:79
30
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.211 ms 1 /classes/Currency.php:893
49
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "de-DE" LIMIT 1
0.211 ms 4 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
415
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.211 ms 265 /classes/SpecificPrice.php:297
454
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 531) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:453
412
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` = 122629 LIMIT 1
0.210 ms 1 /classes/Combination.php:560
469
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 1235
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.210 ms 1 /classes/SpecificPrice.php:256
567
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 12 AND `id_shop` = 1 LIMIT 1
0.210 ms 1 /classes/module/Module.php:2137
607
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` = 30) LIMIT 1
0.210 ms 1 /src/Adapter/EntityMapper.php:71
610
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 13 AND `id_shop` = 1
0.210 ms 4 /src/Adapter/EntityMapper.php:79
606
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1
0.209 ms 4 /src/Adapter/EntityMapper.php:79
601
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 43 AND `id_shop` = 1
0.208 ms 4 /src/Adapter/EntityMapper.php:79
627
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.208 ms 4 /src/Adapter/EntityMapper.php:79
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.208 ms 1 /src/Adapter/EntityMapper.php:71
608
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1
0.208 ms 4 /src/Adapter/EntityMapper.php:79
619
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1
0.207 ms 4 /src/Adapter/EntityMapper.php:79
502
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 122657
0.206 ms 4 /src/Adapter/EntityMapper.php:79
599
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1
0.206 ms 4 /src/Adapter/EntityMapper.php:79
441
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 122629
0.205 ms 4 /src/Adapter/EntityMapper.php:79
616
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1
0.205 ms 4 /src/Adapter/EntityMapper.php:79
621
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
0.205 ms 4 /src/Adapter/EntityMapper.php:79
685
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.202 ms 1 /classes/module/Module.php:2664
514
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 1242) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.198 ms 1 /classes/stock/StockAvailable.php:453
29
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.196 ms 4 /classes/Language.php:880
484
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 37 LIMIT 1
0.196 ms 1 /classes/Product.php:5670
522
SELECT SQL_NO_CACHE *
FROM `ps_product_attribute_lang`
WHERE `id_product_attribute` = 122662
0.195 ms 4 /src/Adapter/EntityMapper.php:79
411
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 39
AND `active` = 1 LIMIT 1
0.194 ms 1 /classes/Manufacturer.php:312
447
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` = 95174 LIMIT 1
0.194 ms 1 /classes/Combination.php:560
580
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
0.194 ms 1 /classes/module/Module.php:2137
487
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` = 122657 LIMIT 1
0.194 ms 1 /classes/Combination.php:560
417
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product_attribute` != 0 LIMIT 1
0.193 ms 2 /classes/SpecificPrice.php:297
33
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.192 ms 4 /classes/Language.php:880
488
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1241 LIMIT 1
0.192 ms 1 /classes/SpecificPrice.php:435
528
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 1257 LIMIT 1
0.192 ms 1 /classes/SpecificPrice.php:435
527
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` = 122682 LIMIT 1
0.191 ms 1 /classes/Combination.php:560
686
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 25 AND `id_shop` = 1 LIMIT 1
0.190 ms 1 /classes/module/Module.php:2137
423
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1225 AND id_shop=1 LIMIT 1
0.189 ms 1 /classes/Product.php:6884
507
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` = 122662 LIMIT 1
0.189 ms 1 /classes/Combination.php:560
708
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.189 ms 1 /classes/module/Module.php:2664
443
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 2
AND cl.id_shop = 1 
AND cl.`id_category` = 38 LIMIT 1
0.188 ms 1 /classes/Category.php:1373
418
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-09-14 00:00:00' AND '2025-09-14 23:59:59' LIMIT 1
0.187 ms 1 /classes/SpecificPrice.php:377
716
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2
0.187 ms 4 /src/Adapter/EntityMapper.php:79
706
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.186 ms 1 /classes/module/Module.php:2137
452
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 531 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6884
377
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 19 LIMIT 1
0.182 ms 1 /classes/Country.php:402
446
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 42
AND `active` = 1 LIMIT 1
0.182 ms 1 /classes/Manufacturer.php:312
466
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
0.181 ms 1 /classes/Manufacturer.php:312
444
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 38 LIMIT 1
0.180 ms 1 /classes/Product.php:5670
449
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 531
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.180 ms 1 /classes/SpecificPrice.php:256
572
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.180 ms 1 /classes/module/Module.php:2137
42
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.177 ms 1 /classes/ObjectModel.php:1727
728
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 14 AND `id_shop` = 1 LIMIT 1
0.177 ms 1 /classes/module/Module.php:2137
409
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 37 LIMIT 1
0.176 ms 1 /classes/Product.php:5670
453
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 531 AND `id_group` = 1 LIMIT 1
0.176 ms 0 /classes/GroupReduction.php:153
570
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.176 ms 1 /classes/module/Module.php:2137
512
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1242 AND id_shop=1 LIMIT 1
0.175 ms 1 /classes/Product.php:6884
688
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.175 ms 1 /classes/module/Module.php:2137
717
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
0.174 ms 1 /src/Adapter/EntityMapper.php:71
585
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 24 AND `id_shop` = 1 LIMIT 1
0.174 ms 1 /classes/module/Module.php:2137
44
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 37 AND ctg.`id_group` = 1 LIMIT 1
0.173 ms 1 /classes/Category.php:1751
524
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 2 AND id_category = 37 LIMIT 1
0.173 ms 1 /classes/Product.php:5670
492
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1241 AND id_shop=1 LIMIT 1
0.173 ms 1 /classes/Product.php:6884
533
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1257 AND `id_group` = 1 LIMIT 1
0.171 ms 0 /classes/GroupReduction.php:153
14
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 2
AND id_shop = 1 LIMIT 1
0.171 ms 1 /classes/ObjectModel.php:1727
532
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 1257 AND id_shop=1 LIMIT 1
0.171 ms 1 /classes/Product.php:6884
709
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
0.167 ms 1 /classes/module/Module.php:2137
473
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1235 AND `id_group` = 1 LIMIT 1
0.153 ms 0 /classes/GroupReduction.php:153
493
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 1241 AND `id_group` = 1 LIMIT 1
0.151 ms 0 /classes/GroupReduction.php:153

Doubles

160 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme IS NULL
160 queries
            SELECT `key`, `translation`, `domain`
            FROM `ps_translation`
            WHERE `id_lang` = XX
            AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = XX)
53 queries
SELECT *
FROM `ps_manufacturer` a
LEFT JOIN `ps_manufacturer_lang` `b` ON a.`id_manufacturer` = b.`id_manufacturer` AND b.`id_lang` = XX
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = XX
WHERE (a.`id_manufacturer` = XX) LIMIT XX
21 queries
SELECT *
FROM `ps_category` a
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = XX
WHERE (a.`id_category` = XX) LIMIT XX
21 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
13 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
12 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
12 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `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_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
10 queries
            SELECT a.`id_attribute`, a.`id_attribute_group`, al.`name`, agl.`name` as `group`, agl.`public_name` as `public_group`,
            pa.`reference`, pa.`eanXX`, pa.`isbn`, pa.`upc`, pa.`mpn`,
            pal.`available_now`, pal.`available_later`
            FROM `ps_attribute` a
            LEFT JOIN `ps_attribute_lang` al
                ON (al.`id_attribute` = a.`id_attribute` AND al.`id_lang` = XX)
            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 = XX)
            LEFT JOIN `ps_product_attribute_lang` pal
                ON (pal.`id_product_attribute` = pac.`id_product_attribute` AND pal.`id_lang` = XX)
            LEFT JOIN `ps_attribute_group_lang` agl
                ON (a.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
            WHERE pa.`id_product` = XX
                AND pac.`id_product_attribute` = XX
                AND agl.`id_lang` = XX
7 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
6 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'de-de'
                    OR `language_code` = 'de-de' LIMIT XX
6 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
6 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
6 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
6 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
6 queries
SELECT 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 = XX)
			WHERE pa.`id_product_attribute` = XX LIMIT XX
6 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `ps_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
6 queries
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `ps_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
6 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)
6 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
6 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
6 queries
SELECT 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 = XX) 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) WHERE p.`id_product` = XX AND pa.`id_product` = XX AND pa.`id_product_attribute` = XX LIMIT XX
6 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
6 queries
SELECT *
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` = XX
WHERE (a.`id_product_attribute` = XX) LIMIT XX
6 queries
SELECT *
							FROM `ps_product_attribute_lang`
							WHERE `id_product_attribute` = XX
6 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`
6 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
6 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, SUM(IF(stock.`quantity` > XX, XX, 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) LEFT JOIN ps_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = 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`
            HAVING qty > XX
            ORDER BY a.`position` ASC;
6 queries
SELECT al.`name` AS attribute_name
            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` = XX
            )
            WHERE pac.`id_product_attribute` = XX
            ORDER BY ag.`position` ASC, a.`position` ASC
5 queries
				SELECT c.*, cl.*
				FROM `ps_category` c
				 INNER JOIN ps_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = XX)
				LEFT JOIN `ps_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = XX 
				LEFT JOIN `ps_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `ps_category` cXX ON cXX.`id_category` = XX AND c.`nleft` >= cXX.`nleft` AND c.`nright` <= cXX.`nright`
				WHERE XX  AND `id_lang` = XX
				
				 AND cg.`id_group` IN (XX)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
4 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
4 queries
            SELECT 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 (XX, XX) AND il.`id_lang` = XX ORDER by i.`position`
3 queries
SELECT m.* FROM `ps_module` m WHERE m.`active` = XX
3 queries
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
3 queries
SELECT *
FROM `ps_currency` a
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
3 queries
SELECT *
							FROM `ps_currency_lang`
							WHERE `id_currency` = XX
3 queries
			SELECT `need_identification_number`
			FROM `ps_country`
			WHERE `id_country` = XX LIMIT XX
3 queries
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `ps_attribute_group` ag INNER JOIN `ps_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `ps_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN ps_attribute_group_shop attribute_group_shop
        ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX)  INNER JOIN ps_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `ps_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
3 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
2 queries
SELECT *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
WHERE (a.`id_lang` = XX) LIMIT XX
2 queries
				SELECT id_shop
				FROM `ps_lang_shop`
				WHERE `id_lang` = XX
				AND id_shop = XX LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
2 queries
		SELECT m.*, ml.`description`, ml.`short_description`
		FROM `ps_manufacturer` m INNER JOIN ps_manufacturer_shop manufacturer_shop
        ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = XX)INNER JOIN `ps_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = XX)WHERE XX AND m.`active` = XX ORDER BY m.`name` ASC
		
2 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
2 queries
            SELECT 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 (XX) AND il.`id_lang` = XX ORDER by i.`position`
2 queries
SELECT XX FROM `ps_cart_rule` WHERE ((date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX") OR (date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX") OR (date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX")) AND `id_customer` IN (XX,XX) LIMIT XX
2 queries
SELECT *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_link_block_lang`
							WHERE `id_link_block` = XX
2 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX

Tables stress

320 translation
164 shop
61 manufacturer
55 product_attribute
55 manufacturer_shop
55 manufacturer_lang
54 category
46 category_lang
42 product_attribute_combination
40 product
40 product_attribute_shop
36 category_shop
34 product_shop
27 attribute
26 stock_available
26 cart_product
25 attribute_lang
20 feature_product
19 module
18 image
18 specific_price
17 category_group
16 attribute_group
16 product_attribute_lang
15 module_shop
14 attribute_group_lang
12 lang
12 currency
12 image_shop
12 pack
12 image_lang
11 category_product
9 currency_shop
8 hook
8 feature_value_lang
7 feature
7 feature_shop
7 feature_lang
7 product_sale
7 product_lang
6 lang_shop
6 meta
6 meta_lang
6 currency_lang
6 specific_price_priority
6 product_group_reduction_cache
6 product_attribute_image
5 country
4 shop_url
4 attribute_group_shop
3 hook_alias
3 attribute_shop
3 layered_indexable_attribute_lang_value
3 tax_rule
3 tax_rules_group
3 link_block
3 link_block_shop
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 group
2 group_shop
2 image_type
2 feature_value
2 layered_indexable_feature_value_lang_value
2 cart_rule
2 link_block_lang
2 cms
2 cms_shop
2 cms_lang
2 date_range
1 configuration_lang
1 module_group
1 group_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 layered_category
1 layered_indexable_attribute_group
1 layered_indexable_attribute_group_lang_value
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_filter_block
1 layered_price_index
1 tax
1 tax_lang
1 feature_flag
1 psgdpr_consent
1 connections
1 page_type
1 page
1 ganalytics_data

ObjectModel instances

Name Instances Source
Manufacturer 53 /modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 3]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 17]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 7]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 8]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 9]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 33]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 34]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 35]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 37]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 39]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 40]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 41]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 42]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 43]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 5]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 48]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 45]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 16]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 4]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 69]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 68]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 18]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 57]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 6]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 53]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 10]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 31]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 66]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 36]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 60]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 38]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 64]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 63]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 52]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 62]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 55]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 44]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 61]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 54]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 56]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 46]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 51]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 14]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 20]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 15]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 22]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 12]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 27]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 13]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 28]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 21]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 24]
/modules/ps_mainmenu/ps_mainmenu.php:620 (__construct) [id: 19]
Category 41 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 37]
/classes/Meta.php:379 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 37]
/modules/ps_facetedsearch/src/Filters/Block.php:157 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/classes/Link.php:402 (__construct) [id: 37]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 35]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 37]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 38]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 36]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 39]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 40]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 41]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 43]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 12]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 14]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 30]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 13]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 15]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 16]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 31]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 24]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 32]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 33]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 25]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 29]
/modules/ps_mainmenu/ps_mainmenu.php:764 (__construct) [id: 34]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Product 28 /classes/Link.php:113 (__construct) [id: 1225]
/classes/Link.php:113 (__construct) [id: 531]
/classes/Link.php:113 (__construct) [id: 1235]
/classes/Link.php:113 (__construct) [id: 1241]
/classes/Link.php:113 (__construct) [id: 1242]
/classes/Link.php:113 (__construct) [id: 1257]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1225]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 531]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1235]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1241]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1242]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 1257]
/classes/Link.php:113 (__construct) [id: 1225]
/classes/Link.php:113 (__construct) [id: 531]
/classes/Link.php:113 (__construct) [id: 1235]
/classes/Link.php:113 (__construct) [id: 1241]
/classes/Link.php:113 (__construct) [id: 1242]
/classes/Link.php:113 (__construct) [id: 1257]
/classes/Link.php:113 (__construct) [id: 1225]
/classes/Link.php:113 (__construct) [id: 531]
/classes/Link.php:113 (__construct) [id: 1235]
/classes/Link.php:113 (__construct) [id: 1235]
/classes/Link.php:113 (__construct) [id: 1241]
/classes/Link.php:113 (__construct) [id: 1241]
/classes/Link.php:113 (__construct) [id: 1242]
/classes/Link.php:113 (__construct) [id: 1242]
/classes/Link.php:113 (__construct) [id: 1257]
/classes/Link.php:113 (__construct) [id: 1257]
Country 7 /config/config.inc.php:146 (__construct) [id: 19]
/classes/AddressFormat.php:404 (__construct) [id: 19]
/classes/controller/FrontController.php:1769 (__construct) [id: 19]
/classes/AddressFormat.php:404 (__construct) [id: 19]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 19]
/classes/AddressFormat.php:404 (__construct) [id: 19]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 19]
Currency 6 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/classes/Tools.php:691 (getCurrencyInstance) [id: 1]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 3]
/modules/ps_currencyselector/ps_currencyselector.php:112 (getCurrencies) [id: 2]
Combination 6 /classes/Product.php:5923 (__construct) [id: 122629]
/classes/Product.php:5923 (__construct) [id: 95174]
/classes/Product.php:5923 (__construct) [id: 122631]
/classes/Product.php:5923 (__construct) [id: 122657]
/classes/Product.php:5923 (__construct) [id: 122662]
/classes/Product.php:5923 (__construct) [id: 122682]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5975 (__construct) [id: ]
CMS 3 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 3]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 4]
Language 3 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:642 (__construct) [id: 2]
/classes/Tools.php:561 (__construct) [id: 2]
AddressFormat 3 /classes/controller/FrontController.php:1763 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
State 3 /classes/controller/FrontController.php:1768 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 35]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 35]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Risk 1 /classes/controller/FrontController.php:1695 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1692 (__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]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [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-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /vendor/defuse/php-encryption/src/Crypto.php
171 /vendor/defuse/php-encryption/src/KeyOrPassword.php
172 /vendor/defuse/php-encryption/src/RuntimeTests.php
173 /vendor/defuse/php-encryption/src/DerivedKeys.php
174 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
175 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
176 /src/Core/Session/SessionHandler.php
177 /src/Core/Session/SessionHandlerInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
194 /config/smarty.config.inc.php
195 /classes/Smarty/SmartyDev.php
196 /vendor/smarty/smarty/libs/Smarty.class.php
197 /vendor/smarty/smarty/libs/functions.php
198 /vendor/smarty/smarty/libs/Autoloader.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
208 /config/smartyfront.config.inc.php
209 /classes/Smarty/SmartyResourceModule.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
212 /classes/Smarty/SmartyResourceParent.php
213 /classes/Smarty/SmartyLazyRegister.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
215 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
216 /classes/Customer.php
217 /classes/Group.php
218 /classes/Link.php
219 /classes/shop/ShopUrl.php
220 /classes/Dispatcher.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
228 /src/Adapter/SymfonyContainer.php
229 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
230 /config/db_slave_server.inc.php
231 /src/Adapter/ContainerBuilder.php
232 /src/Adapter/Environment.php
233 /src/Core/EnvironmentInterface.php
234 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
235 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
236 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
237 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
238 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
239 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
240 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
241 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
242 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
243 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
244 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
245 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
246 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
247 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
248 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
249 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
250 /vendor/symfony/contracts/Service/ResetInterface.php
251 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
252 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
253 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
254 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
256 /vendor/symfony/contracts/Cache/ItemInterface.php
257 /vendor/psr/cache/src/CacheItemInterface.php
258 /vendor/psr/cache/src/CacheItemPoolInterface.php
259 /vendor/symfony/contracts/Cache/CacheInterface.php
260 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
261 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
262 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
263 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
264 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
265 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
266 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
267 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
268 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
269 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
270 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
272 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
274 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
275 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
276 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
278 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
279 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
321 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
322 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
323 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
324 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
325 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
328 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
329 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
330 /src/Adapter/Container/LegacyContainerBuilder.php
331 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerBuilder.php
332 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
333 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
334 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
335 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
336 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
337 /vendor/psr/container/src/ContainerExceptionInterface.php
338 /vendor/psr/container/src/NotFoundExceptionInterface.php
339 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
340 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
341 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
342 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php
343 /src/Adapter/Container/LegacyContainerInterface.php
344 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php
345 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php
346 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php
347 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
348 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Definition.php
349 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Alias.php
350 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
351 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
352 /src/PrestaShopBundle/DependencyInjection/Compiler/LoadServicesFromModulesPass.php
353 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php
354 /src/Adapter/Module/Repository/ModuleRepository.php
355 /src/Core/Repository/AbstractObjectModelRepository.php
356 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
357 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
358 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
359 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
360 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
361 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
362 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
363 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
364 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
365 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
366 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php
367 /src/PrestaShopBundle/PrestaShopBundle.php
368 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/Bundle.php
369 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareTrait.php
370 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php
371 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerAwareInterface.php
372 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php
373 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php
374 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php
375 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php
376 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php
377 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php
378 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php
379 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php
380 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php
381 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php
382 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php
383 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php
384 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php
385 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php
386 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php
387 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php
388 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php
389 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php
390 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php
391 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php
392 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php
393 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php
394 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php
395 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php
396 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php
397 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RepeatablePassInterface.php
398 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php
399 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php
400 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php
401 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolvePrivatesPass.php
402 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php
403 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php
404 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php
405 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php
406 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php
407 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php
408 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php
409 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php
410 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php
411 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
412 /classes/container/LegacyCompilerPass.php
413 /src/Adapter/Container/ContainerParametersExtension.php
414 /src/Adapter/Container/ContainerBuilderExtensionInterface.php
415 /src/Adapter/Container/DoctrineBuilderExtension.php
416 /app/config/set_parameters.php
417 /app/config/parameters.php
418 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
419 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
420 /src/PrestaShopBundle/DependencyInjection/Config/ConfigYamlLoader.php
421 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
422 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
423 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
424 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
425 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
426 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
427 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
428 /vendor/doctrine/doctrine-bundle/DependencyInjection/DoctrineExtension.php
429 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php
430 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php
431 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/Extension.php
432 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php
433 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php
434 /src/PrestaShopBundle/DependencyInjection/Compiler/ModulesDoctrineCompilerPass.php
435 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php
436 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php
437 /vendor/symfony/symfony/src/Symfony/Component/Yaml/Tag/TaggedValue.php
438 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Reference.php
439 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Expression.php
440 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php
441 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/IteratorArgument.php
442 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ReferenceSetArgumentTrait.php
443 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ArgumentInterface.php
444 /modules/contactform/vendor/autoload.php
445 /modules/contactform/vendor/composer/autoload_real.php
446 /modules/contactform/vendor/composer/autoload_static.php
447 /modules/dashactivity/vendor/autoload.php
448 /modules/dashactivity/vendor/composer/autoload_real.php
449 /modules/dashactivity/vendor/composer/autoload_static.php
450 /modules/dashtrends/vendor/autoload.php
451 /modules/dashtrends/vendor/composer/autoload_real.php
452 /modules/dashtrends/vendor/composer/autoload_static.php
453 /modules/dashgoals/vendor/autoload.php
454 /modules/dashgoals/vendor/composer/autoload_real.php
455 /modules/dashgoals/vendor/composer/autoload_static.php
456 /modules/dashproducts/vendor/autoload.php
457 /modules/dashproducts/vendor/composer/autoload_real.php
458 /modules/dashproducts/vendor/composer/autoload_static.php
459 /modules/graphnvd3/vendor/autoload.php
460 /modules/graphnvd3/vendor/composer/autoload_real.php
461 /modules/graphnvd3/vendor/composer/autoload_static.php
462 /modules/gridhtml/vendor/autoload.php
463 /modules/gridhtml/vendor/composer/autoload_real.php
464 /modules/gridhtml/vendor/composer/autoload_static.php
465 /modules/gsitemap/vendor/autoload.php
466 /modules/gsitemap/vendor/composer/autoload_real.php
467 /modules/gsitemap/vendor/composer/autoload_static.php
468 /modules/ps_banner/vendor/autoload.php
469 /modules/ps_banner/vendor/composer/autoload_real.php
470 /modules/ps_banner/vendor/composer/autoload_static.php
471 /modules/ps_categorytree/vendor/autoload.php
472 /modules/ps_categorytree/vendor/composer/autoload_real.php
473 /modules/ps_categorytree/vendor/composer/autoload_static.php
474 /modules/ps_contactinfo/vendor/autoload.php
475 /modules/ps_contactinfo/vendor/composer/autoload_real.php
476 /modules/ps_contactinfo/vendor/composer/autoload_static.php
477 /modules/ps_currencyselector/vendor/autoload.php
478 /modules/ps_currencyselector/vendor/composer/autoload_real.php
479 /modules/ps_currencyselector/vendor/composer/autoload_static.php
480 /modules/ps_customeraccountlinks/vendor/autoload.php
481 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
482 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
483 /modules/ps_customersignin/vendor/autoload.php
484 /modules/ps_customersignin/vendor/composer/autoload_real.php
485 /modules/ps_customersignin/vendor/composer/autoload_static.php
486 /modules/ps_customtext/vendor/autoload.php
487 /modules/ps_customtext/vendor/composer/autoload_real.php
488 /modules/ps_customtext/vendor/composer/autoload_static.php
489 /modules/ps_emailsubscription/vendor/autoload.php
490 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
491 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
492 /modules/ps_faviconnotificationbo/vendor/autoload.php
493 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
494 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
495 /modules/ps_featuredproducts/vendor/autoload.php
496 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
497 /modules/ps_featuredproducts/vendor/composer/platform_check.php
498 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
499 /modules/ps_imageslider/vendor/autoload.php
500 /modules/ps_imageslider/vendor/composer/autoload_real.php
501 /modules/ps_imageslider/vendor/composer/autoload_static.php
502 /modules/ps_languageselector/vendor/autoload.php
503 /modules/ps_languageselector/vendor/composer/autoload_real.php
504 /modules/ps_languageselector/vendor/composer/autoload_static.php
505 /modules/ps_linklist/vendor/autoload.php
506 /modules/ps_linklist/vendor/composer/autoload_real.php
507 /modules/ps_linklist/vendor/composer/autoload_static.php
508 /modules/ps_mainmenu/vendor/autoload.php
509 /modules/ps_mainmenu/vendor/composer/autoload_real.php
510 /modules/ps_mainmenu/vendor/composer/autoload_static.php
511 /modules/ps_searchbar/vendor/autoload.php
512 /modules/ps_searchbar/vendor/composer/autoload_real.php
513 /modules/ps_searchbar/vendor/composer/autoload_static.php
514 /modules/ps_sharebuttons/vendor/autoload.php
515 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
516 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
517 /modules/ps_socialfollow/vendor/autoload.php
518 /modules/ps_socialfollow/vendor/composer/autoload_real.php
519 /modules/ps_socialfollow/vendor/composer/autoload_static.php
520 /modules/ps_themecusto/vendor/autoload.php
521 /modules/ps_themecusto/vendor/composer/autoload_real.php
522 /modules/ps_themecusto/vendor/composer/autoload_static.php
523 /modules/ps_wirepayment/vendor/autoload.php
524 /modules/ps_wirepayment/vendor/composer/autoload_real.php
525 /modules/ps_wirepayment/vendor/composer/autoload_static.php
526 /modules/pagesnotfound/vendor/autoload.php
527 /modules/pagesnotfound/vendor/composer/autoload_real.php
528 /modules/pagesnotfound/vendor/composer/autoload_static.php
529 /modules/statsbestcategories/vendor/autoload.php
530 /modules/statsbestcategories/vendor/composer/autoload_real.php
531 /modules/statsbestcategories/vendor/composer/autoload_static.php
532 /modules/statsbestcustomers/vendor/autoload.php
533 /modules/statsbestcustomers/vendor/composer/autoload_real.php
534 /modules/statsbestcustomers/vendor/composer/autoload_static.php
535 /modules/statsbestproducts/vendor/autoload.php
536 /modules/statsbestproducts/vendor/composer/autoload_real.php
537 /modules/statsbestproducts/vendor/composer/autoload_static.php
538 /modules/statsbestsuppliers/vendor/autoload.php
539 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
540 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
541 /modules/statsbestvouchers/vendor/autoload.php
542 /modules/statsbestvouchers/vendor/composer/autoload_real.php
543 /modules/statsbestvouchers/vendor/composer/autoload_static.php
544 /modules/statscarrier/vendor/autoload.php
545 /modules/statscarrier/vendor/composer/autoload_real.php
546 /modules/statscarrier/vendor/composer/autoload_static.php
547 /modules/statscatalog/vendor/autoload.php
548 /modules/statscatalog/vendor/composer/autoload_real.php
549 /modules/statscatalog/vendor/composer/autoload_static.php
550 /modules/statscheckup/vendor/autoload.php
551 /modules/statscheckup/vendor/composer/autoload_real.php
552 /modules/statscheckup/vendor/composer/autoload_static.php
553 /modules/statsdata/vendor/autoload.php
554 /modules/statsdata/vendor/composer/autoload_real.php
555 /modules/statsdata/vendor/composer/autoload_static.php
556 /modules/statsforecast/vendor/autoload.php
557 /modules/statsforecast/vendor/composer/autoload_real.php
558 /modules/statsforecast/vendor/composer/autoload_static.php
559 /modules/statsnewsletter/vendor/autoload.php
560 /modules/statsnewsletter/vendor/composer/autoload_real.php
561 /modules/statsnewsletter/vendor/composer/autoload_static.php
562 /modules/statspersonalinfos/vendor/autoload.php
563 /modules/statspersonalinfos/vendor/composer/autoload_real.php
564 /modules/statspersonalinfos/vendor/composer/autoload_static.php
565 /modules/statsproduct/vendor/autoload.php
566 /modules/statsproduct/vendor/composer/autoload_real.php
567 /modules/statsproduct/vendor/composer/autoload_static.php
568 /modules/statsregistrations/vendor/autoload.php
569 /modules/statsregistrations/vendor/composer/autoload_real.php
570 /modules/statsregistrations/vendor/composer/autoload_static.php
571 /modules/statssales/vendor/autoload.php
572 /modules/statssales/vendor/composer/autoload_real.php
573 /modules/statssales/vendor/composer/autoload_static.php
574 /modules/statssearch/vendor/autoload.php
575 /modules/statssearch/vendor/composer/autoload_real.php
576 /modules/statssearch/vendor/composer/autoload_static.php
577 /modules/statsstock/vendor/autoload.php
578 /modules/statsstock/vendor/composer/autoload_real.php
579 /modules/statsstock/vendor/composer/autoload_static.php
580 /modules/psgdpr/vendor/autoload.php
581 /modules/psgdpr/vendor/composer/autoload_real.php
582 /modules/psgdpr/vendor/composer/autoload_static.php
583 /modules/blockreassurance/vendor/autoload.php
584 /modules/blockreassurance/vendor/composer/autoload_real.php
585 /modules/blockreassurance/vendor/composer/autoload_static.php
586 /modules/ps_facetedsearch/vendor/autoload.php
587 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
588 /modules/ps_facetedsearch/vendor/composer/platform_check.php
589 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
590 /modules/ps_newproducts/vendor/autoload.php
591 /modules/ps_newproducts/vendor/composer/autoload_real.php
592 /modules/ps_newproducts/vendor/composer/platform_check.php
593 /modules/ps_newproducts/vendor/composer/autoload_static.php
594 /modules/ps_categoryproducts/vendor/autoload.php
595 /modules/ps_categoryproducts/vendor/composer/autoload_real.php
596 /modules/ps_categoryproducts/vendor/composer/platform_check.php
597 /modules/ps_categoryproducts/vendor/composer/autoload_static.php
598 /modules/ps_crossselling/vendor/autoload.php
599 /modules/ps_crossselling/vendor/composer/autoload_real.php
600 /modules/ps_crossselling/vendor/composer/platform_check.php
601 /modules/ps_crossselling/vendor/composer/autoload_static.php
602 /modules/ps_googleanalytics/vendor/autoload.php
603 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
604 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
605 /modules/ps_bestsellers/vendor/autoload.php
606 /modules/ps_bestsellers/vendor/composer/autoload_real.php
607 /modules/ps_bestsellers/vendor/composer/platform_check.php
608 /modules/ps_bestsellers/vendor/composer/autoload_static.php
609 /modules/statsbestmanufacturers/vendor/autoload.php
610 /modules/statsbestmanufacturers/vendor/composer/autoload_real.php
611 /modules/statsbestmanufacturers/vendor/composer/autoload_static.php
612 /modules/ps_specials/vendor/autoload.php
613 /modules/ps_specials/vendor/composer/autoload_real.php
614 /modules/ps_specials/vendor/composer/platform_check.php
615 /modules/ps_specials/vendor/composer/autoload_static.php
616 /modules/ps_viewedproduct/vendor/autoload.php
617 /modules/ps_viewedproduct/vendor/composer/autoload_real.php
618 /modules/ps_viewedproduct/vendor/composer/platform_check.php
619 /modules/ps_viewedproduct/vendor/composer/autoload_static.php
620 /modules/ps_brandlist/vendor/autoload.php
621 /modules/ps_brandlist/vendor/composer/autoload_real.php
622 /modules/ps_brandlist/vendor/composer/autoload_static.php
623 /modules/pscleaner/vendor/autoload.php
624 /modules/pscleaner/vendor/composer/autoload_real.php
625 /modules/pscleaner/vendor/composer/autoload_static.php
626 /modules/autoupgrade/vendor/autoload.php
627 /modules/autoupgrade/vendor/composer/autoload_real.php
628 /modules/autoupgrade/vendor/composer/autoload_static.php
629 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
630 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
631 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
632 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
633 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
634 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
635 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
636 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
637 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
638 /modules/ps_emailalerts/vendor/autoload.php
639 /modules/ps_emailalerts/vendor/composer/autoload_real.php
640 /modules/ps_emailalerts/vendor/composer/autoload_static.php
641 /modules/blockwishlist/vendor/autoload.php
642 /modules/blockwishlist/vendor/composer/autoload_real.php
643 /modules/blockwishlist/vendor/composer/autoload_static.php
644 /modules/ps_shoppingcart/vendor/autoload.php
645 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
646 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
647 /modules/ps_distributionapiclient/vendor/autoload.php
648 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
649 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
650 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
651 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
652 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
653 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BaseNode.php
654 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NodeInterface.php
655 /vendor/doctrine/doctrine-bundle/DependencyInjection/Configuration.php
656 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ConfigurationInterface.php
657 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Processor.php
658 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php
659 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php
660 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php
661 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php
662 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php
663 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php
664 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BuilderAwareInterface.php
665 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php
666 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php
667 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php
668 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php
669 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php
670 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php
671 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
672 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
673 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php
674 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php
675 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ArrayNode.php
676 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php
677 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/ScalarNode.php
678 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/VariableNode.php
679 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php
680 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/BooleanNode.php
681 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/IntegerNode.php
682 /vendor/symfony/symfony/src/Symfony/Component/Config/Definition/NumericNode.php
683 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
684 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
685 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
686 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
687 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php
688 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
689 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/BoundArgument.php
690 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php
691 /vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php
692 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ChildDefinition.php
693 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php
694 /vendor/symfony/symfony/src/Symfony/Component/Messenger/MessageBusInterface.php
695 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php
696 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/AbstractDoctrineMiddleware.php
697 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php
698 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php
699 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
700 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Transport/Doctrine/DoctrineTransportFactory.php
701 /vendor/symfony/symfony/src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php
702 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
703 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
704 /vendor/symfony/symfony/src/Symfony/Component/Form/AbstractType.php
705 /vendor/symfony/symfony/src/Symfony/Component/Form/FormTypeInterface.php
706 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/ConvertMappingCommand.php
707 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/AbstractEntityManagerCommand.php
708 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/EnsureProductionSettingsCommand.php
709 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Export/ClassMetadataExporter.php
710 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/IdGeneratorPass.php
711 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php
712 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php
713 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php
714 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php
715 /vendor/symfony/symfony/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php
716 /vendor/symfony/symfony/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php
717 /vendor/doctrine/doctrine-bundle/DependencyInjection/Compiler/ServiceRepositoryCompilerPass.php
718 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ClassExistenceResource.php
719 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
720 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
721 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
722 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php
723 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php
724 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php
725 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php
726 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php
727 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php
728 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php
729 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php
730 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php
731 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunctionProviderInterface.php
732 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php
733 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Compiler.php
734 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Parser.php
735 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Lexer.php
736 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Token.php
737 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/TokenStream.php
738 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php
739 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/Node.php
740 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php
741 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php
742 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php
743 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php
744 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php
745 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php
746 /vendor/symfony/symfony/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php
747 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php
748 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php
749 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php
750 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php
751 /src/Adapter/Container/LegacyContainer.php
752 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php
753 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php
754 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Variable.php
755 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocatorArgument.php
756 /src/Core/Hook/HookModuleFilter.php
757 /src/Core/Hook/HookModuleFilterInterface.php
758 /controllers/front/listing/CategoryController.php
759 /classes/controller/ProductListingFrontController.php
760 /classes/controller/ProductPresentingFrontController.php
761 /classes/controller/FrontController.php
762 /src/PrestaShopBundle/Translation/TranslatorComponent.php
763 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
764 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
765 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
766 /vendor/symfony/contracts/Translation/TranslatorInterface.php
767 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
768 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
769 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
770 /src/PrestaShopBundle/Translation/TranslatorInterface.php
771 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
772 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
773 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
774 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
775 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
776 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
777 /vendor/symfony/contracts/Translation/TranslatorTrait.php
778 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
779 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
780 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
781 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
782 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
783 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
784 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
785 /src/Adapter/ContainerFinder.php
786 /src/Core/Exception/ContainerNotFoundException.php
787 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
788 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
789 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
790 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
791 /src/Adapter/Presenter/Object/ObjectPresenter.php
792 /src/Adapter/Presenter/PresenterInterface.php
793 /src/Adapter/Presenter/Cart/CartPresenter.php
794 /src/Adapter/Image/ImageRetriever.php
795 /classes/tax/TaxConfiguration.php
796 /classes/Smarty/TemplateFinder.php
797 /classes/assets/StylesheetManager.php
798 /classes/assets/AbstractAssetManager.php
799 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
800 /classes/assets/JavascriptManager.php
801 /classes/assets/CccReducer.php
802 /classes/Category.php
803 /classes/webservice/WebserviceRequest.php
804 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
805 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
806 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
807 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
808 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
809 /vendor/symfony/contracts/Cache/CacheTrait.php
810 /vendor/psr/cache/src/InvalidArgumentException.php
811 /vendor/psr/cache/src/CacheException.php
812 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
813 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
814 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
815 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
816 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
817 /src/Core/Data/Layer/AbstractDataLayer.php
818 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
819 /src/Core/Localization/CLDR/Reader.php
820 /src/Core/Localization/CLDR/ReaderInterface.php
821 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
822 /src/Core/Localization/CLDR/LocaleDataSource.php
823 /src/Core/Localization/CLDR/LocaleRepository.php
824 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
825 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
826 /src/Adapter/Tools.php
827 /src/Adapter/LegacyContext.php
828 /src/Adapter/Currency/CurrencyDataProvider.php
829 /src/Core/Currency/CurrencyDataProviderInterface.php
830 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
831 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
832 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
833 /src/Core/Localization/Currency/CurrencyDataSource.php
834 /src/Core/Localization/Currency/DataSourceInterface.php
835 /src/Core/Localization/Currency/Repository.php
836 /src/Core/Localization/Currency/RepositoryInterface.php
837 /src/Core/Localization/Locale/Repository.php
838 /src/Core/Localization/Locale/RepositoryInterface.php
839 /vendor/prestashop/decimal/src/Operation/Rounding.php
840 /src/Core/Localization/Locale.php
841 /src/Core/Localization/LocaleInterface.php
842 /src/Core/Localization/Specification/Price.php
843 /src/Core/Localization/Specification/Number.php
844 /src/Core/Localization/Specification/NumberInterface.php
845 /src/Core/Localization/Specification/Factory.php
846 /src/Core/Localization/CLDR/LocaleData.php
847 /src/Core/Localization/CLDR/NumberSymbolsData.php
848 /src/Core/Localization/CLDR/CurrencyData.php
849 /src/Core/Localization/CLDR/Locale.php
850 /src/Core/Localization/CLDR/LocaleInterface.php
851 /src/Core/Localization/Specification/NumberSymbolList.php
852 /classes/Currency.php
853 /src/Core/Localization/Currency/LocalizedCurrencyId.php
854 /src/Core/Localization/Currency/CurrencyData.php
855 /src/Core/Localization/Currency/CurrencyCollection.php
856 /src/Core/Localization/Currency.php
857 /src/Core/Localization/CurrencyInterface.php
858 /src/Core/Localization/Specification/NumberCollection.php
859 /src/Core/Localization/Number/Formatter.php
860 /classes/Cart.php
861 /src/Adapter/AddressFactory.php
862 /classes/CartRule.php
863 /classes/Product.php
864 /src/Core/Domain/Product/ValueObject/RedirectType.php
865 /src/Core/Util/DateTime/DateTime.php
866 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
867 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
868 /src/Core/Domain/Product/ValueObject/ProductType.php
869 /src/Core/Domain/Product/ValueObject/Reference.php
870 /src/Core/Domain/Product/ValueObject/Ean13.php
871 /src/Core/Domain/Product/ValueObject/Isbn.php
872 /src/Core/Domain/Product/ValueObject/Upc.php
873 /src/Core/Domain/Product/ProductSettings.php
874 /src/Core/Domain/Shop/ValueObject/ShopId.php
875 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
876 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
877 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
878 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
879 /modules/blockreassurance/blockreassurance.php
880 /src/Core/Module/WidgetInterface.php
881 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
882 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
883 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
884 /src/PrestaShopBundle/Translation/DomainNormalizer.php
885 /classes/Media.php
886 /modules/ps_emailsubscription/ps_emailsubscription.php
887 /modules/ps_emailalerts/ps_emailalerts.php
888 /modules/ps_emailalerts/MailAlert.php
889 /modules/blockwishlist/blockwishlist.php
890 /modules/ps_socialfollow/ps_socialfollow.php
891 /src/Adapter/Presenter/Cart/CartLazyArray.php
892 /src/Adapter/Presenter/AbstractLazyArray.php
893 /src/Adapter/Product/PriceFormatter.php
894 /src/Core/Util/Inflector.php
895 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
896 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
897 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
898 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
899 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
900 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
901 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
902 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
903 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
904 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
905 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
906 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
907 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
908 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
909 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
910 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
911 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
912 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
913 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
914 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
915 /classes/Gender.php
916 /classes/Risk.php
917 /classes/Meta.php
918 /classes/Address.php
919 /classes/ImageType.php
920 /classes/State.php
921 /src/Core/Security/PasswordPolicyConfiguration.php
922 /src/Core/Configuration/DataConfigurationInterface.php
923 /src/Core/Security/Hashing.php
924 /src/Core/Filter/CollectionFilter.php
925 /src/Core/Filter/FilterInterface.php
926 /src/Core/Filter/FrontEndObject/ProductFilter.php
927 /src/Core/Filter/HashMapWhitelistFilter.php
928 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
929 /src/Core/Filter/FrontEndObject/CartFilter.php
930 /src/Core/Filter/FrontEndObject/CustomerFilter.php
931 /src/Core/Filter/FrontEndObject/ShopFilter.php
932 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
933 /src/Core/Filter/FrontEndObject/MainFilter.php
934 /modules/ps_searchbar/ps_searchbar.php
935 /modules/ps_shoppingcart/ps_shoppingcart.php
936 /modules/ps_imageslider/ps_imageslider.php
937 /modules/ps_imageslider/Ps_HomeSlide.php
938 /modules/ps_googleanalytics/ps_googleanalytics.php
939 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
940 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
941 /classes/Smarty/SmartyDevTemplate.php
942 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
943 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
944 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
945 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
946 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
947 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
948 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
949 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
950 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
951 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
952 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
953 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
954 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
955 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
956 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
957 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_ldelim.php
958 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
959 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_rdelim.php
960 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
961 /var/cache/dev/smarty/compile/classic/7a/0c/4e/7a0c4e1b6ec2a33f8ad1cf5a769c194a8ffc5885_2.file.ps_googleanalytics.tpl.php
962 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
963 /src/Core/Product/Search/ProductSearchContext.php
964 /src/Core/Product/Search/ProductSearchQuery.php
965 /src/Core/Product/Search/SortOrder.php
966 /modules/ps_facetedsearch/ps_facetedsearch.php
967 /modules/ps_facetedsearch/src/HookDispatcher.php
968 /modules/ps_facetedsearch/src/Hook/Attribute.php
969 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
970 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
971 /modules/ps_facetedsearch/src/Hook/Category.php
972 /modules/ps_facetedsearch/src/Hook/Configuration.php
973 /modules/ps_facetedsearch/src/Hook/Design.php
974 /modules/ps_facetedsearch/src/Hook/Feature.php
975 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
976 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
977 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
978 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
979 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
980 /modules/ps_facetedsearch/src/Hook/Product.php
981 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
982 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
983 /modules/ps_facetedsearch/src/Filters/Provider.php
984 /modules/ps_facetedsearch/src/URLSerializer.php
985 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
986 /modules/ps_facetedsearch/src/Product/SearchProvider.php
987 /src/Core/Product/Search/FacetsRendererInterface.php
988 /src/Core/Product/Search/ProductSearchProviderInterface.php
989 /modules/ps_facetedsearch/src/Filters/Converter.php
990 /modules/ps_facetedsearch/src/Product/SearchFactory.php
991 /src/Core/Product/Search/ProductSearchResult.php
992 /classes/Combination.php
993 /modules/ps_facetedsearch/src/Product/Search.php
994 /modules/ps_facetedsearch/src/Adapter/MySQL.php
995 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
996 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
997 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
998 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
999 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
1000 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1001 /modules/ps_facetedsearch/src/Filters/Products.php
1002 /classes/stock/StockAvailable.php
1003 /modules/ps_facetedsearch/src/Filters/Block.php
1004 /classes/Manufacturer.php
1005 /src/Core/Util/String/StringModifier.php
1006 /src/Core/Util/String/StringModifierInterface.php
1007 /src/Core/Product/Search/Facet.php
1008 /src/Core/Product/Search/Filter.php
1009 /vendor/prestashop/decimal/src/DecimalNumber.php
1010 /vendor/prestashop/decimal/src/Builder.php
1011 /src/Core/Product/Search/FacetCollection.php
1012 /classes/ProductAssembler.php
1013 /classes/tax/Tax.php
1014 /classes/SpecificPrice.php
1015 /classes/tax/TaxManagerFactory.php
1016 /classes/tax/TaxRulesTaxManager.php
1017 /classes/tax/TaxManagerInterface.php
1018 /classes/tax/TaxCalculator.php
1019 /classes/GroupReduction.php
1020 /src/Core/Localization/CLDR/ComputingPrecision.php
1021 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
1022 /classes/Pack.php
1023 /classes/order/Order.php
1024 /classes/Feature.php
1025 /src/Core/Domain/Combination/CombinationSettings.php
1026 /classes/ProductPresenterFactory.php
1027 /src/Adapter/Presenter/Product/ProductListingPresenter.php
1028 /src/Adapter/Presenter/Product/ProductPresenter.php
1029 /src/Adapter/Product/ProductColorsRetriever.php
1030 /src/Adapter/HookManager.php
1031 /src/Core/Product/ProductPresentationSettings.php
1032 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
1033 /src/Adapter/Presenter/Product/ProductLazyArray.php
1034 /classes/Image.php
1035 /src/Core/Image/ImageFormatConfiguration.php
1036 /src/Core/Image/ImageFormatConfigurationInterface.php
1037 /classes/FeatureFlag.php
1038 /src/Core/FeatureFlag/FeatureFlagSettings.php
1039 /vendor/prestashop/decimal/src/Operation/Multiplication.php
1040 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
1041 /vendor/smarty/smarty/libs/plugins/modifier.count.php
1042 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
1043 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
1044 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1045 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1046 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1047 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
1048 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
1049 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
1050 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
1051 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
1052 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
1053 /var/cache/dev/smarty/compile/classic/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1054 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1055 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1056 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1057 /var/cache/dev/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1058 /src/Core/Product/Search/Pagination.php
1059 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
1060 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
1061 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/9d/1f/7d/9d1f7dca528142394d922fc6ab714f069057995a_2.file.category.tpl.php
1062 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
1063 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/fd/b2/a6/fdb2a665bc26600ea930e17a27ad749a1168de9c_2.file.product-list.tpl.php
1064 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/aa/cb/d9/aacbd9cb88ba0ba6f22c0f4dd67a7ad9f59ece2e_2.file.layout-left-column.tpl.php
1065 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/bf/11/4d/bf114db64f62acda25c64ed048428aebd6a1ecd5_2.file.layout-both-columns.tpl.php
1066 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
1067 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/da/3a/81/da3a81f18db28eb56a6980de82282e09a121bde1_2.file.helpers.tpl.php
1068 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1069 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c0/4d/b1/c04db19e202d1bbe731a26820a8ca5f52425ee70_2.file.head.tpl.php
1070 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
1071 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/22/2e/fe/222efe3974d0f1bfc6d5505614d204c1f13b1ec4_2.file.head-jsonld.tpl.php
1072 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/2f/47/c4/2f47c42fd891702ed5457af74b19f558ba5268f1_2.file.product-list-jsonld.tpl.php
1073 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
1074 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
1075 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1076 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6a/60/e4/6a60e413681dc686da52768b226664f674f58b18_2.file.pagination-seo.tpl.php
1077 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1078 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ba/94/ec/ba94ecd4a041d2b9caa54650a264c3dacf6d0eba_2.file.stylesheets.tpl.php
1079 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/de/66/61/de6661e1daaa24ddd16c33891ca22f436c6db840_2.file.javascript.tpl.php
1080 /classes/ProductDownload.php
1081 /src/Core/Cart/Calculator.php
1082 /src/Core/Cart/CartRowCollection.php
1083 /src/Core/Cart/Fees.php
1084 /src/Core/Cart/AmountImmutable.php
1085 /src/Core/Cart/CartRuleCollection.php
1086 /src/Core/Cart/CartRuleCalculator.php
1087 /src/Adapter/Product/PriceCalculator.php
1088 /src/Core/Cart/CartRow.php
1089 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1090 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/92/52/38/925238a491d2eb907b9caf92e997ae000c631775_2.file.product-activation.tpl.php
1091 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
1092 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/57/c2/14/57c2143c0943ea6d229c5fb0231b19c1271c9ee9_2.file.header.tpl.php
1093 /modules/ps_contactinfo/ps_contactinfo.php
1094 /var/cache/dev/smarty/compile/classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
1095 /modules/ps_languageselector/ps_languageselector.php
1096 /var/cache/dev/smarty/compile/classic/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
1097 /modules/ps_currencyselector/ps_currencyselector.php
1098 /var/cache/dev/smarty/compile/classic/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.ps_currencyselectorps_currencyselector.tpl.php
1099 /modules/ps_customersignin/ps_customersignin.php
1100 /var/cache/dev/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
1101 /var/cache/dev/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1102 /modules/ps_mainmenu/ps_mainmenu.php
1103 /modules/ps_mainmenu/ps_menutoplinks.class.php
1104 /var/cache/dev/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
1105 /var/cache/dev/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
1106 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6e/69/71/6e69719157d24626e0f861e34c33e2a0d5d19c6e_2.file.notifications.tpl.php
1107 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/24/63/c52463dd929494071532f06b9d10b27e14c9b676_2.file.breadcrumb.tpl.php
1108 /modules/ps_categorytree/ps_categorytree.php
1109 /var/cache/dev/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1110 /var/cache/dev/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1111 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ba/3a/01/ba3a01c74e0a23a42c565c1c077733b93c6c8e18_2.file.category-header.tpl.php
1112 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/99/91/92/999192c4874b2193daf599c4fcdac45c129638e7_2.file.products-top.tpl.php
1113 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/e1/54/12/e154123bcf45d29ef2da95bf3b8baa2d4306d11d_2.file.sort-orders.tpl.php
1114 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0e/ce/94/0ece9491c1494f36c32889e2e15515aa0a14af5d_2.file.products.tpl.php
1115 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ba/c9/0d/bac90d8a2589c8e9f1a408626c12901e9f516421_2.file.productlist.tpl.php
1116 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1117 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c6/d5/6c/c6d56c864f194037815d0ae6b9e4e6c5df65e28e_2.file.product.tpl.php
1118 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ac/80/3d/ac803d9a9fbe5afd7262f908bbfd2c98216362cd_2.file.variant-links.tpl.php
1119 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/ea/d7/b2/ead7b23c7c9674b68203523b1e4d01c361bd4eed_2.file.product-flags.tpl.php
1120 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/0c/74/0b/0c740bb49bbcadb91a6d1b72b409b815332fee81_2.file.pagination.tpl.php
1121 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/7f/41/7a/7f417a1a77c26006717b7b7bee1f66ebe67ea55e_2.file.products-bottom.tpl.php
1122 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6e/cf/5a/6ecf5a7b4aa5cb10d39dc66868c6cfe511162e81_2.file.category-footer.tpl.php
1123 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/21/09/3b/21093bbd5517d790fc94e59eb6bc4a81e800a873_2.file.footer.tpl.php
1124 /var/cache/dev/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1125 /modules/psgdpr/psgdpr.php
1126 /classes/Translate.php
1127 /modules/psgdpr/translations/de.php
1128 /modules/psgdpr/classes/GDPRConsent.php
1129 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1130 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1131 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1132 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1133 /var/cache/dev/smarty/compile/classic/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.cache.php
1134 /var/cache/dev/smarty/cache/ps_socialfollow/1/1/1/2/1/19/classic/c0/80/61/c0806157e79616b23f723bb1c63f34e9841b389d.ps_socialfollowps_socialfollow.tpl.php
1135 /modules/ps_linklist/ps_linklist.php
1136 /src/Adapter/Localization/LegacyTranslator.php
1137 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1138 /modules/ps_linklist/src/Filter/LinkFilter.php
1139 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1140 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1141 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1142 /modules/ps_linklist/src/Model/LinkBlock.php
1143 /classes/CMS.php
1144 /var/cache/dev/smarty/compile/classic/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.cache.php
1145 /var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/2/1/19/classic/b3/aa/6b/b3aa6bc6632ea42f1d9355c55b55a55cab0e57d6.ps_linklistviewstemplateshooklinkblock.tpl.php
1146 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1147 /var/cache/dev/smarty/compile/classic/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.cache.php
1148 /var/cache/dev/smarty/compile/classic/d3/be/a1/d3bea152bc88d6ad4c16c87750962bcaf4f57aa3_2.module.blockwishlistviewstemplateshookaccountmyaccountblock.tpl.php
1149 /var/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/2/1/19/classic/76/54/a9/7654a92dc43c1d23532eeaa5eab434b8507fdba2.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1150 /vendor/smarty/smarty/libs/plugins/function.mailto.php
1151 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
1152 /var/cache/dev/smarty/compile/classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1153 /var/cache/dev/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
1154 /var/cache/dev/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
1155 /var/cache/dev/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
1156 /var/cache/dev/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
1157 /var/cache/dev/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
1158 /var/cache/dev/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
1159 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/d4/7c/ff/d47cff297a71e021e2826c4c82c483974f557978_2.file.password-policy-template.tpl.php
1160 /modules/statsdata/statsdata.php
1161 /classes/Connection.php
1162 /classes/Page.php
1163 /classes/ConnectionsSource.php
1164 /classes/DateRange.php
1165 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1166 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1167 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1168 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1169 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1170 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1171 /var/cache/dev/smarty/compile/classic/c4/61/3e/c4613ea3a0cb367a202da297c75b38a3e5d04ecd_2.file.ga_tag.tpl.php