Warning: Array to string conversion in /usr/local/www/turbocentras.com/www/tools/profiling/Profiler.php on line 158
Turbolader

Turbolader

Product added to wishlist

This site use cookies. Find out more about personal information in our Privacy Policy page.

Load Time 4672 ms
Querying Time 162 ms
Queries 1018
Memory Peak Usage 48.6 Mb
Included Files 1109 files - 11.37 Mb
PrestaShop Cache - Mb
Global vars 0.18 Mb
PrestaShop Version 8.2.0
PHP Version 8.3.19
MySQL Version 8.0.39
Memory Limit 2048M
Max Execution Time 30s
Smarty Cache enabled
Smarty Compilation auto
  Time Cumulated Time Memory Usage Memory Peak Usage
config 1.147 ms 1.147 ms 3.60 Mb 3.6 Mb
__construct 8.020 ms 9.167 ms 0.28 Mb 3.9 Mb
init 778.141 ms 787.308 ms 23.09 Mb 27.6 Mb
checkAccess 0.001 ms 787.309 ms - Mb 27.6 Mb
setMedia 0.414 ms 787.723 ms 0.08 Mb 27.6 Mb
postProcess 0.001 ms 787.724 ms - Mb 27.6 Mb
initHeader 0.001 ms 787.725 ms - Mb 27.6 Mb
initContent 132.709 ms 920 ms 8.10 Mb 35.3 Mb
initFooter 0.001 ms 920 ms - Mb 35.3 Mb
display 3752 ms 4672 ms 12.45 Mb 48.6 Mb
Hook Time Memory Usage
ActionOutputHTMLBefore 228.335 ms - Mb
displayMainMenu 27.478 ms 5.90 Mb
displayProductListReviews 5.244 ms 0.91 Mb
displayProductListFunctionalButtons 3.407 ms 0.04 Mb
DisplayTop 2.773 ms 0.65 Mb
displayLeftColumn 2.323 ms 0.37 Mb
DisplayBeforeBodyClosingTag 2.312 ms 0.06 Mb
displayBeforeBodyClosingTag 2.069 ms 0.45 Mb
displayFooter 1.485 ms 0.26 Mb
displayNav2 0.959 ms 0.16 Mb
displayNav1 0.955 ms 0.20 Mb
DisplayHeader 0.811 ms 0.10 Mb
Header 0.505 ms 0.03 Mb
renderWidget 0.402 ms 0.10 Mb
DisplayLeftColumn 0.220 ms 0.14 Mb
displayAfterBreadcrumb 0.204 ms 0.03 Mb
IsJustElementor 0.190 ms 0.02 Mb
DisplayNavFullWidth 0.184 ms 0.03 Mb
displayNavFullWidth 0.179 ms 0.01 Mb
displayTop 0.176 ms 0.01 Mb
displayAboveMobileMenu 0.166 ms 0.01 Mb
displayHeaderButtons 0.146 ms 0.01 Mb
displayBelowHeader 0.136 ms 0.01 Mb
displayNavCenter 0.124 ms 0.01 Mb
displayWrapperTop 0.113 ms 0.01 Mb
ProductSearchProvider 0.095 ms - Mb
ActionFrontControllerSetMedia 0.074 ms - Mb
OverrideLayoutTemplate 0.028 ms 0.06 Mb
ActionDispatcher 0.008 ms - Mb
displayVerticalMenu 0.005 ms - Mb
ActionProductSearchAfter 0.003 ms - Mb
ModuleRoutes 0.002 ms - Mb
ActionFrontControllerInitBefore 0.002 ms - Mb
33 hook(s) 281.114 ms 9.39 Mb
Module Time Memory Usage
turbocatalog 1.250 ms 0.26 Mb
iqitthemeeditor 481.630 ms 22.06 Mb
simplesecurity 0.071 ms 0.04 Mb
ps_emailsubscription 0.492 ms 0.10 Mb
ps_emailalerts 0.083 ms 0.04 Mb
revsliderprestashop 3.347 ms 0.81 Mb
ps_shoppingcart 0.085 ms 0.02 Mb
iqitcontactpage 0.867 ms 0.10 Mb
iqitcookielaw 0.408 ms 0.07 Mb
iqitcountdown 0.077 ms 0.02 Mb
iqitlinksmanager 0.893 ms 0.28 Mb
pricealerts 0.254 ms 0.04 Mb
paypal 1.272 ms 0.24 Mb
iqitsizecharts 0.121 ms 0.12 Mb
iqitreviews 5.384 ms 1.02 Mb
iqitwishlist 5.539 ms 0.53 Mb
iqitmegamenu 27.621 ms 5.88 Mb
iqitelementor 0.363 ms 0.15 Mb
iqitextendedproduct 0.102 ms 0.05 Mb
iqitfreedeliverycount 0.062 ms 0.02 Mb
ps_modifier 0.065 ms 0.02 Mb
makecommercepayments 0.078 ms 0.03 Mb
simplevotings 0.071 ms 0.02 Mb
ps_facetedsearch 0.475 ms 0.18 Mb
vatchecker 0.159 ms 0.06 Mb
iqithtmlandbanners 1.779 ms 0.21 Mb
ps_languageselector 0.501 ms 0.08 Mb
ps_currencyselector 0.174 ms 0.06 Mb
iqitsearch 0.476 ms 0.12 Mb
ps_customersignin 0.044 ms 0.02 Mb
iqitproductsnav 0.275 ms 0.05 Mb
ps_categorytree 2.379 ms 0.39 Mb
statsdata 2.365 ms 0.15 Mb
htmlminifier 228.373 ms - Mb
34 module(s) 767.134 ms 33.00 Mb

Stopwatch SQL - 1018 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, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=1)) GROUP BY fp.id_feature_value
24.807 ms 11770 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
393
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2))) AND ((fp_1.id_feature_value IN (74, 32, 158, 192, 168, 1)))
5.994 ms 3575 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
394
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0)) AND ((fp_1.id_feature_value IN (74, 32, 158, 192, 168, 1)))
5.460 ms 3575 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
395
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((sa.quantity>0)) AND ((fp_1.id_feature_value IN (74, 32, 158, 192, 168, 1)))
5.054 ms 3575 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
391
SELECT SQL_NO_CACHE p.id_product, sa.out_of_stock 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, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) GROUP BY p.id_product ORDER BY IFNULL(p.quantity, 0) <= 0, IFNULL(p.quantity, 0) <= 0 AND FIELD(sa.out_of_stock, 1) DESC, p.date_upd DESC, p.id_product DESC
5.026 ms 3575 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
396
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) GROUP BY p.condition
4.281 ms 3575 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
398
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, p.date_upd FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3' GROUP BY p.id_product) p LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) GROUP BY p.id_manufacturer
4.252 ms 3575 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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`)
2.707 ms 6076 /classes/Configuration.php:180
401
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("8a90e4ce0c06ea4c4213d6556d1c36a7", "a:1:{s:7:\"filters\";a:5:{i:0;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Verfügbarkeit\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:9:\"Auf Lager\";s:3:\"nbr\";i:75;}i:0;a:2:{s:4:\"name\";s:16:\"Nicht verfügbar\";s:3:\"nbr\";i:198;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:7:\"Zustand\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:3:\"Neu\";s:3:\"nbr\";s:3:\"159\";}s:4:\"used\";a:2:{s:4:\"name\";s:9:\"Gebraucht\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:9:\"Überholt\";s:3:\"nbr\";s:3:\"114\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;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:9:{i:2;a:2:{s:4:\"name\";s:10:\"BorgWarner\";s:3:\"nbr\";s:3:\"111\";}i:3;a:2:{s:4:\"name\";s:7:\"Garrett\";s:3:\"nbr\";s:2:\"92\";}i:4;a:2:{s:4:\"name\";s:3:\"IHI\";s:3:\"nbr\";s:2:\"18\";}i:5;a:2:{s:4:\"name\";s:10:\"Mitsubishi\";s:3:\"nbr\";s:2:\"12\";}i:6;a:2:{s:4:\"name\";s:6:\"Holset\";s:3:\"nbr\";s:1:\"2\";}i:14;a:2:{s:4:\"name\";s:12:\"Master Power\";s:3:\"nbr\";s:1:\"4\";}i:15;a:2:{s:4:\"name\";s:11:\"Continental\";s:3:\"nbr\";s:1:\"5\";}i:28;a:2:{s:4:\"name\";s:4:\"BMTS\";s:3:\"nbr\";s:2:\"28\";}i:32;a:2:{s:4:\"name\";s:8:\"EE Turbo\";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;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:2239;s:3:\"min\";d:169;s:4:\"unit\";s:3:\"€\";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:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";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:273;s:5:\"value\";N;}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:81:{i:55;a:4:{s:3:\"nbr\";s:2:\"21\";s:4:\"name\";s:10:\"Alfa Romeo\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:74;a:5:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:6:\"Alpina\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:2;a:4:{s:3:\"nbr\";s:3:\"198\";s:4:\"name\";s:4:\"Audi\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:79;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:7:\"Bentley\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5;a:4:{s:3:\"nbr\";s:3:\"129\";s:4:\"name\";s:3:\"BMW\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:56;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"Buick\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:46;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:8:\"Cadillac\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:194;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"CASE IH\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:164;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:11:\"Caterpillar\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:33;a:4:{s:3:\"nbr\";s:2:\"10\";s:4:\"name\";s:9:\"Chevrolet\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:42;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:8:\"Chrysler\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:8;a:4:{s:3:\"nbr\";s:2:\"47\";s:4:\"name\";s:7:\"Citroen\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:155;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"City Bus\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:165;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"CLAAS\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:167;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"CNH\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:88;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"Cummins\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:38;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:5:\"Dacia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:92;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:6:\"Daewoo\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:69;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:3:\"DAF\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:83;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:14:\"Detroit Diesel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:73;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:5:\"Deutz\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:27;a:4:{s:3:\"nbr\";s:1:\"5\";s:4:\"name\";s:5:\"Dodge\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:98;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:2:\"DS\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:40;a:4:{s:3:\"nbr\";s:2:\"52\";s:4:\"name\";s:4:\"Fiat\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:9;a:4:{s:3:\"nbr\";s:2:\"95\";s:4:\"name\";s:4:\"Ford\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:169;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:14:\"FPT INDUSTRIAL\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:101;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:12:\"Freightliner\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:99;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"GMC\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:166;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"Guaresi\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:37;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:5:\"Honda\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:23;a:4:{s:3:\"nbr\";s:2:\"27\";s:4:\"name\";s:7:\"Hyundai\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:160;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:10:\"Industrial\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:171;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"Isuzu\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:32;a:5:{s:3:\"nbr\";s:2:\"20\";s:4:\"name\";s:5:\"Iveco\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:70;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:6:\"Jaguar\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:170;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"JCB\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:63;a:4:{s:3:\"nbr\";s:2:\"12\";s:4:\"name\";s:4:\"Jeep\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:78;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:10:\"John Deere\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:163;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:5:\"Kamaz\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:50;a:4:{s:3:\"nbr\";s:2:\"17\";s:4:\"name\";s:3:\"Kia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:94;a:4:{s:3:\"nbr\";s:2:\"15\";s:4:\"name\";s:6:\"Lancia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:51;a:4:{s:3:\"nbr\";s:2:\"15\";s:4:\"name\";s:10:\"Land Rover\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:66;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:8:\"Liebherr\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:195;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"Lincoln\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:157;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"Mack\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:29;a:4:{s:3:\"nbr\";s:2:\"21\";s:4:\"name\";s:3:\"MAN\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:10;a:4:{s:3:\"nbr\";s:2:\"13\";s:4:\"name\";s:5:\"Mazda\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6;a:4:{s:3:\"nbr\";s:2:\"96\";s:4:\"name\";s:13:\"Mercedes-Benz\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:193;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"MILITTARY\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:91;a:4:{s:3:\"nbr\";s:1:\"4\";s:4:\"name\";s:4:\"Mini\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:18;a:4:{s:3:\"nbr\";s:2:\"21\";s:4:\"name\";s:10:\"Mitsubishi\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:158;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"MTU\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:192;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"MWM\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:39;a:4:{s:3:\"nbr\";s:2:\"38\";s:4:\"name\";s:6:\"Nissan\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:174;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:11:\"OFF HIGHWAY\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:25;a:4:{s:3:\"nbr\";s:2:\"86\";s:4:\"name\";s:4:\"Opel\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:62;a:4:{s:3:\"nbr\";s:1:\"7\";s:4:\"name\";s:7:\"Perkins\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:11;a:4:{s:3:\"nbr\";s:2:\"51\";s:4:\"name\";s:7:\"Peugeot\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:64;a:4:{s:3:\"nbr\";s:2:\"14\";s:4:\"name\";s:7:\"Porsche\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:7;a:4:{s:3:\"nbr\";s:2:\"88\";s:4:\"name\";s:7:\"Renault\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:156;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"RSA\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:45;a:4:{s:3:\"nbr\";s:2:\"16\";s:4:\"name\";s:4:\"Saab\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:65;a:4:{s:3:\"nbr\";s:2:\"29\";s:4:\"name\";s:6:\"Scania\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:3;a:4:{s:3:\"nbr\";s:3:\"113\";s:4:\"name\";s:4:\"Seat\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:168;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"SFH\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:159;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"Ship\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4;a:4:{s:3:\"nbr\";s:2:\"98\";s:4:\"name\";s:5:\"Skoda\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:81;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:5:\"Smart\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:53;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"SsangYong\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:72;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:6:\"Subaru\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:60;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:6:\"Suzuki\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:30;a:4:{s:3:\"nbr\";s:2:\"31\";s:4:\"name\";s:6:\"Toyota\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:161;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"Tractor\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:162;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:5:\"Truck\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:80;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:7:\"Unknown\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:177;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:7:\"VARIOUS\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:93;a:4:{s:3:\"nbr\";s:2:\"55\";s:4:\"name\";s:8:\"Vauxhall\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:180;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:9:\"VM Motori\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:49;a:4:{s:3:\"nbr\";s:2:\"55\";s:4:\"name\";s:5:\"Volvo\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1;a:5:{s:3:\"nbr\";s:3:\"246\";s:4:\"name\";s:2:\"VW\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:76;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:6:\"Yanmar\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:7:\"Vehicle\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
2.070 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:209
1017
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('17162530', '', 'turbocentras.com/de/3-turbolader?q=Vehicle-Alpina-MTU-MWM-SFH-VW-Iveco', '', '2025-06-03 07:47:30')
1.938 ms 1 /classes/ObjectModel.php:622
399
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 = 131) 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) WHERE ((fp.id_feature_value IN (74, 32, 158, 192, 168, 1))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category='3'
1.852 ms 275 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
14
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`
1.186 ms 5524 Yes Yes /classes/Hook.php:1267
417
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
0.919 ms 0 /classes/Hook.php:1326
418
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
0.743 ms 454 /classes/Hook.php:452
775
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` = 4 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 4
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
0.720 ms 67 Yes Yes /classes/Category.php:785
402
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-06-03 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 = 4
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 (8341,4534,7487,7710,5253,6185,7488,4868,4689,4777,5424,5179,5374,7420,6188,5192,4658,7455,6310,4531,6404,4836,7761,7591)
0.598 ms 24 /classes/ProductAssembler.php:95
1005
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` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 4
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
0.575 ms 67 Yes Yes /classes/Category.php:785
388
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` = 4) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 4) WHERE v.`id_feature` = 1 ORDER BY vl.`value` ASC
0.451 ms 103 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
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
0.436 ms 390 Yes /classes/Dispatcher.php:652
13
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.371 ms 984 /classes/Hook.php:1366
472
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5253 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.279 ms 4 Yes /classes/SpecificPrice.php:576
622
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7455 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.272 ms 4 Yes /classes/SpecificPrice.php:576
669
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 4836 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.271 ms 4 Yes /classes/SpecificPrice.php:576
18
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 ORDER BY m.`name` ASC
0.269 ms 165 Yes /classes/Manufacturer.php:201
576
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7420 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.266 ms 4 Yes /classes/SpecificPrice.php:576
387
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` = 4) 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` = 4) ORDER BY f.`position` ASC
0.265 ms 1 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
446
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7487 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.263 ms 4 Yes /classes/SpecificPrice.php:576
693
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7591 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.262 ms 4 Yes /classes/SpecificPrice.php:576
414
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 8341 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.259 ms 4 Yes /classes/SpecificPrice.php:576
518
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 4689 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.259 ms 4 Yes /classes/SpecificPrice.php:576
634
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 6310 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.259 ms 4 Yes /classes/SpecificPrice.php:576
657
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 6404 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.258 ms 4 Yes /classes/SpecificPrice.php:576
459
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7710 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.256 ms 4 Yes /classes/SpecificPrice.php:576
681
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7761 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.255 ms 4 Yes /classes/SpecificPrice.php:576
484
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 6185 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.253 ms 4 Yes /classes/SpecificPrice.php:576
16
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.252 ms 984 /classes/Hook.php:1326
496
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 7488 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.251 ms 4 Yes /classes/SpecificPrice.php:576
540
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5424 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.251 ms 4 Yes /classes/SpecificPrice.php:576
600
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5192 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.251 ms 4 Yes /classes/SpecificPrice.php:576
564
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5374 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.250 ms 4 Yes /classes/SpecificPrice.php:576
552
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 5179 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.247 ms 4 Yes /classes/SpecificPrice.php:576
588
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 131, 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, 131) AND
`id_group` IN (0, 1) AND `id_product` = 6188 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2025-06-03 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2025-06-03 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.245 ms 4 Yes /classes/SpecificPrice.php:576
489
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` = 6185 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` = 6185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.235 ms 0 /classes/Cart.php:1430
426
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` = 8341 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` = 8341 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.232 ms 0 /classes/Cart.php:1430
570
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 5374
ORDER BY f.position ASC
0.231 ms 1 Yes /classes/Product.php:6013
438
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` = 4534 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` = 4534 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.228 ms 0 /classes/Cart.php:1430
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` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5253 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` = 5253 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.225 ms 0 /classes/Cart.php:1430
639
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` = 6310 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` = 6310 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.225 ms 0 /classes/Cart.php:1430
627
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` = 7455 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` = 7455 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.223 ms 0 /classes/Cart.php:1430
397
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` = 4)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
0.219 ms 33 Yes /classes/Manufacturer.php:201
772
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM ps_iqitmegamenu_tabs_shop hs
LEFT JOIN ps_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN ps_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 4
ORDER BY hss.position
0.219 ms 10 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:166
649
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` = 4531 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` = 4531 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.217 ms 0 /classes/Cart.php:1430
419
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` = 131
AND tr.`id_tax_rules_group` = 5
AND tr.`id_state` IN (0, 0)
AND ('LT-03156' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, 'LT-03156')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.215 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:100
662
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` = 6404 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` = 6404 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.214 ms 0 /classes/Cart.php:1430
674
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` = 4836 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` = 4836 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.213 ms 0 /classes/Cart.php:1430
557
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` = 5179 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` = 5179 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.212 ms 0 /classes/Cart.php:1430
721
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` = 4)
WHERE i.`id_product` = 4531
ORDER BY `position`
0.212 ms 7 Yes /classes/Product.php:3539
368
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` = 4  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.211 ms 1 Yes Yes /classes/Category.php:916
686
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` = 7761 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` = 7761 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.211 ms 0 /classes/Cart.php:1430
698
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` = 7591 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` = 7591 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.211 ms 0 /classes/Cart.php:1430
501
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` = 7488 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` = 7488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.210 ms 0 /classes/Cart.php:1430
545
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` = 5424 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` = 5424 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.208 ms 0 /classes/Cart.php:1430
581
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` = 7420 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` = 7420 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.204 ms 0 /classes/Cart.php:1430
710
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` = 4)
WHERE i.`id_product` = 4689
ORDER BY `position`
0.204 ms 7 Yes /classes/Product.php:3539
952
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (8341) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.203 ms 1 Yes Yes /classes/Product.php:4513
523
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` = 4689 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` = 4689 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.202 ms 0 /classes/Cart.php:1430
464
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` = 7710 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` = 7710 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.201 ms 0 /classes/Cart.php:1430
502
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 7488
ORDER BY f.position ASC
0.200 ms 1 Yes /classes/Product.php:6013
628
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 7455
ORDER BY f.position ASC
0.199 ms 1 Yes /classes/Product.php:6013
427
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 8341
ORDER BY f.position ASC
0.199 ms 1 Yes /classes/Product.php:6013
605
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` = 5192 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` = 5192 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.198 ms 0 /classes/Cart.php:1430
451
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` = 7487 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` = 7487 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.196 ms 0 /classes/Cart.php:1430
569
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` = 5374 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` = 5374 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.196 ms 0 /classes/Cart.php:1430
511
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` = 4868 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` = 4868 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.195 ms 0 /classes/Cart.php:1430
615
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` = 4658 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` = 4658 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.195 ms 0 /classes/Cart.php:1430
687
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 7761
ORDER BY f.position ASC
0.195 ms 1 Yes /classes/Product.php:6013
17
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.193 ms 115 /classes/module/Module.php:341
439
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 4534
ORDER BY f.position ASC
0.192 ms 1 Yes /classes/Product.php:6013
704
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` = 4)
WHERE i.`id_product` = 7487
ORDER BY `position`
0.192 ms 5 Yes /classes/Product.php:3539
593
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` = 6188 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` = 6188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.191 ms 0 /classes/Cart.php:1430
490
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 6185
ORDER BY f.position ASC
0.188 ms 1 Yes /classes/Product.php:6013
533
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` = 4777 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` = 4777 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.186 ms 0 /classes/Cart.php:1430
23
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.183 ms 115 /classes/module/Module.php:341
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 = 'turbocentras.com' OR su.domain_ssl = 'turbocentras.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.183 ms 1 Yes /classes/shop/Shop.php:1364
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.181 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.181 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
431
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4534) AND (b.`id_shop` = 1) LIMIT 1
0.179 ms 1 /src/Adapter/EntityMapper.php:71
619
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7455) AND (b.`id_shop` = 1) LIMIT 1
0.176 ms 1 /src/Adapter/EntityMapper.php:71
723
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` = 4)
WHERE i.`id_product` = 4836
ORDER BY `position`
0.176 ms 5 Yes /classes/Product.php:3539
452
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 7487
ORDER BY f.position ASC
0.175 ms 1 Yes /classes/Product.php:6013
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.173 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.171 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
663
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 6404
ORDER BY f.position ASC
0.170 ms 1 Yes /classes/Product.php:6013
945
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
0.169 ms 3 Yes /classes/Currency.php:687
640
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 6310
ORDER BY f.position ASC
0.168 ms 1 Yes /classes/Product.php:6013
643
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4531) AND (b.`id_shop` = 1) LIMIT 1
0.168 ms 1 /src/Adapter/EntityMapper.php:71
594
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 6188
ORDER BY f.position ASC
0.167 ms 1 Yes /classes/Product.php:6013
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.165 ms 1 Yes /classes/shop/Shop.php:715
465
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 7710
ORDER BY f.position ASC
0.165 ms 1 Yes /classes/Product.php:6013
1001
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` = 3  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 3
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
0.165 ms 1 Yes Yes /classes/Category.php:916
345
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` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:71
631
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6310) AND (b.`id_shop` = 1) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:71
650
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 4531
ORDER BY f.position ASC
0.164 ms 1 Yes /classes/Product.php:6013
678
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7761) AND (b.`id_shop` = 1) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:71
774
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` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.164 ms 1 /src/Adapter/EntityMapper.php:71
386
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 3
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.163 ms 5 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.162 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
699
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 7591
ORDER BY f.position ASC
0.162 ms 1 Yes /classes/Product.php:6013
690
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7591) AND (b.`id_shop` = 1) LIMIT 1
0.161 ms 1 /src/Adapter/EntityMapper.php:71
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.160 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
429
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` = 4534
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 5 /classes/Product.php:3570
675
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 4836
ORDER BY f.position ASC
0.160 ms 1 Yes /classes/Product.php:6013
705
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` = 4)
WHERE i.`id_product` = 7710
ORDER BY `position`
0.160 ms 1 Yes /classes/Product.php:3539
653
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6404) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
478
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 5253
ORDER BY f.position ASC
0.158 ms 1 Yes /classes/Product.php:6013
493
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7488) AND (b.`id_shop` = 1) LIMIT 1
0.158 ms 1 /src/Adapter/EntityMapper.php:71
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.157 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
666
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4836) AND (b.`id_shop` = 1) LIMIT 1
0.157 ms 1 /src/Adapter/EntityMapper.php:71
727
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.157 ms 1 /classes/Cart.php:4249
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.155 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
481
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6185) AND (b.`id_shop` = 1) LIMIT 1
0.153 ms 1 /src/Adapter/EntityMapper.php:71
582
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 7420
ORDER BY f.position ASC
0.153 ms 1 Yes /classes/Product.php:6013
546
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 5424
ORDER BY f.position ASC
0.152 ms 1 Yes /classes/Product.php:6013
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.151 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.151 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
524
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 4689
ORDER BY f.position ASC
0.150 ms 1 Yes /classes/Product.php:6013
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.150 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.150 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
354
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` = 4
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.150 ms 1 /src/Adapter/EntityMapper.php:71
382
SELECT SQL_NO_CACHE DISTINCT g.`id_group`, g.`reduction`, g.`price_display_method`, g.`show_prices`, gl.`name`
FROM `ps_group` g
LEFT JOIN `ps_group_lang` AS gl ON (g.`id_group` = gl.`id_group` AND gl.`id_lang` = 4)
ORDER BY g.`id_group` ASC
0.150 ms 13 /classes/Group.php:107
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.149 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.149 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
512
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 4868
ORDER BY f.position ASC
0.149 ms 1 Yes /classes/Product.php:6013
534
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 4777
ORDER BY f.position ASC
0.149 ms 1 Yes /classes/Product.php:6013
954
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4534) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.149 ms 1 Yes Yes /classes/Product.php:4513
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.148 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.148 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
597
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5192) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
609
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4658) AND (b.`id_shop` = 1) LIMIT 1
0.147 ms 1 /src/Adapter/EntityMapper.php:71
606
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 5192
ORDER BY f.position ASC
0.146 ms 1 Yes /classes/Product.php:6013
558
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 5179
ORDER BY f.position ASC
0.146 ms 1 Yes /classes/Product.php:6013
706
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` = 4)
WHERE i.`id_product` = 5253
ORDER BY `position`
0.145 ms 4 Yes /classes/Product.php:3539
39
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.145 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.145 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.145 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
573
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7420) AND (b.`id_shop` = 1) LIMIT 1
0.145 ms 1 /src/Adapter/EntityMapper.php:71
616
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 = 4)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 4)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 4)
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 = 4658
ORDER BY f.position ASC
0.145 ms 1 Yes /classes/Product.php:6013
585
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 6188) AND (b.`id_shop` = 1) LIMIT 1
0.144 ms 1 /src/Adapter/EntityMapper.php:71
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.143 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.143 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.143 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.141 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
549
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5179) AND (b.`id_shop` = 1) LIMIT 1
0.141 ms 1 /src/Adapter/EntityMapper.php:71
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4868) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.140 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.140 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.140 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
346
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.140 ms 3 Yes /classes/Currency.php:708
561
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5374) AND (b.`id_shop` = 1) LIMIT 1
0.140 ms 1 /src/Adapter/EntityMapper.php:71
707
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` = 4)
WHERE i.`id_product` = 6185
ORDER BY `position`
0.140 ms 4 Yes /classes/Product.php:3539
724
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` = 4)
WHERE i.`id_product` = 7761
ORDER BY `position`
0.140 ms 7 Yes /classes/Product.php:3539
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.139 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.139 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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` < 3) AND (a0.`nright` > 4) AND (a1.`id_lang` = 4) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.139 ms 2 /classes/PrestaShopCollection.php:383
468
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5253) AND (b.`id_shop` = 1) LIMIT 1
0.139 ms 1 /src/Adapter/EntityMapper.php:71
742
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-addons' LIMIT 1
0.139 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.138 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.138 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
537
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5424) AND (b.`id_shop` = 1) LIMIT 1
0.138 ms 1 /src/Adapter/EntityMapper.php:71
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.137 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.137 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.137 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
406
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 8341) AND (b.`id_shop` = 1) LIMIT 1
0.137 ms 1 /src/Adapter/EntityMapper.php:71
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.136 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
515
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4689) AND (b.`id_shop` = 1) LIMIT 1
0.136 ms 1 /src/Adapter/EntityMapper.php:71
442
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7487) AND (b.`id_shop` = 1) LIMIT 1
0.135 ms 1 /src/Adapter/EntityMapper.php:71
701
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` = 4)
WHERE i.`id_product` = 4534
ORDER BY `position`
0.135 ms 5 Yes /classes/Product.php:3539
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.134 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.134 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.134 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.134 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.134 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
455
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7710) AND (b.`id_shop` = 1) LIMIT 1
0.134 ms 1 /src/Adapter/EntityMapper.php:71
956
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7487) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.134 ms 1 Yes Yes /classes/Product.php:4513
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.133 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.133 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
722
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` = 4)
WHERE i.`id_product` = 6404
ORDER BY `position`
0.133 ms 7 Yes /classes/Product.php:3539
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.133 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.132 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.132 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.132 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
719
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` = 4)
WHERE i.`id_product` = 7455
ORDER BY `position`
0.132 ms 7 Yes /classes/Product.php:3539
958
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7710) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.132 ms 1 Yes Yes /classes/Product.php:4513
962
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6185) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.132 ms 1 Yes Yes /classes/Product.php:4513
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.132 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.132 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
428
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` = 131
AND tr.`id_tax_rules_group` = 5
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.132 ms 1 Yes /classes/tax/TaxRulesTaxManager.php:100
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.131 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.130 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
527
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` = 4
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 4777) AND (b.`id_shop` = 1) LIMIT 1
0.130 ms 1 /src/Adapter/EntityMapper.php:71
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.130 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
902
SELECT SQL_NO_CACHE l.id_iqitmenulinks, l.new_window, s.name, ll.link, ll.label
FROM ps_iqitmenulinks l
LEFT JOIN ps_iqitmenulinks_lang ll ON (l.id_iqitmenulinks = ll.id_iqitmenulinks AND ll.id_lang = 4 AND ll.id_shop=1)
LEFT JOIN ps_shop s ON l.id_shop = s.id_shop
WHERE 1  AND l.id_iqitmenulinks = "1"
AND l.id_shop IN (0, 1)
0.130 ms 1 /modules/iqitmegamenu/models/IqitMenuLinks.php:25
964
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7488) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.130 ms 1 Yes Yes /classes/Product.php:4513
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.129 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.128 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.128 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.128 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.128 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.128 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
725
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` = 4)
WHERE i.`id_product` = 7591
ORDER BY `position`
0.128 ms 6 Yes /classes/Product.php:3539
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.127 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.127 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.127 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
711
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` = 4)
WHERE i.`id_product` = 4777
ORDER BY `position`
0.127 ms 5 Yes /classes/Product.php:3539
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.127 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.126 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
728
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
0.126 ms 1 /classes/module/Module.php:2659
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.125 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
470
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5253 LIMIT 1
0.125 ms 4 /classes/SpecificPrice.php:435
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.124 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.124 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.123 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
535
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` = 5424
AND image_shop.`cover` = 1 LIMIT 1
0.123 ms 4 /classes/Product.php:3570
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.123 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
716
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` = 4)
WHERE i.`id_product` = 6188
ORDER BY `position`
0.122 ms 5 Yes /classes/Product.php:3539
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
960
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5253) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.121 ms 1 Yes Yes /classes/Product.php:4513
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.121 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.120 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.120 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.120 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.120 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.120 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.120 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
717
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` = 4)
WHERE i.`id_product` = 5192
ORDER BY `position`
0.120 ms 4 Yes /classes/Product.php:3539
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.119 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.119 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.119 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.119 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.118 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.118 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.118 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
726
SELECT SQL_NO_CACHE c.id_elementor FROM ps_iqit_elementor_category c WHERE c.id_category = 3 LIMIT 1
0.118 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
966
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4868) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.118 ms 1 Yes Yes /classes/Product.php:4513
978
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7420) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.118 ms 1 Yes Yes /classes/Product.php:4513
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.117 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
492
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.117 ms 1 /classes/Product.php:5659
968
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4689) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.117 ms 1 Yes Yes /classes/Product.php:4513
976
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5374) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.117 ms 1 Yes Yes /classes/Product.php:4513
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.116 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.116 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
700
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` = 4)
WHERE i.`id_product` = 8341
ORDER BY `position`
0.116 ms 1 Yes /classes/Product.php:3539
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.115 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
403
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` = 8341
AND image_shop.`cover` = 1 LIMIT 1
0.115 ms 1 /classes/Product.php:3570
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.115 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.115 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.114 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.114 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
40
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.113 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.113 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.113 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.113 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.113 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.112 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
990
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4531) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.112 ms 1 Yes Yes /classes/Product.php:4513
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.111 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
970
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4777) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.111 ms 1 Yes Yes /classes/Product.php:4513
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.111 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
664
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` = 4836
AND image_shop.`cover` = 1 LIMIT 1
0.110 ms 5 /classes/Product.php:3570
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.110 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
998
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7591) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.110 ms 1 Yes Yes /classes/Product.php:4513
730
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `ps_currency` c
LEFT JOIN ps_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.109 ms 3 /classes/Currency.php:1134
42
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.109 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.109 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
972
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5424) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.109 ms 1 Yes Yes /classes/Product.php:4513
980
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6188) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.109 ms 1 Yes Yes /classes/Product.php:4513
984
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4658) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.109 ms 1 Yes Yes /classes/Product.php:4513
992
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6404) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.109 ms 1 Yes Yes /classes/Product.php:4513
996
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7761) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.109 ms 1 Yes Yes /classes/Product.php:4513
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.108 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.108 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.108 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.108 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
982
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5192) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.108 ms 1 Yes Yes /classes/Product.php:4513
994
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (4836) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.108 ms 1 Yes Yes /classes/Product.php:4513
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.107 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.107 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
986
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7455) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.107 ms 1 Yes Yes /classes/Product.php:4513
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.107 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
688
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` = 7591
AND image_shop.`cover` = 1 LIMIT 1
0.107 ms 6 /classes/Product.php:3570
720
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` = 4)
WHERE i.`id_product` = 6310
ORDER BY `position`
0.107 ms 6 Yes /classes/Product.php:3539
988
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (6310) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.107 ms 1 Yes Yes /classes/Product.php:4513
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.106 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
702
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.106 ms 1 /classes/FeatureFlag.php:105
974
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 4)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5179) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.106 ms 1 Yes Yes /classes/Product.php:4513
1006
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` = 4)
WHERE `level_depth` = 1
0.106 ms 5 /classes/Category.php:2239
1016
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 33778633
AND `date_add` > '2025-06-03 07:17:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.106 ms 1 Yes /classes/Connection.php:168
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.105 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
641
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` = 4531
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 7 /classes/Product.php:3570
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.105 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
676
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` = 7761
AND image_shop.`cover` = 1 LIMIT 1
0.105 ms 7 /classes/Product.php:3570
371
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.104 ms 1 /src/Adapter/EntityMapper.php:71
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.104 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
416
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 8341 AND id_shop=1 LIMIT 1
0.104 ms 1 /classes/Product.php:6873
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.103 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
629
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` = 6310
AND image_shop.`cover` = 1 LIMIT 1
0.103 ms 6 /classes/Product.php:3570
947
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitproductsnav" LIMIT 1
0.103 ms 1 /classes/module/Module.php:2659
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
486
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6185 AND id_shop=1 LIMIT 1
0.102 ms 1 /classes/Product.php:6873
651
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` = 6404
AND image_shop.`cover` = 1 LIMIT 1
0.102 ms 7 /classes/Product.php:3570
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.102 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.101 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
571
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` = 7420
AND image_shop.`cover` = 1 LIMIT 1
0.101 ms 4 /classes/Product.php:3570
743
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-whiteboard-addon' LIMIT 1
0.101 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.101 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.101 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
708
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` = 4)
WHERE i.`id_product` = 7488
ORDER BY `position`
0.101 ms 3 Yes /classes/Product.php:3539
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.100 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
709
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` = 4)
WHERE i.`id_product` = 4868
ORDER BY `position`
0.100 ms 6 Yes /classes/Product.php:3539
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.099 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
384
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` = 4
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 131) LIMIT 1
0.099 ms 1 /src/Adapter/EntityMapper.php:71
466
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` = 5253
AND image_shop.`cover` = 1 LIMIT 1
0.098 ms 4 /classes/Product.php:3570
903
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (3) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.098 ms 1 Yes /classes/CMS.php:143
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.097 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.097 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.097 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.097 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.097 ms 9 /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
0.096 ms 5 /classes/Language.php:1214
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.096 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
350
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` = 4
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.096 ms 1 /src/Adapter/EntityMapper.php:71
712
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` = 4)
WHERE i.`id_product` = 5424
ORDER BY `position`
0.096 ms 4 Yes /classes/Product.php:3539
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.095 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.095 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.095 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
26
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
33
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.094 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
372
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` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.094 ms 1 /src/Adapter/EntityMapper.php:71
718
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` = 4)
WHERE i.`id_product` = 4658
ORDER BY `position`
0.094 ms 5 Yes /classes/Product.php:3539
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.093 ms 1 /src/Adapter/EntityMapper.php:71
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.093 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
358
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` = 4
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.093 ms 1 /src/Adapter/EntityMapper.php:71
1009
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` = 4 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 3 AND c.`nright` >= 4 AND c.`nleft` >= 2 AND c.`nright` <= 133 ORDER BY `nleft` DESC
0.093 ms 2 /classes/Category.php:1594
1010
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcontactpage" LIMIT 1
0.093 ms 1 /classes/module/Module.php:2659
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 9 /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` = 4868
AND image_shop.`cover` = 1 LIMIT 1
0.092 ms 6 /classes/Product.php:3570
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.092 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.092 ms 9 /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` = 3) LIMIT 1
0.092 ms 1 /src/Adapter/EntityMapper.php:71
27
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
390
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 3 AND `id_shop` = 1
0.091 ms 5 /src/Adapter/EntityMapper.php:79
440
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` = 7487
AND image_shop.`cover` = 1 LIMIT 1
0.091 ms 5 /classes/Product.php:3570
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.091 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
491
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` = 7488
AND image_shop.`cover` = 1 LIMIT 1
0.090 ms 3 /classes/Product.php:3570
37
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
41
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.090 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.090 ms 9 /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
0.090 ms 8 Yes /classes/ImageType.php:109
773
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` = 9) AND (b.`id_shop` = 1) LIMIT 1
0.090 ms 1 /src/Adapter/EntityMapper.php:71
918
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` = 4
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.090 ms 1 /src/Adapter/EntityMapper.php:71
29
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
949
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitreviews" LIMIT 1
0.089 ms 1 /classes/module/Module.php:2659
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.089 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
21
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.088 ms 115 /src/Adapter/Module/Repository/ModuleRepository.php:99
24
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "de-DE" LIMIT 1
0.088 ms 5 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
35
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.088 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.088 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.088 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.088 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.088 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
432
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 2
AND `active` = 1 LIMIT 1
0.088 ms 1 /classes/Manufacturer.php:312
31
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
713
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` = 4)
WHERE i.`id_product` = 5179
ORDER BY `position`
0.087 ms 4 Yes /classes/Product.php:3539
898
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` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.087 ms 1 /src/Adapter/EntityMapper.php:71
900
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` = 4
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.087 ms 1 /src/Adapter/EntityMapper.php:71
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.087 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
1002
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` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.086 ms 1 /src/Adapter/EntityMapper.php:71
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.086 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
513
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` = 4689
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 7 /classes/Product.php:3570
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.085 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
607
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` = 4658
AND image_shop.`cover` = 1 LIMIT 1
0.085 ms 5 /classes/Product.php:3570
901
SELECT SQL_NO_CACHE *
FROM `ps_iqitmegamenu_htmlc` a
LEFT JOIN `ps_iqitmegamenu_htmlc_lang` `b` ON a.`id_html` = b.`id_html` AND b.`id_lang` = 4
WHERE (a.`id_html` = 1) LIMIT 1
0.085 ms 1 /src/Adapter/EntityMapper.php:71
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.084 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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` = 3
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.084 ms 1 /src/Adapter/EntityMapper.php:71
479
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` = 6185
AND image_shop.`cover` = 1 LIMIT 1
0.084 ms 4 /classes/Product.php:3570
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.083 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.083 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.083 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.083 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.083 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
715
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` = 4)
WHERE i.`id_product` = 7420
ORDER BY `position`
0.083 ms 4 Yes /classes/Product.php:3539
776
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` = 4) LIMIT 1
0.083 ms 1 /src/Adapter/EntityMapper.php:71
777
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4 AND `id_shop` = 1
0.083 ms 5 /src/Adapter/EntityMapper.php:79
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.082 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
525
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` = 4777
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 5 /classes/Product.php:3570
595
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` = 5192
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 4 /classes/Product.php:3570
617
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` = 7455
AND image_shop.`cover` = 1 LIMIT 1
0.082 ms 7 /classes/Product.php:3570
899
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` = 6) AND (b.`id_shop` = 1) LIMIT 1
0.082 ms 1 /src/Adapter/EntityMapper.php:71
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.081 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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` = 5
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.081 ms 1 /src/Adapter/EntityMapper.php:71
424
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` = 131
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('LT-03156' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, 'LT-03156')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.081 ms 0 /classes/tax/TaxRulesTaxManager.php:100
453
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` = 7710
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 1 /classes/Product.php:3570
547
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` = 5179
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 4 /classes/Product.php:3570
714
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` = 4)
WHERE i.`id_product` = 5374
ORDER BY `position`
0.081 ms 4 Yes /classes/Product.php:3539
363
SELECT SQL_NO_CACHE *
FROM `ps_group` a
LEFT JOIN `ps_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.081 ms 1 /src/Adapter/EntityMapper.php:71
583
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` = 6188
AND image_shop.`cover` = 1 LIMIT 1
0.081 ms 5 /classes/Product.php:3570
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.080 ms 5 /classes/Language.php:880
887
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
0.080 ms 5 /src/Adapter/EntityMapper.php:79
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.080 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
383
SELECT SQL_NO_CACHE * FROM ps_revslider_sliders
0.079 ms 2 /modules/revsliderprestashop/includes/revslider_db.class.php:214
28
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.079 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
904
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (2) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.079 ms 1 Yes /classes/CMS.php:143
951
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 8341 LIMIT 1
0.079 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
360
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.078 ms 1 /src/Adapter/EntityMapper.php:71
618
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.078 ms 1 /classes/Product.php:5659
765
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1
0.078 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 4
AND id_shop = 1 LIMIT 1
0.078 ms 1 /classes/ObjectModel.php:1724
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.078 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.078 ms 5 /classes/Language.php:880
779
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
0.078 ms 5 /src/Adapter/EntityMapper.php:79
22
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.077 ms 1 /classes/module/Module.php:2041
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.077 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.077 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
369
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.077 ms 0 /classes/module/Module.php:2659
385
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1
0.077 ms 1 /classes/Category.php:2446
620
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7455 LIMIT 1
0.077 ms 4 /classes/SpecificPrice.php:435
783
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 33 AND `id_shop` = 1
0.077 ms 5 /src/Adapter/EntityMapper.php:79
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
559
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` = 5374
AND image_shop.`cover` = 1 LIMIT 1
0.076 ms 4 /classes/Product.php:3570
623
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 7455)
0.076 ms 1 /classes/Product.php:3860
781
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
0.076 ms 5 /src/Adapter/EntityMapper.php:79
786
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` = 79) LIMIT 1
0.076 ms 1 /src/Adapter/EntityMapper.php:71
831
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 8 AND `id_shop` = 1
0.076 ms 5 /src/Adapter/EntityMapper.php:79
905
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (4) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.076 ms 1 Yes /classes/CMS.php:143
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.076 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.075 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
744
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-backup-addon' LIMIT 1
0.075 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
795
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 83 AND `id_shop` = 1
0.075 ms 5 /src/Adapter/EntityMapper.php:79
799
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 85 AND `id_shop` = 1
0.075 ms 5 /src/Adapter/EntityMapper.php:79
906
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (7) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.075 ms 1 Yes /classes/CMS.php:143
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` = 131) LIMIT 1
0.075 ms 1 /src/Adapter/EntityMapper.php:71
15
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.075 ms 88 /classes/Hook.php:287
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.075 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
785
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
0.075 ms 5 /src/Adapter/EntityMapper.php:79
30
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
32
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.074 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
764
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT 1
0.074 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
778
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.074 ms 1 /src/Adapter/EntityMapper.php:71
787
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 79 AND `id_shop` = 1
0.074 ms 5 /src/Adapter/EntityMapper.php:79
797
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 84 AND `id_shop` = 1
0.074 ms 5 /src/Adapter/EntityMapper.php:79
807
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 97 AND `id_shop` = 1
0.074 ms 5 /src/Adapter/EntityMapper.php:79
919
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` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 2) LIMIT 1
0.074 ms 1 /src/Adapter/EntityMapper.php:71
36
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
745
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-typewriter-addon' LIMIT 1
0.073 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
767
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.073 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
833
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 15 AND `id_shop` = 1
0.073 ms 5 /src/Adapter/EntityMapper.php:79
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.073 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
433
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4534 LIMIT 1
0.073 ms 1 /classes/SpecificPrice.php:435
747
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-snow-addon' LIMIT 1
0.073 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
754
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-panorama-addon' LIMIT 1
0.073 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
755
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-duotonefilters-addon' LIMIT 1
0.073 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
760
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-explodinglayers-addon' LIMIT 1
0.073 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
791
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 81 AND `id_shop` = 1
0.073 ms 5 /src/Adapter/EntityMapper.php:79
811
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 101 AND `id_shop` = 1
0.073 ms 5 /src/Adapter/EntityMapper.php:79
813
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 70 AND `id_shop` = 1
0.073 ms 5 /src/Adapter/EntityMapper.php:79
907
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (14) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.073 ms 1 Yes /classes/CMS.php:143
34
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
38
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.072 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
353
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.072 ms 1 /classes/Currency.php:893
355
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.072 ms 5 /classes/Language.php:880
473
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 5253)
0.072 ms 1 /classes/Product.php:3860
670
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 4836)
0.072 ms 1 /classes/Product.php:3860
746
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-maintenance-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
748
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-particles-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
750
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-filmstrip-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
751
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-slicey-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
752
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-beforeafter-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
756
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-revealer-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
757
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-refresh-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
758
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-bubblemorph-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
761
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-paintbrush-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
762
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-domain-switch-addon' LIMIT 1
0.072 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
789
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 80 AND `id_shop` = 1
0.072 ms 5 /src/Adapter/EntityMapper.php:79
801
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 86 AND `id_shop` = 1
0.072 ms 5 /src/Adapter/EntityMapper.php:79
803
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 95 AND `id_shop` = 1
0.072 ms 5 /src/Adapter/EntityMapper.php:79
805
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 96 AND `id_shop` = 1
0.072 ms 5 /src/Adapter/EntityMapper.php:79
815
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 14 AND `id_shop` = 1
0.072 ms 5 /src/Adapter/EntityMapper.php:79
821
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 17 AND `id_shop` = 1
0.072 ms 5 /src/Adapter/EntityMapper.php:79
865
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1
0.072 ms 5 /src/Adapter/EntityMapper.php:79
908
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (1) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.072 ms 1 Yes /classes/CMS.php:143
910
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (16) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.072 ms 1 Yes /classes/CMS.php:143
922
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` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 11) LIMIT 1
0.072 ms 1 /src/Adapter/EntityMapper.php:71
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.071 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
361
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.071 ms 5 /src/Adapter/EntityMapper.php:79
635
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 6310)
0.071 ms 1 /classes/Product.php:3860
753
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-weather-addon' LIMIT 1
0.071 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
759
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-liquideffect-addon' LIMIT 1
0.071 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
766
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.071 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
780
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.071 ms 1 /src/Adapter/EntityMapper.php:71
817
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1
0.071 ms 5 /src/Adapter/EntityMapper.php:79
825
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 89 AND `id_shop` = 1
0.071 ms 5 /src/Adapter/EntityMapper.php:79
839
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 71 AND `id_shop` = 1
0.071 ms 5 /src/Adapter/EntityMapper.php:79
843
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 76 AND `id_shop` = 1
0.071 ms 5 /src/Adapter/EntityMapper.php:79
849
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
0.071 ms 5 /src/Adapter/EntityMapper.php:79
909
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (15) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.071 ms 1 Yes /classes/CMS.php:143
912
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (13) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.071 ms 1 Yes /classes/CMS.php:143
936
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` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 32) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
749
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-polyfold-addon' LIMIT 1
0.071 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
796
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` = 84) LIMIT 1
0.071 ms 1 /src/Adapter/EntityMapper.php:71
819
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1
0.071 ms 5 /src/Adapter/EntityMapper.php:79
837
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 69 AND `id_shop` = 1
0.071 ms 5 /src/Adapter/EntityMapper.php:79
920
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` = 4
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
0.071 ms 1 /src/Adapter/EntityMapper.php:71
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.070 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.070 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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` = 131) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
632
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6310 LIMIT 1
0.070 ms 4 /classes/SpecificPrice.php:435
784
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.070 ms 1 /src/Adapter/EntityMapper.php:71
814
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.070 ms 1 /src/Adapter/EntityMapper.php:71
823
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 88 AND `id_shop` = 1
0.070 ms 5 /src/Adapter/EntityMapper.php:79
861
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1
0.070 ms 5 /src/Adapter/EntityMapper.php:79
913
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (10) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.070 ms 1 Yes /classes/CMS.php:143
915
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (11) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.070 ms 1 Yes /classes/CMS.php:143
916
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (17) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.070 ms 1 Yes /classes/CMS.php:143
923
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` = 4
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.070 ms 1 /src/Adapter/EntityMapper.php:71
1012
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.070 ms 1 /classes/module/Module.php:2659
679
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7761 LIMIT 1
0.070 ms 4 /classes/SpecificPrice.php:435
763
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.070 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
794
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` = 83) LIMIT 1
0.070 ms 1 /src/Adapter/EntityMapper.php:71
827
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 12 AND `id_shop` = 1
0.070 ms 5 /src/Adapter/EntityMapper.php:79
829
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 9 AND `id_shop` = 1
0.070 ms 5 /src/Adapter/EntityMapper.php:79
847
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 90 AND `id_shop` = 1
0.070 ms 5 /src/Adapter/EntityMapper.php:79
855
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 7 AND `id_shop` = 1
0.070 ms 5 /src/Adapter/EntityMapper.php:79
859
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 20 AND `id_shop` = 1
0.070 ms 5 /src/Adapter/EntityMapper.php:79
911
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (8) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.070 ms 1 Yes /classes/CMS.php:143
914
SELECT SQL_NO_CACHE c.id_cms, cl.link_rewrite, cl.meta_title
FROM ps_cms c
LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = 4 AND cl.id_shop = 1)
INNER JOIN ps_cms_shop cms_shop
ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = 1)
WHERE 1
AND c.id_cms IN (12) AND c.`active` = 1 GROUP BY c.id_cms
ORDER BY c.`position`
0.070 ms 1 Yes /classes/CMS.php:143
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.069 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
658
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 6404)
0.069 ms 1 /classes/Product.php:3860
682
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 7761)
0.069 ms 1 /classes/Product.php:3860
768
SELECT SQL_NO_CACHE option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 1
0.069 ms 24 /modules/revsliderprestashop/includes/revslider_db.class.php:192
798
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` = 85) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
809
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 102 AND `id_shop` = 1
0.069 ms 5 /src/Adapter/EntityMapper.php:79
832
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.069 ms 1 /src/Adapter/EntityMapper.php:71
835
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 10 AND `id_shop` = 1
0.069 ms 5 /src/Adapter/EntityMapper.php:79
841
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 72 AND `id_shop` = 1
0.069 ms 5 /src/Adapter/EntityMapper.php:79
925
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` = 4
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.069 ms 1 /src/Adapter/EntityMapper.php:71
927
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` = 4
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.069 ms 1 /src/Adapter/EntityMapper.php:71
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.069 ms 1 /classes/shop/Shop.php:214
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.069 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.069 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
364
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.069 ms 5 /src/Adapter/EntityMapper.php:79
644
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4531 LIMIT 1
0.069 ms 1 /classes/SpecificPrice.php:435
691
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7591 LIMIT 1
0.069 ms 4 /classes/SpecificPrice.php:435
694
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 7591)
0.069 ms 1 /classes/Product.php:3860
782
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.069 ms 1 /src/Adapter/EntityMapper.php:71
793
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 82 AND `id_shop` = 1
0.069 ms 5 /src/Adapter/EntityMapper.php:79
830
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` = 8) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
836
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` = 69) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
845
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 99 AND `id_shop` = 1
0.069 ms 5 /src/Adapter/EntityMapper.php:79
853
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
0.069 ms 5 /src/Adapter/EntityMapper.php:79
863
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
0.069 ms 5 /src/Adapter/EntityMapper.php:79
864
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` = 26) LIMIT 1
0.069 ms 1 /src/Adapter/EntityMapper.php:71
933
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` = 4
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.069 ms 1 /src/Adapter/EntityMapper.php:71
940
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` = 4
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.069 ms 1 /src/Adapter/EntityMapper.php:71
1014
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitcookielaw" LIMIT 1
0.069 ms 1 /classes/module/Module.php:2659
851
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 91 AND `id_shop` = 1
0.068 ms 5 /src/Adapter/EntityMapper.php:79
857
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 22 AND `id_shop` = 1
0.068 ms 5 /src/Adapter/EntityMapper.php:79
883
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 94 AND `id_shop` = 1
0.068 ms 5 /src/Adapter/EntityMapper.php:79
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.068 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
804
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` = 96) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
810
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` = 101) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
812
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` = 70) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
820
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` = 17) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
824
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` = 89) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
848
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.068 ms 1 /src/Adapter/EntityMapper.php:71
867
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 24 AND `id_shop` = 1
0.068 ms 5 /src/Adapter/EntityMapper.php:79
869
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
0.068 ms 5 /src/Adapter/EntityMapper.php:79
871
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
0.068 ms 5 /src/Adapter/EntityMapper.php:79
885
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 100 AND `id_shop` = 1
0.068 ms 5 /src/Adapter/EntityMapper.php:79
888
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` = 11) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
928
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` = 4
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.068 ms 1 /src/Adapter/EntityMapper.php:71
935
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` = 4
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.068 ms 1 /src/Adapter/EntityMapper.php:71
938
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` = 4
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.068 ms 1 /src/Adapter/EntityMapper.php:71
942
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` = 4
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.068 ms 1 /src/Adapter/EntityMapper.php:71
944
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` = 4
LEFT JOIN `ps_manufacturer_shop` `c` ON a.`id_manufacturer` = c.`id_manufacturer` AND c.`id_shop` = 1
WHERE (a.`id_manufacturer` = 1) LIMIT 1
0.068 ms 1 /src/Adapter/EntityMapper.php:71
348
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.067 ms 1 /classes/shop/Shop.php:1183
379
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 131
0.067 ms 5 /src/Adapter/EntityMapper.php:79
392
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="8a90e4ce0c06ea4c4213d6556d1c36a7" LIMIT 1
0.067 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
519
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 4689)
0.067 ms 1 /classes/Product.php:3860
788
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` = 80) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
800
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` = 86) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
802
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` = 95) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
822
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` = 88) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
826
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.067 ms 1 /src/Adapter/EntityMapper.php:71
838
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` = 71) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
850
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` = 91) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
872
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` = 49) LIMIT 1
0.067 ms 1 /src/Adapter/EntityMapper.php:71
873
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
0.067 ms 5 /src/Adapter/EntityMapper.php:79
875
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
0.067 ms 5 /src/Adapter/EntityMapper.php:79
877
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
0.067 ms 5 /src/Adapter/EntityMapper.php:79
879
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
0.067 ms 5 /src/Adapter/EntityMapper.php:79
881
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
0.067 ms 5 /src/Adapter/EntityMapper.php:79
889
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 11 AND `id_shop` = 1
0.067 ms 5 /src/Adapter/EntityMapper.php:79
893
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1
0.067 ms 5 /src/Adapter/EntityMapper.php:79
895
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 66 AND `id_shop` = 1
0.067 ms 5 /src/Adapter/EntityMapper.php:79
917
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'home_default' LIMIT 1
0.067 ms 1 /classes/Image.php:560
931
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` = 4
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.067 ms 1 /src/Adapter/EntityMapper.php:71
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.066 ms 5 /classes/Language.php:1080
655
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6404 LIMIT 1
0.066 ms 4 /classes/SpecificPrice.php:435
667
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4836 LIMIT 1
0.066 ms 4 /classes/SpecificPrice.php:435
806
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` = 97) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
816
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` = 23) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
818
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` = 28) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
842
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` = 76) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
844
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` = 99) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
862
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` = 46) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
891
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 16 AND `id_shop` = 1
0.066 ms 5 /src/Adapter/EntityMapper.php:79
897
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 67 AND `id_shop` = 1
0.066 ms 5 /src/Adapter/EntityMapper.php:79
953
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4534 LIMIT 1
0.066 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
790
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` = 81) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
834
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` = 10) LIMIT 1
0.066 ms 1 /src/Adapter/EntityMapper.php:71
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.065 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
792
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` = 82) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
840
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` = 72) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
858
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` = 20) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.065 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
357
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.065 ms 1 /classes/Currency.php:893
359
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.065 ms 5 /classes/Language.php:880
852
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.065 ms 1 /src/Adapter/EntityMapper.php:71
860
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` = 27) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
866
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.065 ms 1 /src/Adapter/EntityMapper.php:71
878
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` = 53) LIMIT 1
0.065 ms 1 /src/Adapter/EntityMapper.php:71
808
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` = 102) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
874
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` = 50) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
434
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 4534)
0.064 ms 1 /classes/Product.php:3860
482
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6185 LIMIT 1
0.064 ms 4 /classes/SpecificPrice.php:435
645
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 4531)
0.064 ms 1 /classes/Product.php:3860
846
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` = 90) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
856
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` = 22) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
868
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` = 47) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
870
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` = 48) LIMIT 1
0.064 ms 1 /src/Adapter/EntityMapper.php:71
946
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 131 LIMIT 1
0.064 ms 1 /classes/Country.php:272
890
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.063 ms 1 /src/Adapter/EntityMapper.php:71
19
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.063 ms 88 /classes/Hook.php:339
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.063 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.063 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
485
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 6185)
0.063 ms 1 /classes/Product.php:3860
541
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 5424)
0.063 ms 1 /classes/Product.php:3860
828
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` = 9) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
886
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` = 55) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
894
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` = 66) LIMIT 1
0.063 ms 1 /src/Adapter/EntityMapper.php:71
471
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5253
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.062 ms 1 /classes/SpecificPrice.php:256
367
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 3 AND ctg.`id_group` = 1 LIMIT 1
0.062 ms 1 /classes/Category.php:1751
494
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7488 LIMIT 1
0.062 ms 4 /classes/SpecificPrice.php:435
626
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7455) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
638
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6310) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
673
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4836) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.062 ms 1 /classes/stock/StockAvailable.php:453
854
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` = 7) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
876
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` = 52) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
882
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` = 94) LIMIT 1
0.062 ms 1 /src/Adapter/EntityMapper.php:71
892
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.062 ms 1 /src/Adapter/EntityMapper.php:71
961
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 6185 LIMIT 1
0.062 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.061 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
661
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6404) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.061 ms 1 /classes/stock/StockAvailable.php:453
880
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` = 54) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
884
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` = 100) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
896
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` = 67) LIMIT 1
0.061 ms 1 /src/Adapter/EntityMapper.php:71
415
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 8341)
0.061 ms 1 /classes/Product.php:3860
366
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1
0.060 ms 1 /classes/Category.php:2446
460
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 7710)
0.060 ms 1 /classes/Product.php:3860
553
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 5179)
0.060 ms 1 /classes/Product.php:3860
577
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 7420)
0.060 ms 1 /classes/Product.php:3860
648
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4531) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.060 ms 1 /classes/stock/StockAvailable.php:453
703
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.060 ms 8 /classes/ImageType.php:161
565
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 5374)
0.060 ms 1 /classes/Product.php:3860
630
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.059 ms 1 /classes/Product.php:5659
685
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7761) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
697
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7591) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.059 ms 1 /classes/stock/StockAvailable.php:453
957
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7710 LIMIT 1
0.059 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.059 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
497
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 7488)
0.059 ms 1 /classes/Product.php:3860
538
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5424 LIMIT 1
0.059 ms 4 /classes/SpecificPrice.php:435
430
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.057 ms 1 /classes/Product.php:5659
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.057 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
447
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 7487)
0.057 ms 1 /classes/Product.php:3860
601
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 5192)
0.057 ms 1 /classes/Product.php:3860
633
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6310
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.057 ms 1 /classes/SpecificPrice.php:256
950
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1
0.057 ms 1 /classes/module/Module.php:2132
955
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7487 LIMIT 1
0.057 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
420
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.056 ms 1 /src/Adapter/EntityMapper.php:71
589
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 6188)
0.056 ms 1 /classes/Product.php:3860
598
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5192 LIMIT 1
0.056 ms 4 /classes/SpecificPrice.php:435
621
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7455
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.056 ms 0 /classes/SpecificPrice.php:256
741
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.056 ms 1 /classes/Cart.php:1300
959
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5253 LIMIT 1
0.056 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
356
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.056 ms 5 /classes/Language.php:880
963
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7488 LIMIT 1
0.056 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
376
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 131 LIMIT 1
0.055 ms 1 /classes/AddressFormat.php:653
642
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
652
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
362
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.055 ms 1 /classes/ObjectModel.php:1724
488
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.055 ms 1 /classes/stock/StockAvailable.php:453
689
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.055 ms 1 /classes/Product.php:5659
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.054 ms 1 /classes/shop/ShopUrl.php:178
411
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `from` BETWEEN '2025-06-03 00:00:00' AND '2025-06-03 23:59:59' LIMIT 1
0.054 ms 1 /classes/SpecificPrice.php:377
574
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7420 LIMIT 1
0.054 ms 4 /classes/SpecificPrice.php:435
654
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 4
AND `active` = 1 LIMIT 1
0.054 ms 1 /classes/Manufacturer.php:312
668
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4836
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.054 ms 1 /classes/SpecificPrice.php:256
677
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
665
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.054 ms 1 /classes/Product.php:5659
410
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `id_product` != 0 LIMIT 1
0.053 ms 9083 /classes/SpecificPrice.php:297
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` = 4) LIMIT 1
0.053 ms 1 /src/Adapter/EntityMapper.php:71
25
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.053 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
404
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 4
AND cl.id_shop = 1 
AND cl.`id_category` = 3 LIMIT 1
0.053 ms 1 /classes/Category.php:1373
506
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4868 LIMIT 1
0.053 ms 1 /classes/SpecificPrice.php:435
999
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.053 ms 1 /classes/module/Module.php:2659
365
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.052 ms 1 /classes/ObjectModel.php:1724
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 4
AND theme IS NULL
0.052 ms 9 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
408
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 0 LIMIT 1
0.052 ms 1 /classes/SpecificPrice.php:426
425
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 8341) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.052 ms 1 /classes/stock/StockAvailable.php:453
516
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4689 LIMIT 1
0.052 ms 4 /classes/SpecificPrice.php:435
586
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 6188 LIMIT 1
0.052 ms 4 /classes/SpecificPrice.php:435
624
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7455 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6873
659
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6404 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6873
671
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4836 AND id_shop=1 LIMIT 1
0.052 ms 1 /classes/Product.php:6873
965
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4868 LIMIT 1
0.052 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
967
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4689 LIMIT 1
0.052 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
977
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7420 LIMIT 1
0.052 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
995
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7761 LIMIT 1
0.052 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
562
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5374 LIMIT 1
0.051 ms 4 /classes/SpecificPrice.php:435
636
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6310 AND id_shop=1 LIMIT 1
0.051 ms 1 /classes/Product.php:6873
948
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 80 AND `id_shop` = 1 LIMIT 1
0.051 ms 1 /classes/module/Module.php:2132
969
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4777 LIMIT 1
0.051 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
1007
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` = 4 AND cl.id_shop = 1 ) WHERE c.`id_category` = 3 LIMIT 1
0.051 ms 1 /classes/Category.php:1584
380
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.050 ms 1 /classes/ObjectModel.php:1589
550
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 5179 LIMIT 1
0.050 ms 4 /classes/SpecificPrice.php:435
610
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4658 LIMIT 1
0.050 ms 1 /classes/SpecificPrice.php:435
683
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7761 AND id_shop=1 LIMIT 1
0.050 ms 1 /classes/Product.php:6873
975
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5374 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
981
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5192 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
985
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7455 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
993
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4836 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
991
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 6404 LIMIT 1
0.050 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
370
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.049 ms 0 /classes/module/Module.php:2132
377
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 131 LIMIT 1
0.049 ms 1 /classes/Country.php:402
646
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4531 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6873
921
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 11
AND `active` = 1 LIMIT 1
0.049 ms 1 /classes/Manufacturer.php:312
979
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 6188 LIMIT 1
0.049 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
997
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 7591 LIMIT 1
0.049 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
421
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.049 ms 5 /src/Adapter/EntityMapper.php:79
695
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7591 AND id_shop=1 LIMIT 1
0.049 ms 1 /classes/Product.php:6873
989
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4531 LIMIT 1
0.049 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
680
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7761
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:256
528
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 4777 LIMIT 1
0.048 ms 1 /classes/SpecificPrice.php:435
656
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6404
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:256
692
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7591
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.048 ms 0 /classes/SpecificPrice.php:256
971
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5424 LIMIT 1
0.048 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
604
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5192) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.047 ms 1 /classes/stock/StockAvailable.php:453
611
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 4658)
0.047 ms 1 /classes/Product.php:3860
771
SELECT SQL_NO_CACHE `width`, `height`
FROM ps_image_type
WHERE `name` = 'small_default' LIMIT 1
0.047 ms 1 /classes/Image.php:560
924
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 10
AND `active` = 1 LIMIT 1
0.047 ms 1 /classes/Manufacturer.php:312
973
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 5179 LIMIT 1
0.047 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
987
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 6310 LIMIT 1
0.047 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
444
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7487 LIMIT 1
0.046 ms 4 /classes/SpecificPrice.php:435
457
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 7710 LIMIT 1
0.046 ms 4 /classes/SpecificPrice.php:435
507
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 4868)
0.046 ms 1 /classes/Product.php:3860
529
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
0 as id_product_attribute
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)
WHERE (p.`id_product` = 4777)
0.046 ms 1 /classes/Product.php:3860
544
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5424) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.046 ms 1 /classes/stock/StockAvailable.php:453
625
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7455 AND `id_group` = 1 LIMIT 1
0.046 ms 0 /classes/GroupReduction.php:153
926
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 6
AND `active` = 1 LIMIT 1
0.046 ms 1 /classes/Manufacturer.php:312
983
SELECT SQL_NO_CACHE (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
FROM `ps_iqitreviews_products` pr
WHERE pr.`status` = 1  AND pr.`id_product` = 4658 LIMIT 1
0.046 ms 1 /modules/iqitreviews/src/IqitProductReview.php:113
450
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7487) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
463
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7710) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
487
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6185 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:153
522
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4689) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
637
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6310 AND `id_group` = 1 LIMIT 1
0.045 ms 0 /classes/GroupReduction.php:153
929
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 14
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
932
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 8
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
937
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 24
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
943
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
352
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'de-de'
OR `language_code` = 'de-de' LIMIT 1
0.045 ms 5 /classes/Language.php:880
500
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
556
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5179) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.045 ms 1 /classes/stock/StockAvailable.php:453
572
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.045 ms 1 /classes/Product.php:5659
934
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 12
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
941
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 13
AND `active` = 1 LIMIT 1
0.045 ms 1 /classes/Manufacturer.php:312
930
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 5
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
939
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 9
AND `active` = 1 LIMIT 1
0.044 ms 1 /classes/Manufacturer.php:312
349
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.044 ms 1 /classes/Currency.php:893
437
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4534) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
476
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5253) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.044 ms 1 /classes/stock/StockAvailable.php:453
483
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6185
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.044 ms 1 /classes/SpecificPrice.php:256
660
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6404 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:153
672
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4836 AND `id_group` = 1 LIMIT 1
0.044 ms 0 /classes/GroupReduction.php:153
580
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 7420) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
467
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
480
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4868) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.043 ms 1 /classes/stock/StockAvailable.php:453
514
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.043 ms 1 /classes/Product.php:5659
647
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4531 AND `id_group` = 1 LIMIT 1
0.043 ms 0 /classes/GroupReduction.php:153
684
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7761 AND `id_group` = 1 LIMIT 1
0.043 ms 0 /classes/GroupReduction.php:153
441
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
504
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
536
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.042 ms 1 /classes/Product.php:5659
568
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 5374) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
592
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 6188) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
614
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4658) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.042 ms 1 /classes/stock/StockAvailable.php:453
696
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7591 AND `id_group` = 1 LIMIT 1
0.042 ms 0 /classes/GroupReduction.php:153
469
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 15
AND `active` = 1 LIMIT 1
0.041 ms 1 /classes/Manufacturer.php:312
532
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 4777) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.041 ms 1 /classes/stock/StockAvailable.php:453
12
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang` WHERE `iso_code` = 'de' LIMIT 1
0.040 ms 5 /classes/Language.php:854
409
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE id_product = 8341 LIMIT 1
0.040 ms 4 /classes/SpecificPrice.php:435
539
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5424
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.040 ms 1 /classes/SpecificPrice.php:256
608
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.040 ms 1 /classes/Product.php:5659
731
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqithtmlandbanners" LIMIT 1
0.040 ms 1 /classes/module/Module.php:2659
584
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.040 ms 1 /classes/Product.php:5659
596
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
599
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5192
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 1 /classes/SpecificPrice.php:256
729
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1
0.039 ms 1 /classes/module/Module.php:2132
454
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
495
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7488
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.039 ms 0 /classes/SpecificPrice.php:256
548
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.039 ms 1 /classes/Product.php:5659
517
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 4689
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.038 ms 1 /classes/SpecificPrice.php:256
526
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.038 ms 1 /classes/Product.php:5659
587
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 6188
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.037 ms 1 /classes/SpecificPrice.php:256
412
SELECT SQL_NO_CACHE 1 FROM `ps_specific_price` WHERE `to` BETWEEN '2025-06-03 00:00:00' AND '2025-06-03 23:59:59' LIMIT 1
0.036 ms 1 /classes/SpecificPrice.php:381
413
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 8341
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 0 /classes/SpecificPrice.php:256
422
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 8341 AND `id_group` = 1 LIMIT 1
0.036 ms 0 /classes/GroupReduction.php:153
474
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5253 AND id_shop=1 LIMIT 1
0.036 ms 1 /classes/Product.php:6873
551
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5179
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 1 /classes/SpecificPrice.php:256
560
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.036 ms 1 /classes/Product.php:5659
563
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 5374
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.036 ms 1 /classes/SpecificPrice.php:256
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.035 ms 1 /src/Adapter/EntityMapper.php:71
407
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 3
AND `active` = 1 LIMIT 1
0.035 ms 1 /classes/Manufacturer.php:312
520
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4689 AND id_shop=1 LIMIT 1
0.035 ms 1 /classes/Product.php:6873
575
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7420
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.035 ms 0 /classes/SpecificPrice.php:256
1003
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 3 AND ctg.`id_group` = 1 LIMIT 1
0.035 ms 1 /classes/Category.php:1751
1000
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 320 AND `id_shop` = 1 LIMIT 1
0.035 ms 1 /classes/module/Module.php:2132
456
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 32
AND `active` = 1 LIMIT 1
0.034 ms 1 /classes/Manufacturer.php:312
498
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7488 AND id_shop=1 LIMIT 1
0.034 ms 1 /classes/Product.php:6873
769
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitmegamenu" LIMIT 1
0.034 ms 1 /classes/module/Module.php:2659
578
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7420 AND id_shop=1 LIMIT 1
0.034 ms 1 /classes/Product.php:6873
443
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 28
AND `active` = 1 LIMIT 1
0.033 ms 1 /classes/Manufacturer.php:312
458
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7710
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:256
566
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5374 AND id_shop=1 LIMIT 1
0.033 ms 1 /classes/Product.php:6873
445
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `ps_specific_price_priority`
WHERE `id_product` = 7487
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.033 ms 0 /classes/SpecificPrice.php:256
542
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5424 AND id_shop=1 LIMIT 1
0.033 ms 1 /classes/Product.php:6873
554
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5179 AND id_shop=1 LIMIT 1
0.033 ms 1 /classes/Product.php:6873
590
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 6188 AND id_shop=1 LIMIT 1
0.032 ms 1 /classes/Product.php:6873
435
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4534 AND id_shop=1 LIMIT 1
0.032 ms 1 /classes/Product.php:6873
602
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 5192 AND id_shop=1 LIMIT 1
0.032 ms 1 /classes/Product.php:6873
732
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
0.032 ms 1 /classes/module/Module.php:2132
405
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 4 AND id_category = 3 LIMIT 1
0.031 ms 1 /classes/Product.php:5659
448
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7487 AND id_shop=1 LIMIT 1
0.031 ms 1 /classes/Product.php:6873
461
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 7710 AND id_shop=1 LIMIT 1
0.031 ms 1 /classes/Product.php:6873
612
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4658 AND id_shop=1 LIMIT 1
0.031 ms 1 /classes/Product.php:6873
1011
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
0.031 ms 1 /classes/module/Module.php:2132
508
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4868 AND id_shop=1 LIMIT 1
0.030 ms 1 /classes/Product.php:6873
735
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.030 ms 1 /classes/module/Module.php:2659
499
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7488 AND `id_group` = 1 LIMIT 1
0.029 ms 0 /classes/GroupReduction.php:153
739
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitsearch" LIMIT 1
0.029 ms 1 /classes/module/Module.php:2659
521
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4689 AND `id_group` = 1 LIMIT 1
0.029 ms 0 /classes/GroupReduction.php:153
530
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 4777 AND id_shop=1 LIMIT 1
0.029 ms 1 /classes/Product.php:6873
770
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 78 AND `id_shop` = 1 LIMIT 1
0.029 ms 1 /classes/module/Module.php:2132
436
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4534 AND `id_group` = 1 LIMIT 1
0.028 ms 0 /classes/GroupReduction.php:153
475
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5253 AND `id_group` = 1 LIMIT 1
0.028 ms 0 /classes/GroupReduction.php:153
555
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5179 AND `id_group` = 1 LIMIT 1
0.028 ms 0 /classes/GroupReduction.php:153
613
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4658 AND `id_group` = 1 LIMIT 1
0.028 ms 0 /classes/GroupReduction.php:153
603
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5192 AND `id_group` = 1 LIMIT 1
0.028 ms 0 /classes/GroupReduction.php:153
733
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.028 ms 1 /classes/module/Module.php:2659
1004
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 3
AND `id_shop` = 1 LIMIT 1
0.028 ms 1 /classes/Category.php:2446
567
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5374 AND `id_group` = 1 LIMIT 1
0.027 ms 0 /classes/GroupReduction.php:153
591
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 6188 AND `id_group` = 1 LIMIT 1
0.027 ms 0 /classes/GroupReduction.php:153
423
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.027 ms 1 /classes/Group.php:151
509
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4868 AND `id_group` = 1 LIMIT 1
0.027 ms 0 /classes/GroupReduction.php:153
543
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 5424 AND `id_group` = 1 LIMIT 1
0.027 ms 0 /classes/GroupReduction.php:153
579
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7420 AND `id_group` = 1 LIMIT 1
0.027 ms 0 /classes/GroupReduction.php:153
1008
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.027 ms 1 /classes/Category.php:1589
531
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 4777 AND `id_group` = 1 LIMIT 1
0.026 ms 0 /classes/GroupReduction.php:153
449
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7487 AND `id_group` = 1 LIMIT 1
0.025 ms 0 /classes/GroupReduction.php:153
462
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 7710 AND `id_group` = 1 LIMIT 1
0.025 ms 0 /classes/GroupReduction.php:153
1013
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.025 ms 1 /classes/module/Module.php:2132
734
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 26 AND `id_shop` = 1 LIMIT 1
0.024 ms 1 /classes/module/Module.php:2132
736
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 16 AND `id_shop` = 1 LIMIT 1
0.024 ms 1 /classes/module/Module.php:2132
738
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 86 AND `id_shop` = 1 LIMIT 1
0.024 ms 1 /classes/module/Module.php:2132
1015
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 70 AND `id_shop` = 1 LIMIT 1
0.023 ms 1 /classes/module/Module.php:2132
737
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "iqitwishlist" LIMIT 1
0.022 ms 1 /classes/module/Module.php:2659
740
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 281 AND `id_shop` = 1 LIMIT 1
0.022 ms 1 /classes/module/Module.php:2132

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)
62 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
62 queries
SELECT *
							FROM `ps_category_lang`
							WHERE `id_category` = XX AND `id_shop` = XX
25 queries
SELECT XX FROM `ps_specific_price` WHERE id_product = XX LIMIT XX
24 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
24 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
24 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
24 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
XX as id_product_attribute
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)
WHERE (p.`id_product` = XX)
24 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
24 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
24 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
24 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
24 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
24 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`
24 queries
				SELECT (SUM(pr.`rating`) / COUNT(pr.`rating`)) AS avarageRating, COUNT(pr.`rating`) as reviewsNb
				FROM `ps_iqitreviews_products` pr
				WHERE pr.`status` = XX  AND pr.`id_product` = XX LIMIT XX
24 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `ps_product_attribute` pa
             INNER JOIN ps_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
19 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
19 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
17 queries
				SELECT `name`
				FROM `ps_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
17 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
14 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
14 queries
		SELECT c.id_cms, cl.link_rewrite, cl.meta_title
		FROM ps_cms c
		LEFT JOIN ps_cms_lang cl ON (c.id_cms = cl.id_cms AND cl.id_lang = XX AND cl.id_shop = XX)
		 INNER JOIN ps_cms_shop cms_shop
        ON (cms_shop.id_cms = c.id_cms AND cms_shop.id_shop = XX)
		WHERE XX
		 AND c.id_cms IN (XX) AND c.`active` = XX GROUP BY c.id_cms
		ORDER BY c.`position`
10 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
6 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'de-de'
                    OR `language_code` = 'de-de' LIMIT XX
4 queries
SELECT option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-global-settings' LIMIT 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 `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
2 queries
SELECT *
FROM `ps_country` a
LEFT JOIN `ps_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX
LEFT JOIN `ps_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `ps_module` m
                LEFT JOIN `ps_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
				SELECT ctg.`id_group`
				FROM ps_category_group ctg
				WHERE ctg.`id_category` = XX AND ctg.`id_group` = XX LIMIT XX
2 queries
		SELECT 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 = XX)
		LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = XX  AND cl.id_shop = XX )
		LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
		WHERE `id_parent` = XX
		AND `active` = XX
		AND cg.`id_group` =XX
		GROUP BY c.`id_category`
		ORDER BY `level_depth` ASC, category_shop.`position` ASC
2 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 ('LT-XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'LT-XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT option_value FROM `ps_revslider_options` WHERE `option_name`='revslider-static-css' LIMIT XX

Tables stress

320 translation
165 shop
105 category_lang
91 category
82 product
82 product_shop
79 category_shop
50 cart_product
48 image
48 image_shop
47 specific_price
37 stock_available
37 feature_product
36 manufacturer
35 product_attribute
35 product_attribute_combination
27 revslider_options
25 feature
25 feature_shop
25 feature_lang
25 feature_value_lang
25 product_lang
24 product_group_reduction_cache
24 pack
24 image_lang
24 iqitreviews_products
24 product_attribute_shop
24 attribute
24 attribute_lang
24 attribute_group
19 module
19 manufacturer_shop
19 manufacturer_lang
19 specific_price_priority
17 module_shop
14 category_group
14 cms
14 cms_lang
14 cms_shop
11 lang
10 currency
8 category_product
7 currency_shop
7 product_sale
6 hook
5 country
4 shop_url
4 lang_shop
4 currency_lang
4 image_type
3 country_lang
3 country_shop
3 hook_alias
3 group
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration
2 hook_module
2 group_shop
2 group_lang
1 configuration_lang
1 module_group
1 meta
1 meta_lang
1 hook_module_exceptions
1 address_format
1 required_field
1 revslider_sliders
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 feature_value
1 layered_indexable_feature_value_lang_value
1 layered_filter_block
1 layered_price_index
1 tax
1 tax_lang
1 feature_flag
1 iqit_elementor_category
1 iqitmegamenu_tabs_shop
1 iqitmegamenu_tabs
1 iqitmegamenu_tabs_lang
1 iqitmegamenu_htmlc
1 iqitmegamenu_htmlc_lang
1 iqitmenulinks
1 iqitmenulinks_lang
1 connections

ObjectModel instances

Name Instances Source
Category 88 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 3]
/classes/Meta.php:380 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 3]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 9]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 4]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 4]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 36]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 32]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 33]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 34]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 79]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 80]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 81]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 82]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 83]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 84]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 85]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 86]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 95]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 96]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 97]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 102]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 101]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 70]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 14]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 23]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 28]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 17]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 88]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 89]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 12]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 9]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 8]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 15]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 10]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 69]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 71]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 72]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 76]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 99]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 90]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 29]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 91]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 35]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 7]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 22]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 20]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 27]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 46]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 26]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 24]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 47]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 48]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 49]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 50]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 52]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 53]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 54]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 94]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 100]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 55]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 11]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 16]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 30]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 66]
/modules/iqitmegamenu/iqitmegamenu.php:3491 (__construct) [id: 67]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 5]
/modules/iqitmegamenu/iqitmegamenu.php:3282 (__construct) [id: 6]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/classes/Link.php:402 (__construct) [id: 3]
/modules/ps_categorytree/ps_categorytree.php:345 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Product 72 /classes/Link.php:113 (__construct) [id: 8341]
/classes/Link.php:113 (__construct) [id: 4534]
/classes/Link.php:113 (__construct) [id: 7487]
/classes/Link.php:113 (__construct) [id: 7710]
/classes/Link.php:113 (__construct) [id: 5253]
/classes/Link.php:113 (__construct) [id: 6185]
/classes/Link.php:113 (__construct) [id: 7488]
/classes/Link.php:113 (__construct) [id: 4868]
/classes/Link.php:113 (__construct) [id: 4689]
/classes/Link.php:113 (__construct) [id: 4777]
/classes/Link.php:113 (__construct) [id: 5424]
/classes/Link.php:113 (__construct) [id: 5179]
/classes/Link.php:113 (__construct) [id: 5374]
/classes/Link.php:113 (__construct) [id: 7420]
/classes/Link.php:113 (__construct) [id: 6188]
/classes/Link.php:113 (__construct) [id: 5192]
/classes/Link.php:113 (__construct) [id: 4658]
/classes/Link.php:113 (__construct) [id: 7455]
/classes/Link.php:113 (__construct) [id: 6310]
/classes/Link.php:113 (__construct) [id: 4531]
/classes/Link.php:113 (__construct) [id: 6404]
/classes/Link.php:113 (__construct) [id: 4836]
/classes/Link.php:113 (__construct) [id: 7761]
/classes/Link.php:113 (__construct) [id: 7591]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 8341]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4534]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7487]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7710]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5253]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6185]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7488]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4868]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4689]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4777]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5424]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5179]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5374]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7420]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6188]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5192]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4658]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7455]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6310]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4531]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 6404]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 4836]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7761]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7591]
/classes/Link.php:113 (__construct) [id: 8341]
/classes/Link.php:113 (__construct) [id: 4534]
/classes/Link.php:113 (__construct) [id: 7487]
/classes/Link.php:113 (__construct) [id: 7710]
/classes/Link.php:113 (__construct) [id: 5253]
/classes/Link.php:113 (__construct) [id: 6185]
/classes/Link.php:113 (__construct) [id: 7488]
/classes/Link.php:113 (__construct) [id: 4868]
/classes/Link.php:113 (__construct) [id: 4689]
/classes/Link.php:113 (__construct) [id: 4777]
/classes/Link.php:113 (__construct) [id: 5424]
/classes/Link.php:113 (__construct) [id: 5179]
/classes/Link.php:113 (__construct) [id: 5374]
/classes/Link.php:113 (__construct) [id: 7420]
/classes/Link.php:113 (__construct) [id: 6188]
/classes/Link.php:113 (__construct) [id: 5192]
/classes/Link.php:113 (__construct) [id: 4658]
/classes/Link.php:113 (__construct) [id: 7455]
/classes/Link.php:113 (__construct) [id: 6310]
/classes/Link.php:113 (__construct) [id: 4531]
/classes/Link.php:113 (__construct) [id: 6404]
/classes/Link.php:113 (__construct) [id: 4836]
/classes/Link.php:113 (__construct) [id: 7761]
/classes/Link.php:113 (__construct) [id: 7591]
Manufacturer 41 /modules/iqitmegamenu/iqitmegamenu.php:3328 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 28]
/classes/Link.php:657 (__construct) [id: 2]
/classes/Link.php:657 (__construct) [id: 15]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 3]
/classes/Link.php:657 (__construct) [id: 10]
/classes/Link.php:657 (__construct) [id: 6]
/classes/Link.php:657 (__construct) [id: 4]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 5]
/classes/Link.php:657 (__construct) [id: 8]
/classes/Link.php:657 (__construct) [id: 12]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 32]
/classes/Link.php:657 (__construct) [id: 24]
/classes/Link.php:657 (__construct) [id: 9]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 13]
/classes/Link.php:657 (__construct) [id: 1]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 28]
/classes/Link.php:657 (__construct) [id: 2]
/classes/Link.php:657 (__construct) [id: 15]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 3]
/classes/Link.php:657 (__construct) [id: 10]
/classes/Link.php:657 (__construct) [id: 6]
/classes/Link.php:657 (__construct) [id: 4]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 5]
/classes/Link.php:657 (__construct) [id: 8]
/classes/Link.php:657 (__construct) [id: 12]
/classes/Link.php:657 (__construct) [id: 11]
/classes/Link.php:657 (__construct) [id: 32]
/classes/Link.php:657 (__construct) [id: 24]
/classes/Link.php:657 (__construct) [id: 9]
/classes/Link.php:657 (__construct) [id: 14]
/classes/Link.php:657 (__construct) [id: 13]
/classes/Link.php:657 (__construct) [id: 1]
/classes/Link.php:657 (__construct) [id: 14]
Country 5 /config/config.inc.php:146 (__construct) [id: 131]
/classes/AddressFormat.php:404 (__construct) [id: 131]
/classes/controller/FrontController.php:1779 (__construct) [id: 131]
/modules/paypal/paypal.php:351 (__construct) [id: 131]
/modules/paypal/classes/AbstractMethodPaypal.php:96 (__construct) [id: 131]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 2]
/src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 3]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Language 3 /config/config.inc.php:211 (__construct) [id: 4]
/classes/Tools.php:641 (__construct) [id: 4]
/classes/Tools.php:560 (__construct) [id: 4]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
IqitMenuHtml 1 /modules/iqitmegamenu/iqitmegamenu.php:1735 (__construct) [id: 1]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php:853 (isJustElementor) [id: ]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
State 1 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
AddressFormat 1 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__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 /override/classes/Cookie.php
165 /classes/Cookie.php
166 /classes/PhpEncryption.php
167 /classes/PhpEncryptionEngine.php
168 /vendor/defuse/php-encryption/src/Key.php
169 /vendor/defuse/php-encryption/src/Encoding.php
170 /vendor/defuse/php-encryption/src/Core.php
171 /vendor/defuse/php-encryption/src/Crypto.php
172 /vendor/defuse/php-encryption/src/KeyOrPassword.php
173 /vendor/defuse/php-encryption/src/RuntimeTests.php
174 /vendor/defuse/php-encryption/src/DerivedKeys.php
175 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
176 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
177 /src/Core/Session/SessionHandler.php
178 /src/Core/Session/SessionHandlerInterface.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
195 /config/smarty.config.inc.php
196 /classes/Smarty/SmartyDev.php
197 /vendor/smarty/smarty/libs/Smarty.class.php
198 /vendor/smarty/smarty/libs/functions.php
199 /vendor/smarty/smarty/libs/Autoloader.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
208 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
209 /config/smartyfront.config.inc.php
210 /classes/Smarty/SmartyResourceModule.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
213 /classes/Smarty/SmartyResourceParent.php
214 /classes/Smarty/SmartyLazyRegister.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
216 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
217 /classes/Customer.php
218 /classes/Group.php
219 /classes/Link.php
220 /classes/shop/ShopUrl.php
221 /classes/Dispatcher.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
228 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
229 /src/Adapter/SymfonyContainer.php
230 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
231 /config/db_slave_server.inc.php
232 /modules/turbocatalog/turbocatalog.php
233 /modules/turbocatalog/classes/TurboPart.php
234 /modules/turbocatalog/classes/xPartClass.php
235 /modules/turbocatalog/classes/TurboPartType.php
236 /modules/turbocatalog/classes/TurboPartNumber.php
237 /modules/turbocatalog/classes/TurboPartNumberType.php
238 /modules/turbocatalog/classes/TurboPartProperty.php
239 /modules/turbocatalog/classes/TurboPartPropertyValue.php
240 /modules/turbocatalog/classes/TurboCharger.php
241 /modules/turbocatalog/classes/TurboChargerNumber.php
242 /modules/turbocatalog/classes/TurboChargerNumberType.php
243 /modules/turbocatalog/classes/TurboChargerActuation.php
244 /modules/turbocatalog/classes/TurboChargerTechnology.php
245 /modules/turbocatalog/classes/WebserviceSpecificManagementTurbocatalog.php
246 /classes/webservice/WebserviceSpecificManagementInterface.php
247 /classes/webservice/WebserviceOutputBuilder.php
248 /classes/webservice/WebserviceRequest.php
249 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
250 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
251 /classes/Manufacturer.php
252 /src/Core/Util/String/StringModifier.php
253 /src/Core/Util/String/StringModifierInterface.php
254 /controllers/front/listing/CategoryController.php
255 /classes/controller/ProductListingFrontController.php
256 /classes/controller/ProductPresentingFrontController.php
257 /classes/controller/FrontController.php
258 /src/PrestaShopBundle/Translation/TranslatorComponent.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
260 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
261 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
262 /vendor/symfony/contracts/Translation/TranslatorInterface.php
263 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
264 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
265 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
266 /src/PrestaShopBundle/Translation/TranslatorInterface.php
267 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
268 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
269 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
270 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
271 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
272 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
273 /vendor/symfony/contracts/Translation/TranslatorTrait.php
274 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
275 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
276 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
277 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
278 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
279 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
280 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
281 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
282 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
283 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
284 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
285 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
286 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
287 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
288 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
289 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
290 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
291 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
292 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
293 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
294 /src/Adapter/ContainerFinder.php
295 /src/Core/Exception/ContainerNotFoundException.php
296 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
297 /src/Adapter/Module/Repository/ModuleRepository.php
298 /src/Core/Repository/AbstractObjectModelRepository.php
299 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
300 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
301 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
302 /src/Adapter/Presenter/Object/ObjectPresenter.php
303 /src/Adapter/Presenter/PresenterInterface.php
304 /src/Adapter/Presenter/Cart/CartPresenter.php
305 /src/Adapter/Image/ImageRetriever.php
306 /classes/tax/TaxConfiguration.php
307 /classes/Smarty/TemplateFinder.php
308 /classes/assets/StylesheetManager.php
309 /classes/assets/AbstractAssetManager.php
310 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
311 /classes/assets/JavascriptManager.php
312 /classes/assets/CccReducer.php
313 /modules/iqitthemeeditor/iqitthemeeditor.php
314 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
315 /classes/Translate.php
316 /modules/iqitthemeeditor/translations/de.php
317 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
318 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
319 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
320 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
321 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
322 /classes/Category.php
323 /modules/simplesecurity/simplesecurity.php
324 /src/Adapter/ContainerBuilder.php
325 /src/Adapter/Environment.php
326 /src/Core/EnvironmentInterface.php
327 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
328 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
329 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
330 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
331 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
332 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
333 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
334 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
335 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
336 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
337 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
338 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
339 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
340 /vendor/symfony/contracts/Service/ResetInterface.php
341 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
342 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
343 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
344 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
345 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
346 /vendor/symfony/contracts/Cache/ItemInterface.php
347 /vendor/psr/cache/src/CacheItemInterface.php
348 /vendor/psr/cache/src/CacheItemPoolInterface.php
349 /vendor/symfony/contracts/Cache/CacheInterface.php
350 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
352 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
354 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
355 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
356 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
357 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
358 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
359 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
379 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
380 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
381 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
382 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
383 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
386 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
387 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
388 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
389 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
390 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
391 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
392 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
393 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
394 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
395 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
396 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
397 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
398 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
399 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
400 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
401 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
402 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
403 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
404 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
405 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
406 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
407 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
408 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
409 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
410 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
411 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
412 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
413 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
414 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
415 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
416 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
417 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
418 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
419 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
420 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
421 /var/cache/dev/FrontContainer.php
422 /src/Adapter/Container/LegacyContainer.php
423 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
424 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
425 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
426 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
427 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
428 /vendor/psr/container/src/ContainerExceptionInterface.php
429 /vendor/psr/container/src/NotFoundExceptionInterface.php
430 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
431 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
432 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
433 /src/Adapter/Container/LegacyContainerInterface.php
434 /modules/contactform/vendor/autoload.php
435 /modules/contactform/vendor/composer/autoload_real.php
436 /modules/contactform/vendor/composer/platform_check.php
437 /modules/contactform/vendor/composer/autoload_static.php
438 /modules/graphnvd3/vendor/autoload.php
439 /modules/graphnvd3/vendor/composer/autoload_real.php
440 /modules/graphnvd3/vendor/composer/autoload_static.php
441 /modules/gsitemap/vendor/autoload.php
442 /modules/gsitemap/vendor/composer/autoload_real.php
443 /modules/gsitemap/vendor/composer/platform_check.php
444 /modules/gsitemap/vendor/composer/autoload_static.php
445 /modules/ps_banner/vendor/autoload.php
446 /modules/ps_banner/vendor/composer/autoload_real.php
447 /modules/ps_banner/vendor/composer/autoload_static.php
448 /modules/ps_contactinfo/vendor/autoload.php
449 /modules/ps_contactinfo/vendor/composer/autoload_real.php
450 /modules/ps_contactinfo/vendor/composer/platform_check.php
451 /modules/ps_contactinfo/vendor/composer/autoload_static.php
452 /modules/ps_crossselling/vendor/autoload.php
453 /modules/ps_crossselling/vendor/composer/autoload_real.php
454 /modules/ps_crossselling/vendor/composer/autoload_static.php
455 /modules/ps_currencyselector/vendor/autoload.php
456 /modules/ps_currencyselector/vendor/composer/autoload_real.php
457 /modules/ps_currencyselector/vendor/composer/autoload_static.php
458 /modules/ps_customeraccountlinks/vendor/autoload.php
459 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
460 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
461 /modules/ps_customersignin/vendor/autoload.php
462 /modules/ps_customersignin/vendor/composer/autoload_real.php
463 /modules/ps_customersignin/vendor/composer/autoload_static.php
464 /modules/ps_customtext/vendor/autoload.php
465 /modules/ps_customtext/vendor/composer/autoload_real.php
466 /modules/ps_customtext/vendor/composer/autoload_static.php
467 /modules/ps_dataprivacy/vendor/autoload.php
468 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
469 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
470 /modules/ps_emailsubscription/vendor/autoload.php
471 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
472 /modules/ps_emailsubscription/vendor/composer/platform_check.php
473 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
474 /modules/ps_faviconnotificationbo/vendor/autoload.php
475 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
476 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
477 /modules/ps_featuredproducts/vendor/autoload.php
478 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
479 /modules/ps_featuredproducts/vendor/composer/platform_check.php
480 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
481 /modules/ps_imageslider/vendor/autoload.php
482 /modules/ps_imageslider/vendor/composer/autoload_real.php
483 /modules/ps_imageslider/vendor/composer/platform_check.php
484 /modules/ps_imageslider/vendor/composer/autoload_static.php
485 /modules/ps_languageselector/vendor/autoload.php
486 /modules/ps_languageselector/vendor/composer/autoload_real.php
487 /modules/ps_languageselector/vendor/composer/autoload_static.php
488 /modules/ps_linklist/vendor/autoload.php
489 /modules/ps_linklist/vendor/composer/autoload_real.php
490 /modules/ps_linklist/vendor/composer/platform_check.php
491 /modules/ps_linklist/vendor/composer/autoload_static.php
492 /modules/ps_mainmenu/vendor/autoload.php
493 /modules/ps_mainmenu/vendor/composer/autoload_real.php
494 /modules/ps_mainmenu/vendor/composer/platform_check.php
495 /modules/ps_mainmenu/vendor/composer/autoload_static.php
496 /modules/ps_searchbar/vendor/autoload.php
497 /modules/ps_searchbar/vendor/composer/autoload_real.php
498 /modules/ps_searchbar/vendor/composer/platform_check.php
499 /modules/ps_searchbar/vendor/composer/autoload_static.php
500 /modules/ps_sharebuttons/vendor/autoload.php
501 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
502 /modules/ps_sharebuttons/vendor/composer/platform_check.php
503 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
504 /modules/ps_socialfollow/vendor/autoload.php
505 /modules/ps_socialfollow/vendor/composer/autoload_real.php
506 /modules/ps_socialfollow/vendor/composer/platform_check.php
507 /modules/ps_socialfollow/vendor/composer/autoload_static.php
508 /modules/ps_wirepayment/vendor/autoload.php
509 /modules/ps_wirepayment/vendor/composer/autoload_real.php
510 /modules/ps_wirepayment/vendor/composer/platform_check.php
511 /modules/ps_wirepayment/vendor/composer/autoload_static.php
512 /modules/sekeywords/vendor/autoload.php
513 /modules/sekeywords/vendor/composer/autoload_real.php
514 /modules/sekeywords/vendor/composer/autoload_static.php
515 /modules/gamification/vendor/autoload.php
516 /modules/gamification/vendor/composer/autoload_real.php
517 /modules/gamification/vendor/composer/autoload_static.php
518 /modules/psgdpr/vendor/autoload.php
519 /modules/psgdpr/vendor/composer/autoload_real.php
520 /modules/psgdpr/vendor/composer/autoload_static.php
521 /modules/ps_buybuttonlite/vendor/autoload.php
522 /modules/ps_buybuttonlite/vendor/composer/autoload_real.php
523 /modules/ps_buybuttonlite/vendor/composer/autoload_static.php
524 /modules/blockreassurance/vendor/autoload.php
525 /modules/blockreassurance/vendor/composer/autoload_real.php
526 /modules/blockreassurance/vendor/composer/platform_check.php
527 /modules/blockreassurance/vendor/composer/autoload_static.php
528 /modules/iqitsociallogin/vendor/autoload.php
529 /modules/iqitsociallogin/vendor/composer/autoload_real.php
530 /modules/iqitsociallogin/vendor/composer/platform_check.php
531 /modules/iqitsociallogin/vendor/composer/autoload_static.php
532 /modules/pscleaner/vendor/autoload.php
533 /modules/pscleaner/vendor/composer/autoload_real.php
534 /modules/pscleaner/vendor/composer/autoload_static.php
535 /modules/ps_emailalerts/vendor/autoload.php
536 /modules/ps_emailalerts/vendor/composer/autoload_real.php
537 /modules/ps_emailalerts/vendor/composer/platform_check.php
538 /modules/ps_emailalerts/vendor/composer/autoload_static.php
539 /modules/ps_facetedsearch/vendor/autoload.php
540 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
541 /modules/ps_facetedsearch/vendor/composer/platform_check.php
542 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
543 /modules/ps_categorytree/vendor/autoload.php
544 /modules/ps_categorytree/vendor/composer/autoload_real.php
545 /modules/ps_categorytree/vendor/composer/platform_check.php
546 /modules/ps_categorytree/vendor/composer/autoload_static.php
547 /modules/statsbestcategories/vendor/autoload.php
548 /modules/statsbestcategories/vendor/composer/autoload_real.php
549 /modules/statsbestcategories/vendor/composer/autoload_static.php
550 /modules/statsbestsuppliers/vendor/autoload.php
551 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
552 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
553 /modules/statsbestvouchers/vendor/autoload.php
554 /modules/statsbestvouchers/vendor/composer/autoload_real.php
555 /modules/statsbestvouchers/vendor/composer/autoload_static.php
556 /modules/statsequipment/vendor/autoload.php
557 /modules/statsequipment/vendor/composer/autoload_real.php
558 /modules/statsequipment/vendor/composer/autoload_static.php
559 /modules/statscarrier/vendor/autoload.php
560 /modules/statscarrier/vendor/composer/autoload_real.php
561 /modules/statscarrier/vendor/composer/autoload_static.php
562 /modules/statscheckup/vendor/autoload.php
563 /modules/statscheckup/vendor/composer/autoload_real.php
564 /modules/statscheckup/vendor/composer/platform_check.php
565 /modules/statscheckup/vendor/composer/autoload_static.php
566 /modules/statscatalog/vendor/autoload.php
567 /modules/statscatalog/vendor/composer/autoload_real.php
568 /modules/statscatalog/vendor/composer/platform_check.php
569 /modules/statscatalog/vendor/composer/autoload_static.php
570 /modules/statsregistrations/vendor/autoload.php
571 /modules/statsregistrations/vendor/composer/autoload_real.php
572 /modules/statsregistrations/vendor/composer/autoload_static.php
573 /modules/pagesnotfound/vendor/autoload.php
574 /modules/pagesnotfound/vendor/composer/autoload_real.php
575 /modules/pagesnotfound/vendor/composer/autoload_static.php
576 /modules/statsproduct/vendor/autoload.php
577 /modules/statsproduct/vendor/composer/autoload_real.php
578 /modules/statsproduct/vendor/composer/platform_check.php
579 /modules/statsproduct/vendor/composer/autoload_static.php
580 /modules/statspersonalinfos/vendor/autoload.php
581 /modules/statspersonalinfos/vendor/composer/autoload_real.php
582 /modules/statspersonalinfos/vendor/composer/autoload_static.php
583 /modules/statssales/vendor/autoload.php
584 /modules/statssales/vendor/composer/autoload_real.php
585 /modules/statssales/vendor/composer/autoload_static.php
586 /modules/statssearch/vendor/autoload.php
587 /modules/statssearch/vendor/composer/autoload_real.php
588 /modules/statssearch/vendor/composer/autoload_static.php
589 /modules/gridhtml/vendor/autoload.php
590 /modules/gridhtml/vendor/composer/autoload_real.php
591 /modules/gridhtml/vendor/composer/autoload_static.php
592 /modules/statslive/vendor/autoload.php
593 /modules/statslive/vendor/composer/autoload_real.php
594 /modules/statslive/vendor/composer/autoload_static.php
595 /modules/statsorigin/vendor/autoload.php
596 /modules/statsorigin/vendor/composer/autoload_real.php
597 /modules/statsorigin/vendor/composer/autoload_static.php
598 /modules/statsvisits/vendor/autoload.php
599 /modules/statsvisits/vendor/composer/autoload_real.php
600 /modules/statsvisits/vendor/composer/autoload_static.php
601 /modules/ps_shoppingcart/vendor/autoload.php
602 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
603 /modules/ps_shoppingcart/vendor/composer/platform_check.php
604 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
605 /modules/paypal/vendor/autoload.php
606 /modules/paypal/vendor/composer/autoload_real.php
607 /modules/paypal/vendor/composer/autoload_static.php
608 /modules/paypal/vendor/guzzlehttp/psr7/src/functions_include.php
609 /modules/paypal/vendor/guzzlehttp/psr7/src/functions.php
610 /modules/statsdata/vendor/autoload.php
611 /modules/statsdata/vendor/composer/autoload_real.php
612 /modules/statsdata/vendor/composer/platform_check.php
613 /modules/statsdata/vendor/composer/autoload_static.php
614 /modules/ps_distributionapiclient/vendor/autoload.php
615 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
616 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
617 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
618 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
619 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
620 /modules/dashactivity/vendor/autoload.php
621 /modules/dashactivity/vendor/composer/autoload_real.php
622 /modules/dashactivity/vendor/composer/platform_check.php
623 /modules/dashactivity/vendor/composer/autoload_static.php
624 /modules/dashtrends/vendor/autoload.php
625 /modules/dashtrends/vendor/composer/autoload_real.php
626 /modules/dashtrends/vendor/composer/platform_check.php
627 /modules/dashtrends/vendor/composer/autoload_static.php
628 /modules/ps_cashondelivery/vendor/autoload.php
629 /modules/ps_cashondelivery/vendor/composer/autoload_real.php
630 /modules/ps_cashondelivery/vendor/composer/platform_check.php
631 /modules/ps_cashondelivery/vendor/composer/autoload_static.php
632 /src/Core/Localization/Locale/Repository.php
633 /src/Core/Localization/Locale/RepositoryInterface.php
634 /src/Core/Localization/CLDR/LocaleRepository.php
635 /src/Core/Localization/CLDR/LocaleDataSource.php
636 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
637 /src/Core/Data/Layer/AbstractDataLayer.php
638 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
639 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
640 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
641 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
642 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
643 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
644 /vendor/symfony/contracts/Cache/CacheTrait.php
645 /vendor/psr/cache/src/InvalidArgumentException.php
646 /vendor/psr/cache/src/CacheException.php
647 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
648 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
649 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
650 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
651 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
652 /src/Core/Localization/CLDR/Reader.php
653 /src/Core/Localization/CLDR/ReaderInterface.php
654 /src/Core/Localization/Currency/Repository.php
655 /src/Core/Localization/Currency/RepositoryInterface.php
656 /src/Core/Localization/Currency/CurrencyDataSource.php
657 /src/Core/Localization/Currency/DataSourceInterface.php
658 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
659 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
660 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
661 /src/Adapter/Currency/CurrencyDataProvider.php
662 /src/Core/Currency/CurrencyDataProviderInterface.php
663 /src/Adapter/LegacyContext.php
664 /src/Adapter/Tools.php
665 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
666 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
667 /vendor/prestashop/decimal/src/Operation/Rounding.php
668 /src/Core/Localization/Locale.php
669 /src/Core/Localization/LocaleInterface.php
670 /src/Core/Localization/Specification/Price.php
671 /src/Core/Localization/Specification/Number.php
672 /src/Core/Localization/Specification/NumberInterface.php
673 /src/Core/Localization/Specification/Factory.php
674 /src/Core/Localization/CLDR/LocaleData.php
675 /src/Core/Localization/CLDR/NumberSymbolsData.php
676 /src/Core/Localization/CLDR/CurrencyData.php
677 /src/Core/Localization/CLDR/Locale.php
678 /src/Core/Localization/CLDR/LocaleInterface.php
679 /src/Core/Localization/Specification/NumberSymbolList.php
680 /classes/Currency.php
681 /src/Core/Localization/Currency/LocalizedCurrencyId.php
682 /src/Core/Localization/Currency/CurrencyData.php
683 /src/Core/Localization/Currency/CurrencyCollection.php
684 /src/Core/Localization/Currency.php
685 /src/Core/Localization/CurrencyInterface.php
686 /src/Core/Localization/Specification/NumberCollection.php
687 /src/Core/Localization/Number/Formatter.php
688 /classes/Cart.php
689 /src/Adapter/AddressFactory.php
690 /classes/CartRule.php
691 /override/classes/Product.php
692 /classes/Product.php
693 /src/Core/Domain/Product/ValueObject/RedirectType.php
694 /src/Core/Util/DateTime/DateTime.php
695 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
696 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
697 /src/Core/Domain/Product/ValueObject/ProductType.php
698 /src/Core/Domain/Product/ValueObject/Reference.php
699 /src/Core/Domain/Product/ValueObject/Ean13.php
700 /src/Core/Domain/Product/ValueObject/Isbn.php
701 /src/Core/Domain/Product/ValueObject/Upc.php
702 /src/Core/Domain/Product/ProductSettings.php
703 /src/Core/Domain/Shop/ValueObject/ShopId.php
704 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
705 /modules/ps_emailsubscription/ps_emailsubscription.php
706 /src/Core/Module/WidgetInterface.php
707 /src/PrestaShopBundle/Translation/DomainNormalizer.php
708 /classes/Media.php
709 /modules/ps_emailalerts/ps_emailalerts.php
710 /modules/ps_emailalerts/MailAlert.php
711 /src/Adapter/Presenter/Cart/CartLazyArray.php
712 /src/Adapter/Presenter/AbstractLazyArray.php
713 /src/Adapter/Product/PriceFormatter.php
714 /src/Core/Util/Inflector.php
715 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
716 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
717 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
718 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
719 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
720 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
721 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
722 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
723 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
724 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
725 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
726 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
727 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
728 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
729 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
730 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
731 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
732 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
733 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
734 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
735 /classes/Gender.php
736 /classes/Risk.php
737 /classes/Meta.php
738 /modules/revsliderprestashop/revsliderprestashop.php
739 /modules/revsliderprestashop/rev-loader.php
740 /modules/revsliderprestashop/includes/revslider_db.class.php
741 /modules/revsliderprestashop/includes/data.class.php
742 /modules/revsliderprestashop/includes/functions.class.php
743 /modules/revsliderprestashop/includes/em-integration.class.php
744 /modules/revsliderprestashop/includes/cssparser.class.php
745 /modules/revsliderprestashop/includes/woocommerce.class.php
746 /modules/revsliderprestashop/includes/wpml.class.php
747 /modules/revsliderprestashop/includes/colorpicker.class.php
748 /modules/revsliderprestashop/includes/navigation.class.php
749 /modules/revsliderprestashop/includes/object-library.class.php
750 /modules/revsliderprestashop/admin/includes/loadbalancer.class.php
751 /modules/revsliderprestashop/admin/includes/plugin-update.class.php
752 /modules/revsliderprestashop/includes/extension.class.php
753 /modules/revsliderprestashop/includes/favorite.class.php
754 /modules/revsliderprestashop/includes/aq-resizer.class.php
755 /modules/revsliderprestashop/includes/external-sources.class.php
756 /modules/revsliderprestashop/includes/page-template.class.php
757 /modules/revsliderprestashop/includes/slider.class.php
758 /modules/revsliderprestashop/includes/slide.class.php
759 /modules/revsliderprestashop/includes/output.class.php
760 /modules/revsliderprestashop/public/revslider-front.class.php
761 /modules/revsliderprestashop/includes/backwards.php
762 /modules/revsliderprestashop/admin/includes/class-pclzip.php
763 /modules/revsliderprestashop/admin/includes/license.class.php
764 /modules/revsliderprestashop/admin/includes/addons.class.php
765 /modules/revsliderprestashop/admin/includes/template.class.php
766 /modules/revsliderprestashop/admin/includes/functions-admin.class.php
767 /modules/revsliderprestashop/admin/includes/folder.class.php
768 /modules/revsliderprestashop/admin/includes/import.class.php
769 /modules/revsliderprestashop/admin/includes/export.class.php
770 /modules/revsliderprestashop/admin/includes/export-html.class.php
771 /modules/revsliderprestashop/admin/includes/newsletter.class.php
772 /modules/revsliderprestashop/admin/revslider-admin.class.php
773 /modules/revsliderprestashop/includes/update.class.php
774 /modules/revsliderprestashop/includes/resize-imag.php
775 /modules/revsliderprestashop/translations/de.php
776 /classes/Address.php
777 /classes/ImageType.php
778 /classes/State.php
779 /src/Core/Security/PasswordPolicyConfiguration.php
780 /src/Core/Configuration/DataConfigurationInterface.php
781 /src/Core/Security/Hashing.php
782 /src/Core/Filter/FrontEndObject/MainFilter.php
783 /src/Core/Filter/FilterInterface.php
784 /src/Core/Filter/FrontEndObject/CartFilter.php
785 /src/Core/Filter/HashMapWhitelistFilter.php
786 /src/Core/Filter/CollectionFilter.php
787 /src/Core/Filter/FrontEndObject/ProductFilter.php
788 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
789 /src/Core/Filter/FrontEndObject/CustomerFilter.php
790 /src/Core/Filter/FrontEndObject/ShopFilter.php
791 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
792 /modules/ps_shoppingcart/ps_shoppingcart.php
793 /modules/iqitcontactpage/iqitcontactpage.php
794 /modules/iqitcontactpage/translations/de.php
795 /modules/iqitcookielaw/iqitcookielaw.php
796 /modules/iqitcookielaw/translations/de.php
797 /modules/iqitcountdown/iqitcountdown.php
798 /modules/iqitcountdown/translations/de.php
799 /modules/iqitlinksmanager/iqitlinksmanager.php
800 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
801 /modules/iqitlinksmanager/src/IqitLinkBlock.php
802 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
803 /modules/iqitlinksmanager/translations/de.php
804 /modules/pricealerts/pricealerts.php
805 /src/Adapter/Localization/LegacyTranslator.php
806 /modules/pricealerts/translations/de.php
807 /modules/paypal/paypal.php
808 /modules/paypal/config_prod.php
809 /classes/PaymentModule.php
810 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
811 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
812 /modules/paypal/translations/de.php
813 /modules/paypal/classes/Constants/PaypalConfigurations.php
814 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
815 /modules/paypal/classes/Constants/WebHookConf.php
816 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
817 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
818 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
819 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
820 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
821 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
822 /modules/paypal/diagnostic.php
823 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
824 /modules/paypal/classes/AbstractMethodPaypal.php
825 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
826 /modules/paypal/classes/MethodEC.php
827 /modules/paypal/classes/WhiteList/WhiteListService.php
828 /modules/paypal/classes/API/PaypalApiManager.php
829 /modules/paypal/classes/API/PaypalApiManagerInterface.php
830 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
831 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
832 /modules/paypal/classes/API/PaypalClient.php
833 /modules/paypal/classes/API/Client/HttpClient.php
834 /modules/paypal/classes/API/ClientInterface.php
835 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
836 /modules/paypal/classes/API/EnvironmentInterface.php
837 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
838 /modules/paypal/classes/API/InjectorInterface.php
839 /modules/paypal/classes/API/Injector/BnCodeInjector.php
840 /modules/paypal/classes/API/Injector/UserAgentInjector.php
841 /classes/Smarty/SmartyDevTemplate.php
842 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
843 /var/cache/dev/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfrontprefetch.tpl.php
844 /modules/iqitsizecharts/iqitsizecharts.php
845 /modules/iqitsizecharts/src/IqitSizeCharts.php
846 /modules/iqitsizecharts/translations/de.php
847 /modules/iqitreviews/iqitreviews.php
848 /modules/iqitreviews/src/IqitProductReview.php
849 /modules/iqitreviews/translations/de.php
850 /modules/iqitwishlist/iqitwishlist.php
851 /modules/iqitwishlist/src/IqitWishlistProduct.php
852 /modules/iqitwishlist/translations/de.php
853 /modules/iqitmegamenu/iqitmegamenu.php
854 /modules/iqitmegamenu/models/IqitMenuTab.php
855 /modules/iqitmegamenu/models/IqitMenuHtml.php
856 /modules/iqitmegamenu/models/IqitMenuLinks.php
857 /modules/iqitmegamenu/translations/de.php
858 /modules/iqitelementor/iqitelementor.php
859 /modules/iqitelementor/src/IqitElementorLanding.php
860 /modules/iqitelementor/src/IqitElementorTemplate.php
861 /modules/iqitelementor/src/IqitElementorProduct.php
862 /modules/iqitelementor/src/IqitElementorCategory.php
863 /modules/iqitelementor/src/IqitElementorContent.php
864 /modules/iqitelementor/src/iqitElementorWpHelper.php
865 /modules/iqitelementor/includes/plugin-elementor.php
866 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
867 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
868 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
869 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
870 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
871 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
872 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
873 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
874 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
875 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
876 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
877 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
878 /modules/iqitelementor/translations/de.php
879 /modules/iqitextendedproduct/iqitextendedproduct.php
880 /modules/iqitextendedproduct/src/IqitThreeSixty.php
881 /modules/iqitextendedproduct/src/IqitProductVideo.php
882 /modules/iqitextendedproduct/translations/de.php
883 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
884 /modules/iqitfreedeliverycount/translations/de.php
885 /modules/ps_modifier/ps_modifier.php
886 /modules/ps_modifier/translations/de.php
887 /modules/makecommercepayments/makecommercepayments.php
888 /modules/makecommercepayments/libs/MaksekeskusPayments.php
889 /modules/makecommercepayments/libs/vendor/autoload.php
890 /modules/makecommercepayments/libs/vendor/composer/autoload_real.php
891 /modules/makecommercepayments/libs/vendor/composer/autoload_static.php
892 /modules/makecommercepayments/classes/PaymentMethod.php
893 /modules/simplevotings/simplevotings.php
894 /src/Core/Product/Search/ProductSearchContext.php
895 /src/Core/Product/Search/ProductSearchQuery.php
896 /src/Core/Product/Search/SortOrder.php
897 /modules/ps_facetedsearch/ps_facetedsearch.php
898 /modules/ps_facetedsearch/src/HookDispatcher.php
899 /modules/ps_facetedsearch/src/Hook/Attribute.php
900 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
901 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
902 /modules/ps_facetedsearch/src/Hook/Category.php
903 /modules/ps_facetedsearch/src/Hook/Configuration.php
904 /modules/ps_facetedsearch/src/Hook/Design.php
905 /modules/ps_facetedsearch/src/Hook/Feature.php
906 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
907 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
908 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
909 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
910 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
911 /modules/ps_facetedsearch/src/Hook/Product.php
912 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
913 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
914 /modules/ps_facetedsearch/src/Filters/Provider.php
915 /modules/ps_facetedsearch/src/URLSerializer.php
916 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
917 /modules/ps_facetedsearch/src/Product/SearchProvider.php
918 /src/Core/Product/Search/FacetsRendererInterface.php
919 /src/Core/Product/Search/ProductSearchProviderInterface.php
920 /modules/ps_facetedsearch/src/Filters/Converter.php
921 /modules/ps_facetedsearch/src/Product/SearchFactory.php
922 /src/Core/Product/Search/ProductSearchResult.php
923 /modules/ps_facetedsearch/src/Product/Search.php
924 /modules/ps_facetedsearch/src/Adapter/MySQL.php
925 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
926 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
927 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
928 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
929 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
930 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
931 /modules/ps_facetedsearch/src/Filters/Products.php
932 /classes/stock/StockAvailable.php
933 /modules/ps_facetedsearch/src/Filters/Block.php
934 /modules/ps_facetedsearch/src/Definition/Availability.php
935 /src/Core/Product/Search/Facet.php
936 /src/Core/Product/Search/Filter.php
937 /vendor/prestashop/decimal/src/DecimalNumber.php
938 /vendor/prestashop/decimal/src/Builder.php
939 /src/Core/Product/Search/FacetCollection.php
940 /classes/ProductAssembler.php
941 /classes/Combination.php
942 /classes/tax/Tax.php
943 /src/Core/Localization/CLDR/ComputingPrecision.php
944 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
945 /classes/SpecificPrice.php
946 /classes/tax/TaxManagerFactory.php
947 /modules/vatchecker/vatchecker.php
948 /classes/tax/TaxManagerModule.php
949 /modules/vatchecker/translations/de.php
950 /modules/vatchecker/VatCheckerTaxManager.php
951 /classes/tax/TaxManagerInterface.php
952 /classes/tax/TaxRulesTaxManager.php
953 /classes/tax/TaxCalculator.php
954 /classes/GroupReduction.php
955 /classes/Pack.php
956 /classes/order/Order.php
957 /classes/Feature.php
958 /classes/ProductPresenterFactory.php
959 /src/Adapter/Presenter/Product/ProductListingPresenter.php
960 /src/Adapter/Presenter/Product/ProductPresenter.php
961 /src/Adapter/Product/ProductColorsRetriever.php
962 /src/Adapter/HookManager.php
963 /src/Core/Product/ProductPresentationSettings.php
964 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
965 /src/Adapter/Presenter/Product/ProductLazyArray.php
966 /classes/Image.php
967 /src/Core/Image/ImageFormatConfiguration.php
968 /src/Core/Image/ImageFormatConfigurationInterface.php
969 /classes/FeatureFlag.php
970 /src/Core/FeatureFlag/FeatureFlagSettings.php
971 /var/cache/dev/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
972 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
973 /vendor/smarty/smarty/libs/plugins/modifier.count.php
974 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
975 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
976 /var/cache/dev/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
977 /src/Core/Product/Search/Pagination.php
978 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/a2/6b/17/a26b17d27b178c1e440a5caed235b01425c9f987_2.file.category.tpl.php
979 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
980 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/6b/db/c1/6bdbc11af26b0b3fd03938c8b8c06ee0474cae11_2.file.product-list.tpl.php
981 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/66/f7/f8/66f7f8c3400ce2e83b162eeeb9364f23c02f5109_2.file.layout-left-column.tpl.php
982 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/3f/7e/8b/3f7e8bea52d2ebaba138ce781d98e3c9450174ce_2.file.layout-both-columns.tpl.php
983 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/28/27/61/2827610fcc30cccf6a5b05dcbe0419949be5bd8a_2.file.helpers.tpl.php
984 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
985 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/c1/96/d4c196f622a44c7777ce7cc8b2207894cf0175b5_2.file.head.tpl.php
986 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/cd/63/e2/cd63e21c05906719cec6cada6f4c461f85839fe8_2.file.head-jsonld.tpl.php
987 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/a5/f0/8a/a5f08a77114c1901e8c9d3f545368fa0c9064824_2.file.product-list-jsonld.tpl.php
988 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/c8/9b/b4c89b99de88cd57433e46f8f9a1e18f709f3a49_2.file.pagination-seo.tpl.php
989 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
990 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
991 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/8e/4a/65/8e4a65975a9ba62d04a674d41601b5ff51ae0580_2.file.stylesheets.tpl.php
992 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/27/5c/e8/275ce8ecaad6ac595222003ea6bdda96cb1682f2_2.file.javascript.tpl.php
993 /classes/ProductDownload.php
994 /src/Core/Cart/Calculator.php
995 /src/Core/Cart/CartRowCollection.php
996 /src/Core/Cart/Fees.php
997 /src/Core/Cart/AmountImmutable.php
998 /src/Core/Cart/CartRuleCollection.php
999 /src/Core/Cart/CartRuleCalculator.php
1000 /src/Adapter/Product/PriceCalculator.php
1001 /src/Core/Cart/CartRow.php
1002 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1003 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/0d/9a/34/0d9a340d5368ff90ee7a1148d457b9fc02066645_2.file.product-activation.tpl.php
1004 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/3d/73/77/3d7377d8254f14a1ce1199571f2fcd580041e0a8_2.file.header.tpl.php
1005 /vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1006 /vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1007 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1008 /var/cache/dev/smarty/cache/iqitlinksmanager/1/1/1/4/131/displayNav1/warehouse/61/f7/23/61f723e1e35cfc9310f1184e7ab9b24d87686c1f.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1009 /modules/iqithtmlandbanners/iqithtmlandbanners.php
1010 /modules/iqithtmlandbanners/src/IqitHtmlAndBannerRepository.php
1011 /modules/iqithtmlandbanners/src/IqitHtmlAndBannerPresenter.php
1012 /modules/iqithtmlandbanners/src/IqitHtmlAndBanner.php
1013 /modules/iqithtmlandbanners/translations/de.php
1014 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayNav1/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1015 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayNavCenter/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1016 /modules/ps_languageselector/ps_languageselector.php
1017 /var/cache/dev/smarty/compile/warehouse/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
1018 /modules/ps_currencyselector/ps_currencyselector.php
1019 /var/cache/dev/smarty/compile/warehouse/73/27/77/73277702161b17505d668b28b8368941cf42c568_2.module.iqitwishlistviewstemplateshookdisplaynav.tpl.php
1020 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayNav2/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1021 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d1/02/1c/d1021c97d9c3b6786192bf3123a291ceeaa39254_2.file.header-2.tpl.php
1022 /modules/iqitsearch/iqitsearch.php
1023 /modules/iqitsearch/translations/de.php
1024 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1025 /var/cache/dev/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplateshookiqitsearch.tpl.php
1026 /var/cache/dev/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplateshooksearchbar.tpl.php
1027 /modules/ps_customersignin/ps_customersignin.php
1028 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.ps_customersigninps_customersigninbtn.tpl.php
1029 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayHeaderButtons/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1030 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.ps_shoppingcartps_shoppingcartbtn.tpl.php
1031 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1032 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.ps_shoppingcartps_shoppingcartcontent.tpl.php
1033 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayTop/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1034 /var/cache/dev/smarty/cache/iqitmegamenu/index/1/1/1/4/131/warehouse/db/4a/2c/db4a2c962a4153154f32b91c282476eae87ed9b5.iqitmegamenuviewstemplateshookhorizontal.tpl.php
1035 /classes/CMS.php
1036 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatecache.php
1037 /var/cache/dev/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplateshookhorizontal.tpl.cache.php
1038 /var/cache/dev/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content.tpl.cache.php
1039 /var/cache/dev/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplateshookmobile.tpl.cache.php
1040 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayAboveMobileMenu/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1041 /var/cache/dev/smarty/compile/warehouse/56/f0/d4/56f0d4faf7cc1ec9240e891fedda6e0b4794dc62_2.module.iqitmegamenuviewstemplateshook_partialssubmenu_content_mobile.tpl.cache.php
1042 /var/cache/dev/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.ps_languageselectorps_languageselectormobilemenu.tpl.cache.php
1043 /var/cache/dev/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.ps_currencyselectorps_currencyselectormobilemenu.tpl.cache.php
1044 /var/cache/dev/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.ps_customersigninps_customersigninmobilemenu.tpl.cache.php
1045 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
1046 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
1047 /modules/paypal/classes/InstallmentBanner/BannerManager.php
1048 /modules/paypal/classes/InstallmentBanner/Banner.php
1049 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayNavFullWidth/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1050 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/59/54/a2/5954a2562f6fec615ec950b0286d8b7abeb75b43_2.file.mobile-header-1.tpl.php
1051 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplateshooksearchbarmobile.tpl.php
1052 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.ps_customersigninps_customersigninmobile.tpl.php
1053 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.ps_shoppingcartps_shoppingcartmqty.tpl.php
1054 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayBelowHeader/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1055 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayWrapperTop/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1056 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/92/52/38/925238424f41561e68a275eac71f4d736dfd4a90_2.file.breadcrumb.tpl.php
1057 /modules/iqitproductsnav/iqitproductsnav.php
1058 /modules/iqitproductsnav/translations/de.php
1059 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/12/26/aa/1226aa1082446ac849a91950cdb7235ba9b836a4_2.file.notifications.tpl.php
1060 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/d6/f9/dc/d6f9dcfb859685715503319edf06cde6b81304a3_2.file.category-header.tpl.php
1061 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/b5/a6/bb/b5a6bb27296dd6edbca8a303e421e932bd97e53e_2.file.products-top.tpl.php
1062 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1063 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/97/e3/0c/97e30c4835a3e86b449185fb2cf2a6490c133df3_2.file.sort-orders.tpl.php
1064 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/a0/75/c1/a075c1942039a15ead0033402df35d1b3b911d79_2.file.products.tpl.php
1065 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/50/33/f1/5033f1a25509bb216047656746e2e34322eb5127_2.file.product.tpl.php
1066 /vendor/smarty/smarty/libs/plugins/modifier.date_format.php
1067 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/27/1c/b0/271cb01e56f21f6f0bbb2562d8fa08672dda3a04_2.file.product-miniature-1.tpl.php
1068 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/23/8a/e4/238ae48c1949b7a387edf124dc84b415e617d105_2.file.product-miniature-thumb.tpl.php
1069 /var/cache/dev/smarty/compile/warehouse/e9/21/d5/e921d51c062189725606e51308456f33ad945843_2.module.iqitwishlistviewstemplateshookproductminiature.tpl.php
1070 /var/cache/dev/smarty/compile/warehouse/f0/28/06/f0280617ea95e2794fe002b1120fc56cfd448619_2.module.iqitreviewsviewstemplateshooksimpleproductrating.tpl.php
1071 /vendor/smarty/smarty/libs/plugins/function.math.php
1072 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/11/5d/10/115d104ebf510118c6fa5c68b803699fa06b4ea3_2.file.product-miniature-btn.tpl.php
1073 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/2d/4e/60/2d4e60540ec94ec59dbdd7aa885055f36e45f97c_2.file.pagination.tpl.php
1074 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/e9/20/f0/e920f05c72aaec4f43457fa806ed5767febd4847_2.file.products-bottom.tpl.php
1075 /modules/ps_categorytree/ps_categorytree.php
1076 /var/cache/dev/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1077 /var/cache/dev/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1078 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/1e/7b/c6/1e7bc6dda529568b918658a19490c6d3eaa00832_2.file.footer.tpl.php
1079 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/40/c1/9b/40c19bbd2ed052f67e7c4b703ba4e2152168e7c8_2.file.footer-1.tpl.php
1080 /var/cache/dev/smarty/cache/iqitlinksmanager/1/1/1/4/131/displayFooter/warehouse/61/f7/23/61f723e1e35cfc9310f1184e7ab9b24d87686c1f.iqitlinksmanagerviewstemplateshookiqitlinksmanager.tpl.php
1081 /var/cache/dev/smarty/cache/iqitcontactpage/1/1/1/4/131/warehouse/38/d0/44/38d0447389ee09ce1dbcd5a216fd3b56b8b975df.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.php
1082 /var/cache/dev/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstemplateshookiqitcontactpageblock.tpl.cache.php
1083 /var/cache/dev/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstemplateshook_partialscontent.tpl.cache.php
1084 /var/cache/dev/smarty/cache/iqithtmlandbanners/1/1/1/4/131/displayFooter/warehouse/d9/a9/21/d9a921038f7df6ecd347bd84238775a6442f443e.iqithtmlandbannersviewstemplateshookiqithtmlandbanners.tpl.php
1085 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/ce/3b/07/ce3b07fce7d192d4ee8c8b655cdd6f03af55007f_2.file.social-links.tpl.php
1086 /var/cache/dev/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1087 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/73/87/c3/7387c3399719415ad69a76867fb0ebbcf376fe05_2.file.footer-copyrights-1.tpl.php
1088 /var/cache/dev/smarty/compile/warehouselayouts_layout_left_column_tpl/37/39/f6/3739f607d18a1a7eb22c5279fc1eeb16fc9625c2_2.file.password-policy-template.tpl.php
1089 /classes/form/CustomerLoginForm.php
1090 /classes/form/AbstractForm.php
1091 /classes/form/FormInterface.php
1092 /src/Core/Foundation/Templating/RenderableInterface.php
1093 /classes/form/CustomerLoginFormatter.php
1094 /classes/form/FormFormatterInterface.php
1095 /classes/ValidateConstraintTranslator.php
1096 /src/Core/Util/InternationalizedDomainNameConverter.php
1097 /src/Core/Foundation/Templating/RenderableProxy.php
1098 /var/cache/dev/smarty/compile/warehouse/52/f1/b8/52f1b8b385d74962f57df5c0ac1b0e91d62e4760_2.module.iqitwishlistviewstemplateshookdisplaymodal.tpl.php
1099 /classes/form/FormField.php
1100 /var/cache/dev/smarty/compile/warehouse/29/7a/54/297a54bd37067df70699682d863b9a4a42cd5c80_2.file.login-form.tpl.php
1101 /var/cache/dev/smarty/compile/warehouse/f5/2f/1b/f52f1b70f6b234cb30a15513ff1bc6e5bcf23c8c_2.file.form-errors.tpl.php
1102 /var/cache/dev/smarty/compile/ae/88/ca/ae88ca9b6400c109f0521b3665b396f6800721df_2.file.form-fields.tpl.php
1103 /var/cache/dev/smarty/compile/f5/2f/1b/f52f1b70f6b234cb30a15513ff1bc6e5bcf23c8c_2.file.form-errors.tpl.php
1104 /var/cache/dev/smarty/cache/iqitcookielaw/1/1/1/4/131/warehouse/5e/b9/2b/5eb92b07f2f7d7fd0b1ed85b0d08f2e129568342.iqitcookielawviewstemplateshookiqitcookielaw.tpl.php
1105 /modules/statsdata/statsdata.php
1106 /classes/Connection.php
1107 /classes/ConnectionsSource.php
1108 /modules/htmlminifier/htmlminifier.php