Warning: Array to string conversion in /var/www/clients/client1/web5/web/tools/profiling/Profiler.php on line 158
Grzejniki dekoracyjne
Loading...
Load Time 4270 ms
Querying Time 333 ms
Queries 665
Memory Peak Usage 39.6 Mb
Included Files 1139 files - 11.43 Mb
PrestaShop Cache - Mb
Global vars 0.39 Mb
PrestaShop Version 8.2.1
PHP Version 8.4.5
MySQL Version 10.6.21-MariaDB-0ubuntu0.22.04.2
Memory Limit 4G
Max Execution Time 0s
Smarty Cache disabled
Smarty Compilation force compile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 36.328 ms 36.328 ms 2.56 Mb 2.6 Mb
__construct 64.838 ms 101.166 ms 1.75 Mb 4.3 Mb
init 1490 ms 1591 ms 25.20 Mb 31.0 Mb
checkAccess 0.001 ms 1591 ms - Mb 31.0 Mb
setMedia 10.735 ms 1602 ms 0.08 Mb 31.0 Mb
postProcess 0.001 ms 1602 ms - Mb 31.0 Mb
initHeader 0.001 ms 1602 ms - Mb 31.0 Mb
initContent 710.641 ms 2312 ms 5.65 Mb 35.4 Mb
initFooter 0.002 ms 2312 ms - Mb 35.4 Mb
display 1958 ms 4270 ms 3.73 Mb 39.6 Mb
Hook Time Memory Usage
displayProductListReviews 41.285 ms 0.17 Mb
displayFooter 26.450 ms 0.74 Mb
displayTop 17.702 ms 0.23 Mb
DisplayHeader 15.496 ms 0.25 Mb
displayNav2 12.524 ms 0.20 Mb
Header 12.076 ms 0.48 Mb
displayLeftColumn 11.385 ms 0.19 Mb
ActionFrontControllerInitAfter 10.271 ms 0.20 Mb
ActionFrontControllerSetMedia 8.425 ms 0.04 Mb
DisplayBeforeBodyClosingTag 4.496 ms 0.11 Mb
displayNav1 3.987 ms 0.07 Mb
DisplayLeftColumn 3.208 ms 0.16 Mb
ProductSearchProvider 2.476 ms - Mb
DisplayProductPriceBlock 1.481 ms 0.06 Mb
ActionDispatcher 0.057 ms - Mb
ModuleRoutes 0.053 ms 0.01 Mb
ActionDispatcherBefore 0.025 ms - Mb
FilterProductSearch 0.009 ms - Mb
Footer 0.006 ms - Mb
19 hook(s) 171.412 ms 2.92 Mb
Module Time Memory Usage
sturls 1.333 ms 0.03 Mb
ets_abandonedcart 4.548 ms 0.18 Mb
magiczoomplus 3.472 ms 0.44 Mb
magicscroll 0.754 ms 0.07 Mb
glspoland 1475 ms 24.67 Mb
ps_emailalerts 0.584 ms 0.01 Mb
dpdshipping 4.630 ms 0.06 Mb
ps_shoppingcart 4.849 ms 0.08 Mb
ps_searchbar 5.503 ms 0.06 Mb
productcomments 42.708 ms 0.19 Mb
ps_googleanalytics 1.955 ms 0.06 Mb
productsindex 1.543 ms - Mb
eicaptcha 0.896 ms 0.01 Mb
przelewy24 2.758 ms 0.17 Mb
payu 0.872 ms 0.06 Mb
ps_imageslider 1.140 ms 0.01 Mb
stproductsasattrs 5.995 ms 0.12 Mb
omnibusprices 3.475 ms 0.04 Mb
relatedproducts 8.041 ms 0.04 Mb
ps_facetedsearch 6.159 ms 0.17 Mb
ps_contactinfo 8.963 ms 0.12 Mb
ps_languageselector 0.669 ms 0.05 Mb
ps_customersignin 7.852 ms 0.09 Mb
ps_mainmenu 14.742 ms 0.19 Mb
ps_categorytree 11.545 ms 0.20 Mb
ps_linklist 13.188 ms 0.69 Mb
ps_customeraccountlinks 8.937 ms 0.10 Mb
statsdata 2.686 ms 0.05 Mb
28 module(s) 1645 ms 27.80 Mb

Stopwatch SQL - 665 queries

# Query Time (ms) Rows Filesort Group By Location
431
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` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC
17.046 ms 2721 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
421
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` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 3 ORDER BY vl.`value` ASC
16.843 ms 2721 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
430
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, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=11 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=3)) GROUP BY fp.id_feature_value
13.680 ms 298116 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
427
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` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 1 ORDER BY vl.`value` ASC
13.473 ms 2201 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
424
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=11 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
12.023 ms 22866480 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
432
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, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=11 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=10)) AND ((fp_1.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) GROUP BY fp.id_feature_value
10.893 ms 190008 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
436
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, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=11 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=9)) AND ((fp_1.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) GROUP BY fp.id_feature_value
10.875 ms 190008 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
428
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, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=11 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=2)) AND ((fp_1.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) GROUP BY fp.id_feature_value
10.782 ms 190008 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
426
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, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=11 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=1)) AND ((fp_1.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) GROUP BY fp.id_feature_value
10.612 ms 190008 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
434
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, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, 0) = sa.id_product_attribute AND sa.id_shop = 1  AND sa.id_shop_group = 0 ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN ps_category_group cg ON (cg.id_category = c.id_category) LEFT JOIN ps_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) AND ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND c.nleft>=11 AND c.nright<=20 GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_1 ON (p.id_product = fp_1.id_product) WHERE ((fp.id_feature=7)) AND ((fp_1.id_feature_value IN (4992, 5094, 5126, 4278, 4397, 4486, 4540, 4684, 4722))) GROUP BY fp.id_feature_value
10.589 ms 190008 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
429
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` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 2 ORDER BY vl.`value` ASC
10.214 ms 1701 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
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`)
4.151 ms 1340 /classes/Configuration.php:180
20
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `ps_module` m
INNER JOIN ps_module_shop module_shop
ON (module_shop.id_module = m.id_module AND module_shop.id_shop = 1 AND module_shop.enable_device & 1)
INNER JOIN `ps_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `ps_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `ps_module_group` `mg` ON mg.`id_module` = m.`id_module`
WHERE (h.`name` != "paymentOptions") AND (hm.`id_shop` = 1) AND (mg.id_shop = 1 AND  mg.`id_group` IN (1))
GROUP BY hm.id_hook, hm.id_module
ORDER BY hm.`position`
2.604 ms 317 Yes Yes /classes/Hook.php:1289
438
REPLACE INTO ps_layered_filter_block (hash, data) VALUES ("408fa5f1e378c8a074ae52846502626b", "a:1:{s:7:\"filters\";a:6:{i:0;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:4:{i:376;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"575\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:401;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"600\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1401;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:4:\"1600\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:1601;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:4:\"1800\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:10:\"Wysokość\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"2\";s:6:\"values\";a:9:{i:2288;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"236\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2356;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"304\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2406;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"354\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2412;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"360\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2432;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"380\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2522;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"470\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2524;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"472\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2682;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"630\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:2747;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"695\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:11:\"Szerokość\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"3\";s:6:\"values\";a:75:{i:4204;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"381\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4278;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"455\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:4303;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"480\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4320;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"497\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4345;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"522\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4357;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"534\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4366;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"543\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4395;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"572\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4397;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"574\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:4458;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"635\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4479;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"656\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4481;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"658\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4486;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"663\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:4505;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"682\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4539;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"716\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4540;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"717\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:4543;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"720\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4570;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"747\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4585;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"762\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4598;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"775\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4602;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"779\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4604;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"781\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4618;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"795\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4638;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"815\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4656;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"833\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4684;a:5:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:3:\"861\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:4701;a:4:{s:3:\"nbr\";s:1:\"9\";s:4:\"name\";s:3:\"878\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4722;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"899\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:4733;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"910\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4776;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"953\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4783;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"960\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4784;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"961\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4807;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"984\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4817;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:3:\"994\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4825;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1002\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4866;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"1043\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4899;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1076\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4900;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"1077\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4909;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1086\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4916;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1093\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4960;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1137\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4971;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"1148\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4979;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1156\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4986;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1163\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:4992;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1169\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:5015;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1192\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5067;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1244\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5072;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"1249\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5094;a:5:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1271\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:5112;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1289\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5126;a:5:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"1303\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:7:\"checked\";b:1;}i:5135;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1312\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5139;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1316\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5141;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1318\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5214;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1391\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5229;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1406\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5236;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1413\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5257;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1434\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5258;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"1435\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5373;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1550\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5378;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1555\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5382;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1559\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5387;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"1564\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5398;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1575\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5411;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1588\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5452;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"1629\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5482;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"1659\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5489;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"1666\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5493;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1670\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5541;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1718\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5689;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1866\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5772;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"1949\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:5778;a:4:{s:3:\"nbr\";s:1:\"1\";s:4:\"name\";s:4:\"1955\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6000;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:4:\"2177\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:6104;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:4:\"2281\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:12:\"Moc 75/65/20\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:2:\"10\";s:6:\"values\";a:3:{i:12056;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:6:\"biały\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12059;a:4:{s:3:\"nbr\";s:1:\"8\";s:4:\"name\";s:6:\"czarny\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12062;a:4:{s:3:\"nbr\";s:1:\"6\";s:4:\"name\";s:16:\"grafit struktura\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:5:\"Kolor\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"7\";s:6:\"values\";a:2:{i:11992;a:4:{s:3:\"nbr\";s:2:\"20\";s:4:\"name\";s:2:\"50\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12020;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:3:\"500\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:21:\"Rozstaw podłączenia\";s:8:\"url_name\";N;s:10:\"meta_title\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:5;a:9:{s:9:\"type_lite\";s:10:\"id_feature\";s:4:\"type\";s:10:\"id_feature\";s:6:\"id_key\";s:1:\"9\";s:6:\"values\";a:4:{i:12055;a:4:{s:3:\"nbr\";s:1:\"2\";s:4:\"name\";s:6:\"boczne\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12051;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:14:\"dolne D50 lewe\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12052;a:4:{s:3:\"nbr\";s:1:\"3\";s:4:\"name\";s:15:\"dolne D50 prawe\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}i:12050;a:4:{s:3:\"nbr\";s:2:\"17\";s:4:\"name\";s:19:\"dolne D50 środkowe\";s:8:\"url_name\";N;s:10:\"meta_title\";N;}}s:4:\"name\";s:20:\"Rodzaj podłączenia\";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.590 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:209
446
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `ps_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `ps_hook_alias` ha
INNER JOIN `ps_hook` h ON ha.name = h.name
2.068 ms 0 /classes/Hook.php:1348
447
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
1.805 ms 317 /classes/Hook.php:455
614
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 c.`level_depth` <= 6 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.612 ms 14 Yes Yes /classes/Category.php:785
397
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`additional_description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `ps_category` c
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `ps_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `ps_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 4
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1.467 ms 4 Yes Yes /classes/Category.php:916
439
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-05-08 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 = 1
LEFT JOIN ps_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_product_attribute = 0
AND sa.id_shop = 1 LEFT JOIN ps_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (18,19,20,241,243,412,413,414,77,78,79,95)
1.046 ms 12 /classes/ProductAssembler.php:95
662
INSERT INTO `ps_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('141186', '', 'heat.pl/grzejniki-dekoracyjne?q=Moc+75%5C%2F65%5C%2F20-455-574-663-717-861-899-1169-1271-1303', '', '2025-05-08 08:39:24')
1.044 ms 1 /classes/ObjectModel.php:622
664
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `ps_category_product` cp
LEFT JOIN `ps_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `ps_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN ps_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (18,19,20,241,243,412,413,414,77,78,79,95) AND cl.`id_lang` = 1
ORDER BY c.`level_depth` DESC
0.948 ms 83 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
19
SELECT SQL_NO_CACHE lower(name) as name
FROM `ps_hook` h
WHERE (h.active = 1)
0.855 ms 982 /classes/Hook.php:1388
420
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` = 1) 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` = 1) ORDER BY f.`position` ASC
0.852 ms 361 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:159
435
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` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 7 ORDER BY vl.`value` ASC
0.762 ms 58 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
628
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (413) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.682 ms 1 Yes Yes /classes/Product.php:4513
456
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 18
ORDER BY f.position ASC
0.682 ms 19 Yes /classes/Product.php:6013
22
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `ps_hook`
0.660 ms 982 /classes/Hook.php:1348
415
SELECT SQL_NO_CACHE ac.id_ets_abancart_campaign
FROM `ps_ets_abancart_campaign` ac
LEFT JOIN `ps_ets_abancart_campaign_country` `cc` ON cc.id_ets_abancart_campaign = ac.id_ets_abancart_campaign
LEFT JOIN `ps_ets_abancart_campaign_with_lang` `cl` ON cl.id_ets_abancart_campaign = ac.id_ets_abancart_campaign AND cl.id_lang=1
LEFT JOIN `ps_ets_abancart_campaign_group` `acg` ON ac.id_ets_abancart_campaign = acg.id_ets_abancart_campaign
LEFT JOIN `ps_group_shop` `gs` ON gs.id_group = acg.id_group AND gs.id_shop = 1
WHERE (ac.id_shop = 1) AND (ac.enabled = 1 AND ac.deleted = 0) AND (IF(ac.is_all_lang != 1, cl.id_ets_abancart_campaign is NOT NULL AND cl.id_lang=1, 1)) AND (ac.campaign_type != 'email') AND (ac.campaign_type != 'customer') AND (IF(ac.min_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.min_total_cart <= 0, 1) AND IF(ac.max_total_cart is NOT NULL AND ac.has_product_in_cart = 1, ac.max_total_cart >= 0, 1)) AND (IF(ac.available_from is NOT NULL, ac.available_from <= '2025-05-08', 1) AND IF(ac.available_to is NOT NULL, ac.available_to >= '2025-05-08', 1)) AND (IF(ac.has_applied_voucher = 'both' OR (ac.has_applied_voucher = 'yes' AND 0 > 0) OR (ac.has_applied_voucher = 'no' AND 0 = 0), 1, 0)) AND (IF(ac.has_product_in_cart = 1, 0, 1)) AND (acg.id_group = 1) AND (ac.is_all_country = 1 OR cc.id_country = -1 OR cc.id_country=14)
GROUP BY ac.id_ets_abancart_campaign
0.639 ms 1 Yes /modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:407
433
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` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 10 ORDER BY vl.`value` ASC
0.615 ms 18 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
565
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19) AND (b.`id_shop` = 1) LIMIT 1
0.594 ms 1 /src/Adapter/EntityMapper.php:71
571
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 241) AND (b.`id_shop` = 1) LIMIT 1
0.589 ms 1 /src/Adapter/EntityMapper.php:71
620
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (18) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.588 ms 1 Yes Yes /classes/Product.php:4513
568
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20) AND (b.`id_shop` = 1) LIMIT 1
0.587 ms 1 /src/Adapter/EntityMapper.php:71
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19
ORDER BY f.position ASC
0.584 ms 19 Yes /classes/Product.php:6013
595
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 95) AND (b.`id_shop` = 1) LIMIT 1
0.582 ms 1 /src/Adapter/EntityMapper.php:71
583
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 414) AND (b.`id_shop` = 1) LIMIT 1
0.571 ms 1 /src/Adapter/EntityMapper.php:71
592
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 79) AND (b.`id_shop` = 1) LIMIT 1
0.569 ms 1 /src/Adapter/EntityMapper.php:71
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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 413
ORDER BY f.position ASC
0.566 ms 19 Yes /classes/Product.php:6013
455
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `ps_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 18 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` = 18 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.565 ms 0 /classes/Cart.php:1430
474
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 20
ORDER BY f.position ASC
0.561 ms 19 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 = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 95
ORDER BY f.position ASC
0.561 ms 19 Yes /classes/Product.php:6013
503
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 412
ORDER BY f.position ASC
0.555 ms 19 Yes /classes/Product.php:6013
25
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.554 ms 42 Yes /classes/Dispatcher.php:654
484
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 241
ORDER BY f.position ASC
0.532 ms 19 Yes /classes/Product.php:6013
502
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` = 412 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` = 412 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.531 ms 0 /classes/Cart.php:1430
580
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 413) AND (b.`id_shop` = 1) LIMIT 1
0.530 ms 1 /src/Adapter/EntityMapper.php:71
521
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 414
ORDER BY f.position ASC
0.528 ms 19 Yes /classes/Product.php:6013
28
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.527 ms 81 /classes/module/Module.php:341
589
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 78) AND (b.`id_shop` = 1) LIMIT 1
0.526 ms 1 /src/Adapter/EntityMapper.php:71
493
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 243
ORDER BY f.position ASC
0.526 ms 19 Yes /classes/Product.php:6013
625
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (241) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.524 ms 1 Yes Yes /classes/Product.php:4513
549
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 79
ORDER BY f.position ASC
0.522 ms 19 Yes /classes/Product.php:6013
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.521 ms 81 /classes/module/Module.php:341
531
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 77
ORDER BY f.position ASC
0.520 ms 19 Yes /classes/Product.php:6013
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` = 95 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` = 95 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.517 ms 0 /classes/Cart.php:1430
540
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM ps_feature_product pf
LEFT JOIN ps_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN ps_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN ps_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN ps_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 78
ORDER BY f.position ASC
0.513 ms 19 Yes /classes/Product.php:6013
548
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` = 79 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` = 79 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.509 ms 0 /classes/Cart.php:1430
586
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 77) AND (b.`id_shop` = 1) LIMIT 1
0.507 ms 1 /src/Adapter/EntityMapper.php:71
577
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 412) AND (b.`id_shop` = 1) LIMIT 1
0.502 ms 1 /src/Adapter/EntityMapper.php:71
584
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 414
ORDER BY `position`
0.496 ms 7 Yes /classes/Product.php:3539
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` = 19 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` = 19 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.495 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` = 413 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` = 413 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.494 ms 0 /classes/Cart.php:1430
623
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.494 ms 1 Yes Yes /classes/Product.php:4513
633
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (95) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.494 ms 1 Yes Yes /classes/Product.php:4513
539
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` = 78 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` = 78 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.489 ms 0 /classes/Cart.php:1430
596
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 95
ORDER BY `position`
0.489 ms 5 Yes /classes/Product.php:3539
590
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 78
ORDER BY `position`
0.480 ms 5 Yes /classes/Product.php:3539
473
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` = 20 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` = 20 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.479 ms 0 /classes/Cart.php:1430
569
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 20
ORDER BY `position`
0.479 ms 10 Yes /classes/Product.php:3539
483
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` = 241 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` = 241 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.474 ms 0 /classes/Cart.php:1430
632
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (79) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.474 ms 1 Yes Yes /classes/Product.php:4513
520
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` = 414 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` = 414 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.472 ms 0 /classes/Cart.php:1430
530
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` = 77 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` = 77 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.472 ms 0 /classes/Cart.php:1430
492
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT 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` = 243 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` = 243 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.469 ms 0 /classes/Cart.php:1430
626
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (243) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.464 ms 1 Yes Yes /classes/Product.php:4513
629
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (414) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.463 ms 1 Yes Yes /classes/Product.php:4513
13
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.462 ms 81 /classes/module/Module.php:341
560
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 18) AND (b.`id_shop` = 1) LIMIT 1
0.461 ms 1 /src/Adapter/EntityMapper.php:71
624
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.461 ms 1 Yes Yes /classes/Product.php:4513
578
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 412
ORDER BY `position`
0.461 ms 7 Yes /classes/Product.php:3539
627
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (412) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.461 ms 1 Yes Yes /classes/Product.php:4513
574
SELECT SQL_NO_CACHE *
FROM `ps_product` a
LEFT JOIN `ps_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `ps_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 243) AND (b.`id_shop` = 1) LIMIT 1
0.460 ms 1 /src/Adapter/EntityMapper.php:71
631
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (78) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.459 ms 1 Yes Yes /classes/Product.php:4513
581
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 413
ORDER BY `position`
0.459 ms 7 Yes /classes/Product.php:3539
630
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `ps_product_attribute` pa
INNER JOIN ps_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `ps_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `ps_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `ps_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `ps_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (77) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.459 ms 1 Yes Yes /classes/Product.php:4513
437
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` = 1) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = 1) WHERE v.`id_feature` = 9 ORDER BY vl.`value` ASC
0.457 ms 7 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:194
73
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.456 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.455 ms 1 Yes /classes/shop/Shop.php:715
74
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.452 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
448
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` = 14
AND tr.`id_tax_rules_group` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.447 ms 1 /classes/tax/TaxRulesTaxManager.php:100
587
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 77
ORDER BY `position`
0.438 ms 5 Yes /classes/Product.php:3539
561
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 18
ORDER BY `position`
0.438 ms 10 Yes /classes/Product.php:3539
419
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM ps_layered_category
WHERE controller = 'category'
AND id_category = 4
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.437 ms 6 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
566
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 19
ORDER BY `position`
0.434 ms 10 Yes /classes/Product.php:3539
593
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 79
ORDER BY `position`
0.433 ms 5 Yes /classes/Product.php:3539
370
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.409 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM ps_shop_url su
LEFT JOIN ps_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'heat.pl' OR su.domain_ssl = 'heat.pl')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.404 ms 1 Yes /classes/shop/Shop.php:1364
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` = 18
AND image_shop.`cover` = 1 LIMIT 1
0.397 ms 10 /classes/Product.php:3570
575
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 243
ORDER BY `position`
0.395 ms 4 Yes /classes/Product.php:3539
215
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.394 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
29
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 4) AND (b.`id_shop` = 1) LIMIT 1
0.392 ms 1 /src/Adapter/EntityMapper.php:71
444
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 18)
0.390 ms 1 /classes/Product.php:3860
572
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `ps_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 241
ORDER BY `position`
0.388 ms 4 Yes /classes/Product.php:3539
413
SELECT SQL_NO_CACHE `name`, `value`, `block` FROM `ps_magiczoomplus_settings` WHERE `enabled`=1
0.386 ms 595 /modules/magiczoomplus/magiczoomplus.php:539
27
SELECT SQL_NO_CACHE m.* FROM `ps_module` m WHERE m.`active` = 1
0.384 ms 81 /src/Adapter/Module/Repository/ModuleRepository.php:99
458
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` = 19
AND image_shop.`cover` = 1 LIMIT 1
0.379 ms 10 /classes/Product.php:3570
223
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.370 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
661
SELECT SQL_NO_CACHE `id_guest`
FROM `ps_connections`
WHERE `id_guest` = 148760
AND `date_add` > '2025-05-08 08:09:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.368 ms 1 Yes /classes/Connection.php:168
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` = 14) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
279
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.359 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
347
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.356 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
151
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.351 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
398
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 12) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
224
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.347 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
488
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 243)
0.346 ms 1 /classes/Product.php:3860
213
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.339 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
400
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 14) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
411
SELECT SQL_NO_CACHE *
FROM `ps_category` a0
LEFT JOIN `ps_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 11) AND (a0.`nright` > 20) AND (a1.`id_lang` = 1) AND (a1.`id_shop` = 1)
ORDER BY a0.`nleft` asc
0.335 ms 6 /classes/PrestaShopCollection.php:383
251
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.334 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
341
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.333 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
337
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.331 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.327 ms 1 /classes/Language.php:1080
457
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 18
0.326 ms 1 /classes/Product.php:6047
422
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.325 ms 1 /src/Adapter/EntityMapper.php:71
619
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` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 11 AND c.`nright` >= 20 AND c.`nleft` >= 2 AND c.`nright` <= 113 ORDER BY `nleft` DESC
0.320 ms 6 /classes/Category.php:1594
642
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "prices-drop"
OR m.page = "pricesdrop"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.320 ms 2 /classes/Meta.php:184
8
SELECT SQL_NO_CACHE *
FROM `ps_lang` a
LEFT JOIN `ps_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.316 ms 1 /src/Adapter/EntityMapper.php:71
291
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.315 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
412
SELECT SQL_NO_CACHE `name`, `value`, `block` FROM `ps_magicscroll_settings` WHERE `enabled`=1
0.315 ms 323 /modules/magicscroll/magicscroll.php:641
350
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.314 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
636
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM ps_link_block lb
INNER JOIN ps_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 45 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.313 ms 4 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
346
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.312 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
133
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.310 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
270
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.310 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
416
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.308 ms 1 /classes/Currency.php:1134
544
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 79)
0.308 ms 1 /classes/Product.php:3860
49
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.306 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
535
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 78)
0.306 ms 1 /classes/Product.php:3860
109
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.305 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
281
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.305 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
343
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.303 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
615
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` = 1)
WHERE `level_depth` = 1
0.294 ms 1 /classes/Category.php:2239
460
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 19)
0.293 ms 1 /classes/Product.php:3860
200
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.292 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
390
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.292 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
30
SELECT SQL_NO_CACHE * FROM `ps_currency` c ORDER BY `iso_code` ASC
0.291 ms 1 Yes /classes/Currency.php:708
381
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
382
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.288 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
42
SELECT SQL_NO_CACHE `id_lang`
FROM `ps_lang`
WHERE `locale` = "pl-PL" LIMIT 1
0.287 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:66
377
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.287 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
378
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.284 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
384
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.284 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
18
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.283 ms 1 /classes/Language.php:1214
258
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.283 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
345
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.283 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
366
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.283 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
389
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.281 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
116
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.281 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
479
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 241)
0.280 ms 1 /classes/Product.php:3860
348
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.280 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
607
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `ps_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.280 ms 1 /classes/Cart.php:1300
643
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.280 ms 2 /classes/Meta.php:184
10
SELECT SQL_NO_CACHE domain, domain_ssl
FROM ps_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.279 ms 1 /classes/shop/ShopUrl.php:178
368
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.279 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
386
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.279 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
361
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.278 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
373
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.278 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
388
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.278 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
336
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.277 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
3
SELECT SQL_NO_CACHE *
FROM `ps_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:71
170
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.276 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
280
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.276 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
380
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.276 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
385
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.276 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
101
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.274 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
122
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.273 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
259
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.273 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
357
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.273 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
115
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.272 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
137
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.272 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
333
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.272 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
229
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.272 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
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.271 ms 1 /classes/shop/Shop.php:214
48
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.271 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
383
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
81
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.271 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
476
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` = 241
AND image_shop.`cover` = 1 LIMIT 1
0.271 ms 4 /classes/Product.php:3570
355
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
97
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
283
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
367
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.270 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
507
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 413)
0.270 ms 1 /classes/Product.php:3860
152
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.269 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
387
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.269 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
516
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 414)
0.269 ms 1 /classes/Product.php:3860
335
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.269 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
475
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 20
0.269 ms 1 /classes/Product.php:6047
395
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 4
AND `id_shop` = 1 LIMIT 1
0.268 ms 1 /classes/Category.php:2446
196
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.268 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
469
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 20)
0.268 ms 1 /classes/Product.php:3860
526
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 77)
0.268 ms 1 /classes/Product.php:3860
644
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "best-sales"
OR m.page = "bestsales"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.268 ms 2 /classes/Meta.php:184
275
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.267 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
374
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.267 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
394
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.267 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
553
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 95)
0.267 ms 1 /classes/Product.php:3860
57
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
103
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
157
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
285
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
153
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.266 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
21
SELECT SQL_NO_CACHE `name`, `alias` FROM `ps_hook_alias`
0.265 ms 87 /classes/Hook.php:290
239
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.265 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
598
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.265 ms 1 /classes/module/Module.php:2664
120
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.265 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
225
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.265 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
164
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.264 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
418
SELECT SQL_NO_CACHE `id_category`
FROM `ps_category_shop`
WHERE `id_category` = 4
AND `id_shop` = 1 LIMIT 1
0.264 ms 1 /classes/Category.php:2446
47
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
51
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
197
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
201
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
227
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
241
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
267
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
317
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.263 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
467
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` = 20
AND image_shop.`cover` = 1 LIMIT 1
0.263 ms 10 /classes/Product.php:3570
498
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 412)
0.263 ms 1 /classes/Product.php:3860
45
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
195
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
217
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
273
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
276
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
338
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
393
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
183
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.262 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
67
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.261 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
113
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.261 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
313
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.261 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
401
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 15) AND (b.`id_shop` = 1) LIMIT 1
0.261 ms 1 /src/Adapter/EntityMapper.php:71
231
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.261 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
24
SELECT SQL_NO_CACHE name, alias FROM `ps_hook_alias`
0.260 ms 87 /classes/Hook.php:342
36
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.260 ms 1 /src/Adapter/EntityMapper.php:71
119
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.260 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
123
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.260 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
125
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.260 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
405
SELECT SQL_NO_CACHE * FROM `ps_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.260 ms 16 Yes /classes/ImageType.php:109
522
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 414
0.260 ms 1 /classes/Product.php:6047
121
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.260 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
216
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.260 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
371
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.260 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
221
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
233
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
287
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
319
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
89
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
243
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
277
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
311
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.259 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
466
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 19
0.259 ms 1 /classes/Product.php:6047
139
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
93
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
105
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
177
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
255
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
263
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
269
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
369
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.258 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
61
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
91
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
95
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
111
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
161
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
181
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
203
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
214
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
261
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
309
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
344
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
354
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.257 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
53
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
70
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
249
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
323
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
265
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
295
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
305
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
331
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.256 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
513
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 413
0.256 ms 1 /classes/Product.php:6047
63
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
85
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
107
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
155
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
205
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
247
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
252
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
271
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
297
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
321
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
34
SELECT SQL_NO_CACHE *
FROM `ps_currency` a
LEFT JOIN `ps_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `ps_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.255 ms 1 /src/Adapter/EntityMapper.php:71
65
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
69
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
159
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
289
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.255 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
77
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
117
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
143
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
257
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
79
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
99
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
104
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
135
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
141
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
173
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
199
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
211
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.254 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
409
SELECT SQL_NO_CACHE *
FROM `ps_country_lang`
WHERE `id_country` = 14
0.254 ms 1 /src/Adapter/EntityMapper.php:79
504
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 412
0.254 ms 1 /classes/Product.php:6047
237
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
299
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
59
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
149
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
294
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
315
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
329
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
349
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
358
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.253 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
559
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 95
0.253 ms 1 /classes/Product.php:6047
651
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
0.253 ms 1 /src/Adapter/EntityMapper.php:71
71
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
87
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
129
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
131
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
167
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
248
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
282
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
292
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
303
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
307
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
362
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.252 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
75
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
145
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
175
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
245
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
372
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
392
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.251 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
523
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `ps_image` i
INNER JOIN ps_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 77
AND image_shop.`cover` = 1 LIMIT 1
0.251 ms 5 /classes/Product.php:3570
541
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 78
0.251 ms 1 /classes/Product.php:6047
616
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
399
SELECT SQL_NO_CACHE *
FROM `ps_category` a
LEFT JOIN `ps_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `ps_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 13) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
171
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
179
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
342
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
363
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
108
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
127
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
185
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
209
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.250 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
256
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
320
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
55
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
110
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
142
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
169
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
235
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
253
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
301
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.249 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
443
SELECT SQL_NO_CACHE `name`
FROM `ps_manufacturer`
WHERE `id_manufacturer` = 1
AND `active` = 1 LIMIT 1
0.248 ms 1 /classes/Manufacturer.php:312
486
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` = 243
AND image_shop.`cover` = 1 LIMIT 1
0.248 ms 4 /classes/Product.php:3570
56
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.247 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
551
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` = 95
AND image_shop.`cover` = 1 LIMIT 1
0.247 ms 5 /classes/Product.php:3570
364
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.246 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
634
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_linklist" LIMIT 1
0.246 ms 1 /classes/module/Module.php:2664
50
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.245 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
147
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.245 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
208
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.245 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
485
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 241
0.245 ms 1 /classes/Product.php:6047
359
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.245 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
550
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 79
0.244 ms 1 /classes/Product.php:6047
356
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.244 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
360
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.244 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
379
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.244 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
542
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` = 79
AND image_shop.`cover` = 1 LIMIT 1
0.244 ms 5 /classes/Product.php:3570
46
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
138
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
286
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
82
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
134
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
204
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
254
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.243 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
148
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
90
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
112
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
210
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
226
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
260
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
334
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
340
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.242 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
505
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` = 413
AND image_shop.`cover` = 1 LIMIT 1
0.242 ms 7 /classes/Product.php:3570
532
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 77
0.242 ms 1 /classes/Product.php:6047
44
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
126
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
284
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
312
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
495
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` = 412
AND image_shop.`cover` = 1 LIMIT 1
0.241 ms 7 /classes/Product.php:3570
514
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` = 414
AND image_shop.`cover` = 1 LIMIT 1
0.241 ms 7 /classes/Product.php:3570
102
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
158
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
184
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.241 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
62
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
178
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
206
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
228
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
230
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
454
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 18) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.240 ms 1 /classes/stock/StockAvailable.php:453
64
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
66
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
100
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
174
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.240 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
494
SELECT SQL_NO_CACHE *
FROM ps_product_attachment pa
LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = 1)
WHERE pa.id_product = 243
0.240 ms 1 /classes/Product.php:6047
54
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
72
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
78
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
84
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
92
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
98
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
124
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
140
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
154
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
242
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
268
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
423
SELECT SQL_NO_CACHE *
FROM `ps_category_lang`
WHERE `id_category` = 4 AND `id_shop` = 1
0.239 ms 1 /src/Adapter/EntityMapper.php:79
533
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` = 78
AND image_shop.`cover` = 1 LIMIT 1
0.239 ms 5 /classes/Product.php:3570
60
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
106
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
118
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
202
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
288
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.239 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
58
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
76
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
94
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
207
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
222
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
304
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
414
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "magicscroll" LIMIT 1
0.238 ms 1 /classes/module/Module.php:2664
68
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
80
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
96
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
114
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
136
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
162
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
168
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
192
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
193
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
198
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
212
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
240
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
244
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
262
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
290
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
293
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
296
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
318
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
332
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.238 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
246
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
7
SELECT SQL_NO_CACHE *
FROM `ps_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.237 ms 1 /src/Adapter/EntityMapper.php:71
52
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
88
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
130
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
144
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
146
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
156
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
176
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
180
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
194
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
218
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
220
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
232
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
234
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
236
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
250
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
264
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
266
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
274
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
298
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
308
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
310
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.237 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
86
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
182
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
191
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
238
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
278
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
300
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
302
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
306
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
322
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
328
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
132
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
172
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
339
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.236 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
128
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
150
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
324
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
160
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
186
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
330
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.235 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
501
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 412) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.235 ms 1 /classes/stock/StockAvailable.php:453
272
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
316
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
314
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
353
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.234 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
563
SELECT SQL_NO_CACHE state FROM ps_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.234 ms 1 /classes/FeatureFlag.php:105
327
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.233 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
453
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` = 14
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.233 ms 0 /classes/tax/TaxRulesTaxManager.php:100
188
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.232 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
219
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.231 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
163
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.230 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
365
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.230 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
463
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 19) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.230 ms 1 /classes/stock/StockAvailable.php:453
391
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.229 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
352
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.228 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
11
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "sturls" LIMIT 1
0.227 ms 1 /classes/module/Module.php:2664
83
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.226 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
190
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.226 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
351
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.226 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
406
SELECT SQL_NO_CACHE format
FROM `ps_address_format`
WHERE `id_country` = 14 LIMIT 1
0.225 ms 1 /classes/AddressFormat.php:653
445
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 18 AND id_shop=1 LIMIT 1
0.225 ms 1 /classes/Product.php:6873
402
SELECT SQL_NO_CACHE `iso_code`
FROM `ps_country`
WHERE `id_country` = 0 LIMIT 1
0.224 ms 0 /classes/Country.php:272
166
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.224 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
187
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.222 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
605
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.222 ms 1 /classes/module/Module.php:2664
637
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 1) LIMIT 1
0.222 ms 1 /src/Adapter/EntityMapper.php:71
326
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme  IN (SELECT `theme` FROM `ps_shop` WHERE `active` = 1)
0.221 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
601
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.218 ms 1 /classes/module/Module.php:2664
610
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.218 ms 1 /classes/module/Module.php:2664
658
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.218 ms 1 /classes/module/Module.php:2664
608
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.216 ms 1 /classes/module/Module.php:2664
655
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "contact"
OR m.page = "contact"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.215 ms 1 /classes/Meta.php:184
376
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.214 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
451
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 18 AND `id_group` = 1 LIMIT 1
0.214 ms 0 /classes/GroupReduction.php:153
408
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` = 14) LIMIT 1
0.213 ms 1 /src/Adapter/EntityMapper.php:71
39
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.212 ms 1 /src/Adapter/EntityMapper.php:71
603
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.212 ms 1 /classes/module/Module.php:2664
656
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "sitemap"
OR m.page = "sitemap"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.212 ms 1 /classes/Meta.php:184
425
SELECT SQL_NO_CACHE data FROM ps_layered_filter_block WHERE hash="408fa5f1e378c8a074ae52846502626b" LIMIT 1
0.211 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:185
585
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 414
0.210 ms 1 /classes/Product.php:2899
43
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.209 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
32
SELECT SQL_NO_CACHE value FROM `ps_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.208 ms 1 /classes/shop/Shop.php:1183
638
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 1
0.208 ms 1 /src/Adapter/EntityMapper.php:79
375
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.207 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
441
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 33 LIMIT 1
0.206 ms 1 /classes/Category.php:1373
547
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 79) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.205 ms 1 /classes/stock/StockAvailable.php:453
646
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.205 ms 1 /src/Adapter/EntityMapper.php:79
645
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.204 ms 1 /src/Adapter/EntityMapper.php:71
657
SELECT SQL_NO_CACHE *
FROM ps_meta m
LEFT JOIN ps_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "stores"
OR m.page = "stores"
)
AND ml.id_lang = 1
AND ml.id_shop = 1 LIMIT 1
0.204 ms 1 /classes/Meta.php:184
189
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.202 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
652
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
0.200 ms 1 /src/Adapter/EntityMapper.php:79
660
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1
0.200 ms 1 /classes/Country.php:402
40
SELECT SQL_NO_CACHE *
FROM `ps_group_lang`
WHERE `id_group` = 1
0.199 ms 1 /src/Adapter/EntityMapper.php:79
648
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
0.199 ms 1 /src/Adapter/EntityMapper.php:79
26
SELECT SQL_NO_CACHE * FROM `ps_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.198 ms 1 /classes/module/Module.php:2046
325
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.197 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
570
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 20
0.195 ms 1 /classes/Product.php:2899
612
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.195 ms 1 /classes/module/Module.php:2664
591
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 78
0.192 ms 1 /classes/Product.php:2899
639
SELECT SQL_NO_CACHE *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = 1
WHERE (a.`id_link_block` = 2) LIMIT 1
0.192 ms 1 /src/Adapter/EntityMapper.php:71
654
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
0.192 ms 1 /src/Adapter/EntityMapper.php:79
594
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 79
0.191 ms 1 /classes/Product.php:2899
597
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 95
0.191 ms 1 /classes/Product.php:2899
653
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1
0.191 ms 1 /src/Adapter/EntityMapper.php:71
31
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.190 ms 1 /classes/Language.php:880
165
SELECT SQL_NO_CACHE `key`, `translation`, `domain`
FROM `ps_translation`
WHERE `id_lang` = 1
AND theme IS NULL
0.190 ms 1 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php:87
564
SELECT SQL_NO_CACHE * FROM `ps_image_type`
0.190 ms 16 /classes/ImageType.php:161
650
SELECT SQL_NO_CACHE *
FROM `ps_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.190 ms 1 /src/Adapter/EntityMapper.php:79
579
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 412
0.189 ms 1 /classes/Product.php:2899
582
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 413
0.188 ms 1 /classes/Product.php:2899
450
SELECT SQL_NO_CACHE *
FROM `ps_tax_lang`
WHERE `id_tax` = 1
0.187 ms 1 /src/Adapter/EntityMapper.php:79
588
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 77
0.187 ms 1 /classes/Product.php:2899
617
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` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 4 LIMIT 1
0.187 ms 1 /classes/Category.php:1584
37
SELECT SQL_NO_CACHE *
FROM `ps_currency_lang`
WHERE `id_currency` = 1
0.186 ms 1 /src/Adapter/EntityMapper.php:79
573
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 241
0.186 ms 1 /classes/Product.php:2899
647
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
0.186 ms 1 /src/Adapter/EntityMapper.php:71
567
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 19
0.185 ms 1 /classes/Product.php:2899
417
SELECT SQL_NO_CACHE `name`
FROM `ps_hook`
WHERE `id_hook` = 964 LIMIT 1
0.184 ms 1 /classes/Hook.php:244
459
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.183 ms 1 /classes/Product.php:5659
562
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 18
0.181 ms 1 /classes/Product.php:2899
649
SELECT SQL_NO_CACHE *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
0.181 ms 1 /src/Adapter/EntityMapper.php:71
33
SELECT SQL_NO_CACHE c.id_currency
FROM `ps_currency` c
WHERE (iso_code = 'PLN') LIMIT 1
0.180 ms 1 /classes/Currency.php:893
449
SELECT SQL_NO_CACHE *
FROM `ps_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.180 ms 1 /src/Adapter/EntityMapper.php:71
663
SELECT SQL_NO_CACHE data
FROM `ps_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.180 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
659
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 21 AND `id_shop` = 1 LIMIT 1
0.179 ms 1 /classes/module/Module.php:2137
396
SELECT SQL_NO_CACHE ctg.`id_group`
FROM ps_category_group ctg
WHERE ctg.`id_category` = 4 AND ctg.`id_group` = 1 LIMIT 1
0.178 ms 1 /classes/Category.php:1751
482
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 241) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.178 ms 1 /classes/stock/StockAvailable.php:453
576
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `ps_product_attribute`
WHERE `id_product` = 243
0.178 ms 1 /classes/Product.php:2899
472
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 20) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.176 ms 1 /classes/stock/StockAvailable.php:453
491
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 243) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:453
556
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 95) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.175 ms 1 /classes/stock/StockAvailable.php:453
599
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 5 AND `id_shop` = 1 LIMIT 1
0.175 ms 1 /classes/module/Module.php:2137
635
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 1 AND `id_shop` = 1 LIMIT 1
0.175 ms 1 /classes/module/Module.php:2137
403
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.174 ms 0 /classes/module/Module.php:2664
538
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 78) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:453
640
SELECT SQL_NO_CACHE *
FROM `ps_link_block_lang`
WHERE `id_link_block` = 2
0.174 ms 1 /src/Adapter/EntityMapper.php:79
510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 413) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.174 ms 1 /classes/stock/StockAvailable.php:453
519
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 414) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.173 ms 1 /classes/stock/StockAvailable.php:453
529
SELECT SQL_NO_CACHE SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = 77) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.171 ms 1 /classes/stock/StockAvailable.php:453
641
SELECT SQL_NO_CACHE *
FROM `ps_hook` a
WHERE (a.`id_hook` = 45) LIMIT 1
0.171 ms 1 /src/Adapter/EntityMapper.php:71
12
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 92 AND `id_shop` = 1 LIMIT 1
0.170 ms 1 /classes/module/Module.php:2137
489
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 243 AND id_shop=1 LIMIT 1
0.170 ms 1 /classes/Product.php:6873
604
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 8 AND `id_shop` = 1 LIMIT 1
0.170 ms 1 /classes/module/Module.php:2137
621
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "productcomments" LIMIT 1
0.170 ms 1 /classes/module/Module.php:2664
9
SELECT SQL_NO_CACHE id_shop
FROM `ps_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.169 ms 1 /classes/ObjectModel.php:1724
536
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 78 AND id_shop=1 LIMIT 1
0.169 ms 1 /classes/Product.php:6873
461
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 19 AND id_shop=1 LIMIT 1
0.169 ms 1 /classes/Product.php:6873
477
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 38 LIMIT 1
0.168 ms 1 /classes/Category.php:1373
545
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 79 AND id_shop=1 LIMIT 1
0.167 ms 1 /classes/Product.php:6873
600
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1
0.166 ms 1 /classes/Country.php:402
602
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 6 AND `id_shop` = 1 LIMIT 1
0.165 ms 1 /classes/module/Module.php:2137
606
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 9 AND `id_shop` = 1 LIMIT 1
0.165 ms 1 /classes/module/Module.php:2137
442
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.164 ms 1 /classes/Product.php:5659
611
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.164 ms 1 /classes/module/Module.php:2137
468
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 33 LIMIT 1
0.163 ms 1 /classes/Product.php:5659
609
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
0.163 ms 1 /classes/module/Module.php:2137
613
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 23 AND `id_shop` = 1 LIMIT 1
0.163 ms 1 /classes/module/Module.php:2137
506
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 48 LIMIT 1
0.162 ms 1 /classes/Product.php:5659
524
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 35 LIMIT 1
0.162 ms 1 /classes/Category.php:1373
452
SELECT SQL_NO_CACHE `reduction`
FROM `ps_group`
WHERE `id_group` = 1 LIMIT 1
0.161 ms 1 /classes/Group.php:151
622
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.160 ms 1 /classes/module/Module.php:2137
496
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `ps_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 48 LIMIT 1
0.160 ms 1 /classes/Category.php:1373
515
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 48 LIMIT 1
0.160 ms 1 /classes/Product.php:5659
35
SELECT SQL_NO_CACHE `id_lang` FROM `ps_lang`
WHERE `locale` = 'pl-pl'
OR `language_code` = 'pl-pl' LIMIT 1
0.159 ms 1 /classes/Language.php:880
470
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 20 AND id_shop=1 LIMIT 1
0.158 ms 1 /classes/Product.php:6873
407
SELECT SQL_NO_CACHE `need_identification_number`
FROM `ps_country`
WHERE `id_country` = 14 LIMIT 1
0.157 ms 1 /classes/Country.php:402
552
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
487
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
508
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 413 AND id_shop=1 LIMIT 1
0.157 ms 1 /classes/Product.php:6873
543
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.157 ms 1 /classes/Product.php:5659
534
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.156 ms 1 /classes/Product.php:5659
38
SELECT SQL_NO_CACHE id_shop
FROM `ps_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.156 ms 1 /classes/ObjectModel.php:1724
478
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 38 LIMIT 1
0.156 ms 1 /classes/Product.php:5659
480
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 241 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6873
517
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 414 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6873
554
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 95 AND id_shop=1 LIMIT 1
0.155 ms 1 /classes/Product.php:6873
14
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stsitebuilder" LIMIT 1
0.154 ms 0 /classes/module/Module.php:2664
404
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.154 ms 0 /classes/module/Module.php:2137
410
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM ps_required_field
0.153 ms 1 /classes/ObjectModel.php:1589
499
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 412 AND id_shop=1 LIMIT 1
0.153 ms 1 /classes/Product.php:6873
527
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `ps_product_shop`
WHERE `id_product` = 77 AND id_shop=1 LIMIT 1
0.153 ms 1 /classes/Product.php:6873
41
SELECT SQL_NO_CACHE id_shop
FROM `ps_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.153 ms 1 /classes/ObjectModel.php:1724
525
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 35 LIMIT 1
0.152 ms 1 /classes/Product.php:5659
497
SELECT SQL_NO_CACHE name FROM ps_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 48 LIMIT 1
0.152 ms 1 /classes/Product.php:5659
618
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `ps_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.151 ms 1 /classes/Category.php:1589
462
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 19 AND `id_group` = 1 LIMIT 1
0.146 ms 0 /classes/GroupReduction.php:153
490
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 243 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:153
471
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 20 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:153
509
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 413 AND `id_group` = 1 LIMIT 1
0.144 ms 0 /classes/GroupReduction.php:153
537
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 78 AND `id_group` = 1 LIMIT 1
0.144 ms 0 /classes/GroupReduction.php:153
481
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 241 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:153
518
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 414 AND `id_group` = 1 LIMIT 1
0.143 ms 0 /classes/GroupReduction.php:153
15
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "smartblog" LIMIT 1
0.142 ms 0 /classes/module/Module.php:2664
546
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 79 AND `id_group` = 1 LIMIT 1
0.142 ms 0 /classes/GroupReduction.php:153
528
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 77 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:153
17
SELECT SQL_NO_CACHE `id_module` FROM `ps_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.141 ms 0 /classes/module/Module.php:2137
555
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 95 AND `id_group` = 1 LIMIT 1
0.141 ms 0 /classes/GroupReduction.php:153
500
SELECT SQL_NO_CACHE `reduction`
FROM `ps_product_group_reduction_cache`
WHERE `id_product` = 412 AND `id_group` = 1 LIMIT 1
0.139 ms 0 /classes/GroupReduction.php:153
16
SELECT SQL_NO_CACHE `id_module` FROM `ps_module` WHERE `name` = "stblog" LIMIT 1
0.136 ms 0 /classes/module/Module.php:2664

Doubles

192 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)
13 queries
SELECT `id_module` FROM `ps_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
12 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
12 queries
SELECT name FROM ps_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
12 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `ps_product` p
INNER JOIN `ps_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `ps_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
12 queries
                            SELECT `id_tax_rules_group`
                            FROM `ps_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
12 queries
			SELECT `reduction`
			FROM `ps_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
12 queries
SELECT SUM(quantity)
FROM `ps_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
12 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `ps_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `ps_cart_product` cp JOIN `ps_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `ps_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
12 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
12 queries
        SELECT *
        FROM ps_product_attachment pa
        LEFT JOIN ps_attachment a ON a.id_attachment = pa.id_attachment
        LEFT JOIN ps_attachment_lang al ON (a.id_attachment = al.id_attachment AND al.id_lang = XX)
        WHERE pa.id_product = XX
12 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
12 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`
12 queries
SELECT `id_product_attribute`
            FROM `ps_product_attribute`
            WHERE `id_product` = XX
12 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;
7 queries
SELECT v.*, vl.*, IF(lifvlv.`url_name` IS NULL OR lifvlv.`url_name` = "", NULL, lifvlv.`url_name`) AS url_name, IF(lifvlv.`meta_title` IS NULL OR lifvlv.`meta_title` = "", NULL, lifvlv.`meta_title`) AS meta_title FROM `ps_feature_value` v LEFT JOIN `ps_feature_value_lang` vl ON (v.`id_feature_value` = vl.`id_feature_value` AND vl.`id_lang` = XX) LEFT JOIN `ps_layered_indexable_feature_value_lang_value` lifvlv ON (v.`id_feature_value` = lifvlv.`id_feature_value` AND lifvlv.`id_lang` = XX) WHERE v.`id_feature` = XX ORDER BY vl.`value` ASC
6 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
5 queries
SELECT 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, cp.position FROM ps_product p LEFT JOIN ps_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN ps_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN ps_stock_available sa ON (p.id_product = sa.id_product AND IFNULL(pac.id_product_attribute, XX) = sa.id_product_attribute AND sa.id_shop = XX  AND sa.id_shop_group = XX ) LEFT JOIN ps_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN ps_category_product cp ON (p.id_product = cp.id_product) INNER JOIN ps_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) INNER JOIN ps_category c ON (cp.id_category = c.id_category AND c.active=XX) 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 (XX, XX, XX, XX, XX, XX, XX, XX, XX))) AND ps.id_shop='XX' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='XX' AND c.nleft>=XX AND c.nright<=XX GROUP BY p.id_product) p INNER JOIN ps_feature_product fp ON (p.id_product = fp.id_product) LEFT JOIN ps_feature_product fp_XX ON (p.id_product = fp_XX.id_product) WHERE ((fp.id_feature=XX)) AND ((fp_XX.id_feature_value IN (XX, XX, XX, XX, XX, XX, XX, XX, XX))) GROUP BY fp.id_feature_value
5 queries
SELECT *
FROM `ps_cms` a
LEFT JOIN `ps_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
5 queries
SELECT *
							FROM `ps_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
4 queries
			SELECT cl.`link_rewrite`
			FROM `ps_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
3 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
3 queries
			SELECT `need_identification_number`
			FROM `ps_country`
			WHERE `id_country` = XX LIMIT XX
2 queries
SELECT `id_lang` FROM `ps_lang`
                    WHERE `locale` = 'pl-pl'
                    OR `language_code` = 'pl-pl' LIMIT XX
2 queries
		SELECT `id_category`
		FROM `ps_category_shop`
		WHERE `id_category` = XX
		AND `id_shop` = XX LIMIT XX
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 ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT *
FROM `ps_link_block` a
LEFT JOIN `ps_link_block_shop` `c` ON a.`id_link_block` = c.`id_link_block` AND c.`id_shop` = XX
WHERE (a.`id_link_block` = XX) LIMIT XX
2 queries
SELECT *
							FROM `ps_link_block_lang`
							WHERE `id_link_block` = XX

Tables stress

352 translation
164 shop
44 product
44 product_shop
31 product_attribute
30 category_lang
29 feature_product
25 cart_product
24 image
24 image_shop
24 product_attribute_shop
23 category
22 module
20 stock_available
19 feature_value_lang
19 product_attribute_combination
17 module_shop
13 feature
13 feature_shop
13 feature_lang
13 product_lang
12 category_shop
12 product_group_reduction_cache
12 pack
12 product_attachment
12 attachment
12 attachment_lang
12 image_lang
12 attribute
12 attribute_lang
12 attribute_group
10 category_group
9 category_product
8 hook
7 meta
7 meta_lang
7 feature_value
7 layered_indexable_feature_value_lang_value
7 product_sale
6 lang
6 country
5 currency
5 cms
5 cms_shop
5 cms_lang
4 shop_url
4 lang_shop
4 currency_shop
3 hook_alias
3 group_shop
3 link_block
3 link_block_shop
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 currency_lang
2 group
2 image_type
2 tax_rule
2 tax_rules_group
2 link_block_lang
1 configuration_lang
1 module_group
1 hook_module_exceptions
1 group_lang
1 address_format
1 required_field
1 magicscroll_settings
1 magiczoomplus_settings
1 ets_abancart_campaign
1 ets_abancart_campaign_country
1 ets_abancart_campaign_with_lang
1 ets_abancart_campaign_group
1 layered_category
1 layered_indexable_feature
1 layered_indexable_feature_lang_value
1 layered_filter_block
1 manufacturer
1 tax
1 tax_lang
1 feature_flag
1 connections
1 ganalytics_data

ObjectModel instances

Name Instances Source
Category 19 /controllers/front/listing/CategoryController.php:76 (__construct) [id: 4]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 12]
/override/classes/Link.php:63 (__construct) [id: 12]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 13]
/override/classes/Link.php:63 (__construct) [id: 13]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 14]
/override/classes/Link.php:63 (__construct) [id: 14]
/controllers/front/listing/CategoryController.php:214 (__construct) [id: 15]
/override/classes/Link.php:63 (__construct) [id: 15]
/classes/Meta.php:380 (__construct) [id: 4]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/classes/PrestaShopCollection.php:385 (hydrateCollection) [id: ]
/modules/ps_facetedsearch/src/Product/Search.php:364 (__construct) [id: 4]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
/override/classes/Link.php:63 (__construct) [id: 12]
/override/classes/Link.php:63 (__construct) [id: 13]
/override/classes/Link.php:63 (__construct) [id: 14]
/override/classes/Link.php:63 (__construct) [id: 15]
/override/classes/Link.php:63 (__construct) [id: 4]
Product 12 /src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 18]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 19]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 20]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 241]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 243]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 412]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 413]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 414]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 77]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 78]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 79]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 95]
Country 7 /config/config.inc.php:146 (__construct) [id: 14]
/classes/AddressFormat.php:404 (__construct) [id: 14]
/classes/controller/FrontController.php:1779 (__construct) [id: 14]
/classes/AddressFormat.php:404 (__construct) [id: 14]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 14]
/classes/AddressFormat.php:404 (__construct) [id: 14]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 14]
CMS 6 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 0]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 1]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 2]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 3]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 4]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:138 (__construct) [id: 5]
Address 6 /modules/dpdshipping/src/Domain/Configuration/Carrier/DpdIframe.php:43 (__construct) [id: 0]
/modules/dpdshipping/src/Domain/Configuration/Carrier/DpdIframe.php:43 (__construct) [id: 0]
/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: ]
AddressFormat 3 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
State 3 /classes/controller/FrontController.php:1778 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 0]
Language 2 /config/config.inc.php:211 (__construct) [id: 1]
/classes/Tools.php:560 (__construct) [id: 1]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 45]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php:64 (__construct) [id: 45]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Group 2 /classes/Cart.php:249 (getCurrent) [id: 1]
/modules/ets_abandonedcart/classes/EtsAbancartCampaign.php:370 (__construct) [id: 1]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 1]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php:91 (__construct) [id: 2]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Tax 1 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
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/File/YamlParser.php
152 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
153 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
154 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
155 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
156 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
157 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
158 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
159 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
160 /var/cache/dev/yaml/42c6b6800586395bdab67ac98b1ceb8c.php
161 /src/Core/Util/ArrayFinder.php
162 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
163 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
164 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
165 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
166 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
167 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
168 /config/defines_uri.inc.php
169 /classes/Language.php
170 /src/Core/Language/LanguageInterface.php
171 /classes/Country.php
172 /classes/PrestaShopCollection.php
173 /classes/shop/ShopGroup.php
174 /classes/Cookie.php
175 /classes/PhpEncryption.php
176 /classes/PhpEncryptionEngine.php
177 /vendor/defuse/php-encryption/src/Key.php
178 /vendor/defuse/php-encryption/src/Encoding.php
179 /vendor/defuse/php-encryption/src/Core.php
180 /vendor/defuse/php-encryption/src/Crypto.php
181 /vendor/defuse/php-encryption/src/KeyOrPassword.php
182 /vendor/defuse/php-encryption/src/RuntimeTests.php
183 /vendor/defuse/php-encryption/src/DerivedKeys.php
184 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
185 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
186 /src/Core/Session/SessionHandler.php
187 /src/Core/Session/SessionHandlerInterface.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
197 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
198 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
199 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
200 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
201 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
202 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
203 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
204 /config/smarty.config.inc.php
205 /classes/Smarty/SmartyDev.php
206 /vendor/smarty/smarty/libs/Smarty.class.php
207 /vendor/smarty/smarty/libs/functions.php
208 /vendor/smarty/smarty/libs/Autoloader.php
209 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
212 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
213 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
215 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
216 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
217 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
218 /config/smartyfront.config.inc.php
219 /classes/Smarty/SmartyResourceModule.php
220 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
221 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
222 /classes/Smarty/SmartyResourceParent.php
223 /classes/Smarty/SmartyLazyRegister.php
224 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
225 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
226 /classes/Customer.php
227 /classes/Group.php
228 /override/classes/Link.php
229 /classes/Link.php
230 /classes/shop/ShopUrl.php
231 /override/classes/Dispatcher.php
232 /classes/Dispatcher.php
233 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
234 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
235 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
236 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
237 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
238 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
239 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
240 /modules/sturls/sturls.php
241 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
242 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
243 /src/Adapter/SymfonyContainer.php
244 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
245 /config/db_slave_server.inc.php
246 /src/Adapter/ContainerBuilder.php
247 /src/Adapter/Environment.php
248 /src/Core/EnvironmentInterface.php
249 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
250 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
251 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
252 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
253 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
254 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
255 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
256 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
257 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
258 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
259 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
260 /vendor/symfony/contracts/Service/ResetInterface.php
261 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
262 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
263 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
264 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
265 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
266 /vendor/symfony/contracts/Cache/ItemInterface.php
267 /vendor/psr/cache/src/CacheItemInterface.php
268 /vendor/psr/cache/src/CacheItemPoolInterface.php
269 /vendor/symfony/contracts/Cache/CacheInterface.php
270 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
271 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
272 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
273 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
274 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
275 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
276 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
277 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
278 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
279 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
280 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
281 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
282 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
283 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
284 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
285 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
286 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
288 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
289 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
290 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
291 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
292 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
293 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
322 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
331 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
332 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
333 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
334 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
335 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
338 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
339 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
340 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
341 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
342 /var/cache/dev/FrontContainer.php
343 /src/Adapter/Container/LegacyContainer.php
344 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
345 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
346 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
347 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
348 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
349 /vendor/psr/container/src/ContainerExceptionInterface.php
350 /vendor/psr/container/src/NotFoundExceptionInterface.php
351 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
352 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
353 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
354 /src/Adapter/Container/LegacyContainerInterface.php
355 /modules/ps_searchbar/vendor/autoload.php
356 /modules/ps_searchbar/vendor/composer/autoload_real.php
357 /modules/ps_searchbar/vendor/composer/platform_check.php
358 /modules/ps_searchbar/vendor/composer/autoload_static.php
359 /modules/gmerchantcenterpro/vendor/autoload.php
360 /modules/gmerchantcenterpro/vendor/composer/autoload_real.php
361 /modules/gmerchantcenterpro/vendor/composer/platform_check.php
362 /modules/gmerchantcenterpro/vendor/composer/autoload_static.php
363 /modules/dpdshipping/vendor/autoload.php
364 /modules/dpdshipping/vendor/composer/autoload_real.php
365 /modules/dpdshipping/vendor/composer/platform_check.php
366 /modules/dpdshipping/vendor/composer/autoload_static.php
367 /modules/eicaptcha/vendor/autoload.php
368 /modules/eicaptcha/vendor/composer/autoload_real.php
369 /modules/eicaptcha/vendor/composer/autoload_static.php
370 /modules/autoupgrade/vendor/autoload.php
371 /modules/autoupgrade/vendor/composer/autoload_real.php
372 /modules/autoupgrade/vendor/composer/autoload_static.php
373 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
374 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
375 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
376 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
377 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
378 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
379 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
380 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
381 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
382 /modules/generateshortdescription/vendor/autoload.php
383 /modules/generateshortdescription/vendor/composer/autoload_real.php
384 /modules/generateshortdescription/vendor/composer/platform_check.php
385 /modules/generateshortdescription/vendor/composer/autoload_static.php
386 /modules/transport/vendor/autoload.php
387 /modules/transport/vendor/composer/autoload_real.php
388 /modules/transport/vendor/composer/autoload_static.php
389 /modules/glspoland/vendor/autoload.php
390 /modules/glspoland/vendor/composer/autoload_real.php
391 /modules/glspoland/vendor/composer/autoload_static.php
392 /modules/stproductsasattrs/vendor/autoload.php
393 /modules/stproductsasattrs/vendor/composer/autoload_real.php
394 /modules/stproductsasattrs/vendor/composer/platform_check.php
395 /modules/stproductsasattrs/vendor/composer/autoload_static.php
396 /src/Core/Hook/HookModuleFilter.php
397 /src/Core/Hook/HookModuleFilterInterface.php
398 /modules/ets_abandonedcart/ets_abandonedcart.php
399 /modules/ets_abandonedcart/classes/EtsAbancartCore.php
400 /modules/ets_abandonedcart/classes/EtsAbancartHelper.php
401 /modules/ets_abandonedcart/classes/EtsAbancartCache.php
402 /modules/ets_abandonedcart/classes/EtsAbancartValidate.php
403 /modules/ets_abandonedcart/classes/EtsAbancartTools.php
404 /modules/ets_abandonedcart/classes/EtsAbancartMail.php
405 /classes/Mail.php
406 /modules/ets_abandonedcart/classes/EtsAbancartIndex.php
407 /modules/ets_abandonedcart/classes/EtsAbancartIndexCustomer.php
408 /modules/ets_abandonedcart/classes/EtsAbancartCampaign.php
409 /modules/ets_abandonedcart/classes/EtsAbancartReminder.php
410 /modules/ets_abandonedcart/classes/EtsAbancartEmailTemplate.php
411 /modules/ets_abandonedcart/classes/EtsAbancartTracking.php
412 /modules/ets_abandonedcart/classes/EtsAbancartDisplayTracking.php
413 /modules/ets_abandonedcart/classes/EtsAbancartReminderForm.php
414 /modules/ets_abandonedcart/classes/EtsAbancartQueue.php
415 /modules/ets_abandonedcart/classes/EtsAbancartShoppingCart.php
416 /modules/ets_abandonedcart/classes/EtsAbancartUnsubscribers.php
417 /modules/ets_abandonedcart/classes/EtsAbancartDefines.php
418 /modules/ets_abandonedcart/classes/EtsAbancartForm.php
419 /modules/ets_abandonedcart/classes/EtsAbancartFormSubmit.php
420 /modules/ets_abandonedcart/classes/EtsAbancartField.php
421 /modules/ets_abandonedcart/classes/EtsAbancartFieldValue.php
422 /modules/ets_abandonedcart/classes/EtsAbancartNoteManual.php
423 /classes/Translate.php
424 /modules/ets_abandonedcart/translations/pl.php
425 /override/controllers/front/listing/CategoryController.php
426 /controllers/front/listing/CategoryController.php
427 /classes/controller/ProductListingFrontController.php
428 /classes/controller/ProductPresentingFrontController.php
429 /classes/controller/FrontController.php
430 /src/PrestaShopBundle/Translation/TranslatorComponent.php
431 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
432 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
433 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
434 /vendor/symfony/contracts/Translation/TranslatorInterface.php
435 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
436 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
437 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
438 /src/PrestaShopBundle/Translation/TranslatorInterface.php
439 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
440 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
441 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
442 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
443 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
444 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
445 /vendor/symfony/contracts/Translation/TranslatorTrait.php
446 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
447 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
448 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
449 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
450 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
451 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
452 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php
453 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/NumberComparator.php
454 /vendor/symfony/symfony/src/Symfony/Component/Finder/Comparator/Comparator.php
455 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php
456 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php
457 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php
458 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php
459 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php
460 /vendor/symfony/symfony/src/Symfony/Component/Finder/Glob.php
461 /vendor/symfony/symfony/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php
462 /vendor/symfony/symfony/src/Symfony/Component/Finder/SplFileInfo.php
463 /src/Adapter/ContainerFinder.php
464 /src/Core/Exception/ContainerNotFoundException.php
465 /src/PrestaShopBundle/Translation/TranslatorLanguageLoader.php
466 /src/Adapter/Module/Repository/ModuleRepository.php
467 /src/Core/Repository/AbstractObjectModelRepository.php
468 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/XliffFileLoader.php
469 /vendor/symfony/symfony/src/Symfony/Component/Translation/Loader/LoaderInterface.php
470 /src/PrestaShopBundle/Translation/Loader/SqlTranslationLoader.php
471 /vendor/prestashop/translationtools-bundle/Translation/Helper/DomainHelper.php
472 /src/Adapter/Presenter/Object/ObjectPresenter.php
473 /src/Adapter/Presenter/PresenterInterface.php
474 /src/Adapter/Presenter/Cart/CartPresenter.php
475 /src/Adapter/Image/ImageRetriever.php
476 /classes/tax/TaxConfiguration.php
477 /classes/Smarty/TemplateFinder.php
478 /classes/assets/StylesheetManager.php
479 /classes/assets/AbstractAssetManager.php
480 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
481 /classes/assets/JavascriptManager.php
482 /classes/assets/CccReducer.php
483 /modules/magiczoomplus/magiczoomplus.php
484 /modules/magicscroll/magicscroll.php
485 /classes/Category.php
486 /classes/webservice/WebserviceRequest.php
487 /src/Core/Localization/Locale/Repository.php
488 /src/Core/Localization/Locale/RepositoryInterface.php
489 /src/Core/Localization/CLDR/LocaleRepository.php
490 /src/Core/Localization/CLDR/LocaleDataSource.php
491 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
492 /src/Core/Data/Layer/AbstractDataLayer.php
493 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
494 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
495 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
496 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
497 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
498 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
499 /vendor/symfony/contracts/Cache/CacheTrait.php
500 /vendor/psr/cache/src/InvalidArgumentException.php
501 /vendor/psr/cache/src/CacheException.php
502 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
503 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
504 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
505 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
506 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
507 /src/Core/Localization/CLDR/Reader.php
508 /src/Core/Localization/CLDR/ReaderInterface.php
509 /src/Core/Localization/Currency/Repository.php
510 /src/Core/Localization/Currency/RepositoryInterface.php
511 /src/Core/Localization/Currency/CurrencyDataSource.php
512 /src/Core/Localization/Currency/DataSourceInterface.php
513 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
514 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
515 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
516 /src/Adapter/Currency/CurrencyDataProvider.php
517 /src/Core/Currency/CurrencyDataProviderInterface.php
518 /src/Adapter/LegacyContext.php
519 /src/Adapter/Tools.php
520 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
521 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
522 /vendor/prestashop/decimal/src/Operation/Rounding.php
523 /src/Core/Localization/Locale.php
524 /src/Core/Localization/LocaleInterface.php
525 /src/Core/Localization/Specification/Price.php
526 /src/Core/Localization/Specification/Number.php
527 /src/Core/Localization/Specification/NumberInterface.php
528 /src/Core/Localization/Specification/Factory.php
529 /src/Core/Localization/CLDR/LocaleData.php
530 /src/Core/Localization/CLDR/NumberSymbolsData.php
531 /src/Core/Localization/CLDR/CurrencyData.php
532 /src/Core/Localization/CLDR/Locale.php
533 /src/Core/Localization/CLDR/LocaleInterface.php
534 /src/Core/Localization/Specification/NumberSymbolList.php
535 /classes/Currency.php
536 /src/Core/Localization/Currency/LocalizedCurrencyId.php
537 /src/Core/Localization/Currency/CurrencyData.php
538 /src/Core/Localization/Currency/CurrencyCollection.php
539 /src/Core/Localization/Currency.php
540 /src/Core/Localization/CurrencyInterface.php
541 /src/Core/Localization/Specification/NumberCollection.php
542 /src/Core/Localization/Number/Formatter.php
543 /override/classes/Cart.php
544 /classes/Cart.php
545 /src/Adapter/AddressFactory.php
546 /override/classes/CartRule.php
547 /classes/CartRule.php
548 /classes/Product.php
549 /src/Core/Domain/Product/ValueObject/RedirectType.php
550 /src/Core/Util/DateTime/DateTime.php
551 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
552 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
553 /src/Core/Domain/Product/ValueObject/ProductType.php
554 /src/Core/Domain/Product/ValueObject/Reference.php
555 /src/Core/Domain/Product/ValueObject/Ean13.php
556 /src/Core/Domain/Product/ValueObject/Isbn.php
557 /src/Core/Domain/Product/ValueObject/Upc.php
558 /src/Core/Domain/Product/ProductSettings.php
559 /modules/glspoland/glspoland.php
560 /classes/module/CarrierModule.php
561 /modules/glspoland/src/Translation/TranslationLoaderTrait.php
562 /vendor/symfony/symfony/src/Symfony/Component/Config/Util/XmlUtils.php
563 /vendor/symfony/symfony/src/Symfony/Component/Translation/Util/XliffUtils.php
564 /src/PrestaShopBundle/Translation/DomainNormalizer.php
565 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php
566 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php
567 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php
568 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/RequestStack.php
569 /modules/glspoland/src/PrestaShop/Hook/HookExecutor.php
570 /modules/glspoland/src/DependencyInjection/ServiceSubscriberInterface.php
571 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceSubscriberInterface.php
572 /vendor/symfony/contracts/Service/ServiceSubscriberInterface.php
573 /modules/glspoland/src/PrestaShop/Hook/HookExecutorInterface.php
574 /modules/glspoland/src/PrestaShop/Installer/AvailableHooksProviderInterface.php
575 /modules/glspoland/src/PrestaShop/Hook/Front/Checkout/DisplayAfterCarrier.php
576 /modules/glspoland/src/PrestaShop/Hook/HookInterface.php
577 /modules/glspoland/src/PrestaShop/Hook/Front/ActionFrontControllerInitAfter.php
578 /modules/glspoland/src/PrestaShop/Hook/AliasedHookInterface.php
579 /modules/glspoland/src/EventDispatcher/EventDispatcherFactory.php
580 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcher.php
581 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
582 /vendor/symfony/contracts/EventDispatcher/EventDispatcherInterface.php
583 /modules/glspoland/src/PrestaShop/Checkout/Module/SuperCheckout/FixRequestParamsListener.php
584 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php
585 /modules/glspoland/src/EventDispatcher/Adapter/EventDispatcher.php
586 /modules/glspoland/src/EventDispatcher/EventDispatcherInterface.php
587 /modules/glspoland/src/Configuration/Initializer/EnvInitializer.php
588 /modules/glspoland/src/Configuration/Initializer/ConfigurationInitializerInterface.php
589 /modules/glspoland/src/Dotenv/Adapter/DotenvLoader.php
590 /modules/glspoland/src/Dotenv/DotenvLoaderInterface.php
591 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
592 /modules/glspoland/src/Configuration/Initializer/DoctrineTypesInitializer.php
593 /modules/glspoland/src/Doctrine/DBAL/Types/JsonType.php
594 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
595 /modules/glspoland/src/Doctrine/DBAL/Types/DateTimeImmutableType.php
596 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
597 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
598 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
599 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
600 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
601 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
602 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
603 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
604 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
605 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
606 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
607 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
608 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
609 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
610 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
611 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
612 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
613 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
614 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
615 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
616 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
617 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
618 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
619 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
620 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
621 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
622 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
623 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
624 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
625 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
626 /modules/glspoland/src/Configuration/Initializer/DoctrineListenersInitializer.php
627 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
628 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
629 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
630 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
631 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
632 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
633 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
634 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
635 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
636 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
637 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
638 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
639 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
640 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
641 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
642 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
643 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
644 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
645 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
646 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
647 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
648 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
649 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
650 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
651 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
652 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
653 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
654 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
655 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
656 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
657 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
658 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
659 /vendor/doctrine/event-manager/src/EventManager.php
660 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
661 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
662 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
663 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
664 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
665 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
666 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
667 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
668 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
669 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
670 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
671 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
672 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
673 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
674 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
675 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
676 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
677 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
678 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
679 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
680 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
681 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
682 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
683 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
684 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
685 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
686 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
687 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
688 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
689 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
690 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
691 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
692 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
693 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
694 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
695 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
696 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
697 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
698 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
699 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
700 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
701 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
702 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
703 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
704 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
705 /modules/glspoland/src/PrestaShop/Event/FrontControllerInitializedEvent.php
706 /modules/glspoland/src/EventDispatcher/Event.php
707 /vendor/symfony/contracts/EventDispatcher/Event.php
708 /modules/glspoland/src/PrestaShop/Checkout/Module/SuperCheckout.php
709 /modules/glspoland/src/PrestaShop/Checkout/AbstractCheckout.php
710 /modules/glspoland/src/PrestaShop/Checkout/CarriersByDeliveryOptionFinderTrait.php
711 /modules/glspoland/src/PrestaShop/Checkout/CheckoutTrait.php
712 /modules/glspoland/src/Translation/TranslatorAwareTrait.php
713 /modules/glspoland/src/PrestaShop/Checkout/CheckoutInterface.php
714 /modules/glspoland/src/PrestaShop/Checkout/Module/ModuleControllerCheckerTrait.php
715 /modules/glspoland/src/PrestaShop/Checkout/ModuleCheckoutInterface.php
716 /src/Core/Domain/Shop/ValueObject/ShopId.php
717 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
718 /modules/ps_emailalerts/ps_emailalerts.php
719 /modules/ps_emailalerts/MailAlert.php
720 /modules/dpdshipping/dpdshipping.php
721 /classes/Media.php
722 /src/Core/Security/Hashing.php
723 /modules/dpdshipping/src/Domain/Configuration/Carrier/DpdIframe.php
724 /modules/dpdshipping/src/Config/Config.php
725 /classes/Address.php
726 /modules/dpdshipping/src/Domain/Configuration/Carrier/DpdCarrierPrestashopConfiguration.php
727 /modules/dpdshipping/src/Domain/Configuration/Configuration/Repository/Configuration.php
728 /modules/glspoland/src/PrestaShop/Hook/Front/ActionFrontControllerSetMedia.php
729 /modules/glspoland/src/PrestaShop/Checkout/CheckoutResolver.php
730 /modules/glspoland/src/PrestaShop/Checkout/CheckoutResolverInterface.php
731 /modules/glspoland/src/PrestaShop/ModuleRepository.php
732 /modules/glspoland/src/PrestaShop/Asset/FrontAssetManager.php
733 /modules/glspoland/src/PrestaShop/Asset/AbstractAssetManager.php
734 /modules/glspoland/src/Asset/AssetManagerInterface.php
735 /modules/glspoland/src/PrestaShop/Asset/FrontAssetOptionsFilter.php
736 /modules/glspoland/src/PrestaShop/Asset/AssetOptionsFilterInterface.php
737 /modules/glspoland/src/PrestaShop/Configuration/Adapter/Configuration.php
738 /modules/glspoland/src/Configuration/ConfigurationInterface.php
739 /modules/glspoland/src/PrestaShop/Checkout/NativeCheckout.php
740 /modules/glspoland/src/PrestaShop/Checkout/Module/ETSOnePageCheckout.php
741 /modules/glspoland/src/PrestaShop/Checkout/Module/STEasyCheckout.php
742 /modules/glspoland/src/PrestaShop/Checkout/Module/TheCheckout.php
743 /modules/glspoland/src/PrestaShop/Checkout/Module/WebkulOnePageCheckout.php
744 /src/Adapter/Presenter/Cart/CartLazyArray.php
745 /src/Adapter/Presenter/AbstractLazyArray.php
746 /src/Adapter/Product/PriceFormatter.php
747 /src/Core/Util/Inflector.php
748 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
749 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
750 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
751 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
752 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
753 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
754 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
755 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
756 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
757 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
758 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
759 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
760 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
761 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
762 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
763 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
764 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
765 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
766 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
767 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
768 /classes/Gender.php
769 /classes/Risk.php
770 /classes/Meta.php
771 /classes/ImageType.php
772 /classes/State.php
773 /src/Core/Security/PasswordPolicyConfiguration.php
774 /src/Core/Configuration/DataConfigurationInterface.php
775 /src/Core/Filter/FrontEndObject/MainFilter.php
776 /src/Core/Filter/FilterInterface.php
777 /src/Core/Filter/FrontEndObject/CartFilter.php
778 /src/Core/Filter/HashMapWhitelistFilter.php
779 /src/Core/Filter/CollectionFilter.php
780 /src/Core/Filter/FrontEndObject/ProductFilter.php
781 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
782 /src/Core/Filter/FrontEndObject/CustomerFilter.php
783 /src/Core/Filter/FrontEndObject/ShopFilter.php
784 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
785 /modules/magicscroll/magicscroll.module.core.class.php
786 /modules/magicscroll/magictoolbox.params.class.php
787 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
788 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerfilter.php
789 /modules/magiczoomplus/magiczoomplus.module.core.class.php
790 /modules/magiczoomplus/magictoolbox.params.class.php
791 /modules/magiczoomplus/translations/pl.php
792 /modules/magiczoomplus/magicscroll.module.core.class.php
793 /modules/ps_shoppingcart/ps_shoppingcart.php
794 /src/Core/Module/WidgetInterface.php
795 /modules/ps_searchbar/ps_searchbar.php
796 /modules/productcomments/productcomments.php
797 /modules/ps_googleanalytics/ps_googleanalytics.php
798 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
799 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
800 /classes/ProductDownload.php
801 /classes/tax/Tax.php
802 /src/Core/Localization/CLDR/ComputingPrecision.php
803 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
804 /src/Core/Cart/Calculator.php
805 /src/Core/Cart/CartRowCollection.php
806 /src/Core/Cart/Fees.php
807 /src/Core/Cart/AmountImmutable.php
808 /src/Core/Cart/CartRuleCollection.php
809 /src/Core/Cart/CartRuleCalculator.php
810 /src/Adapter/Product/PriceCalculator.php
811 /classes/order/Order.php
812 /src/Core/Cart/CartRow.php
813 /modules/productsindex/productsindex.php
814 /modules/productsindex/classes/Zlabcustom.class.php
815 /init.php
816 /modules/productsindex/classes/ajaxController.php
817 /modules/productsindex/classes/ProductsIndex.class.php
818 /modules/productsindex/translations/pl.php
819 /modules/eicaptcha/eicaptcha.php
820 /modules/eicaptcha/translations/pl.php
821 /modules/eicaptcha/src/Debugger.php
822 /modules/przelewy24/przelewy24.php
823 /modules/przelewy24/classes/Przelewy24Loader.php
824 /modules/przelewy24/shared-libraries/autoloader.php
825 /modules/przelewy24/shared-libraries/interfaces/Przelewy24Interface.php
826 /modules/przelewy24/shared-libraries/classes/Przelewy24Product.php
827 /modules/przelewy24/shared-libraries/installer/Przelewy24Installer.php
828 /classes/PaymentModule.php
829 /modules/przelewy24/translations/pl.php
830 /modules/payu/payu.php
831 /modules/payu/tools/sdk/openpayu.php
832 /modules/payu/tools/sdk/OpenPayU/Configuration.php
833 /modules/payu/tools/sdk/OpenPayU/OpenPayUException.php
834 /modules/payu/tools/sdk/OpenPayU/Util.php
835 /modules/payu/tools/sdk/OpenPayU/OpenPayU.php
836 /modules/payu/tools/sdk/OpenPayU/OpenPayuOrderStatus.php
837 /modules/payu/tools/sdk/OpenPayU/Result.php
838 /modules/payu/tools/sdk/OpenPayU/Http.php
839 /modules/payu/tools/sdk/OpenPayU/HttpCurl.php
840 /modules/payu/tools/sdk/OpenPayU/Oauth/Oauth.php
841 /modules/payu/tools/sdk/OpenPayU/Oauth/OauthGrantType.php
842 /modules/payu/tools/sdk/OpenPayU/Oauth/OauthResultClientCredentials.php
843 /modules/payu/tools/sdk/OpenPayU/Oauth/Cache/OauthCacheInterface.php
844 /modules/payu/tools/sdk/OpenPayU/Oauth/Cache/OauthCacheFile.php
845 /modules/payu/tools/sdk/OpenPayU/Oauth/Cache/OauthCacheMemcached.php
846 /modules/payu/tools/sdk/OpenPayU/ResultError.php
847 /modules/payu/tools/sdk/OpenPayU/AuthType/AuthType.php
848 /modules/payu/tools/sdk/OpenPayU/AuthType/Basic.php
849 /modules/payu/tools/sdk/OpenPayU/AuthType/TokenRequest.php
850 /modules/payu/tools/sdk/OpenPayU/AuthType/Oauth.php
851 /modules/payu/tools/sdk/OpenPayU/v2/Refund.php
852 /modules/payu/tools/sdk/OpenPayU/v2/Order.php
853 /modules/payu/tools/sdk/OpenPayU/v2/Retrieve.php
854 /modules/payu/tools/sdk/OpenPayU/v2/Token.php
855 /modules/payu/tools/sdk/OpenPayU/v2/Shop.php
856 /modules/payu/tools/sdk/OpenPayU/Model/PayuShop.php
857 /modules/payu/tools/sdk/OpenPayU/Model/PayuShop/PayuShopBalance.php
858 /modules/payu/tools/sdk/PayUSDKInitializer.php
859 /modules/payu/tools/PayuOauthCache/OauthCachePresta.php
860 /modules/payu/tools/SimplePayuLogger/SimplePayuLogger.php
861 /modules/payu/tools/PayMethodsCache/PayMethodsCache.php
862 /modules/payu/translations/pl.php
863 /modules/ps_imageslider/ps_imageslider.php
864 /modules/ps_imageslider/Ps_HomeSlide.php
865 /modules/stproductsasattrs/stproductsasattrs.php
866 /modules/stproductsasattrs/classes/StProAsAttrClass.php
867 /modules/stproductsasattrs/classes/StProAsAttrProsClass.php
868 /classes/Smarty/SmartyDevTemplate.php
869 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
870 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
871 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
872 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
873 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
874 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
875 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
876 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
877 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
878 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
879 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
880 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
881 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
882 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
883 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
884 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
885 /var/cache/dev/smarty/compile/child_hummingbird/c3/56/02/c3560276d96af26d38a52a5cabb3f8e591e55d15_2.module.stproductsasattrsviewstemplateshookheader.tpl.php
886 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_filterhandler.php
887 /modules/omnibusprices/omnibusprices.php
888 /modules/omnibusprices/translations/pl.php
889 /modules/relatedproducts/relatedproducts.php
890 /modules/relatedproducts/config/config.inc.php
891 /modules/relatedproducts/src/Core/Module.php
892 /modules/relatedproducts/src/Core/Context.php
893 /modules/relatedproducts/src/Core/Configuration.php
894 /modules/relatedproducts/src/Core/Controller.php
895 /modules/relatedproducts/src/Core/Model.php
896 /modules/relatedproducts/src/Core/Presenter/Presenter.php
897 /modules/relatedproducts/src/Core/Presenter/FrontPresenter.php
898 /modules/relatedproducts/src/Core/Presenter/HookPresenter.php
899 /modules/relatedproducts/src/Core/Cache.php
900 /modules/relatedproducts/src/Core/Translator.php
901 /modules/relatedproducts/src/Core/Tools.php
902 /modules/relatedproducts/src/Plugins/Partners/Partner.php
903 /modules/relatedproducts/src/Plugins/Partners.php
904 /modules/relatedproducts/classes/plugin/PluginObject.php
905 /modules/relatedproducts/classes/plugin/Plugin.php
906 /modules/relatedproducts/classes/plugin/PluginInterface.php
907 /modules/relatedproducts/classes/product/search/ProductSearchContext.php
908 /modules/relatedproducts/classes/product/search/ProductSearchQuery.php
909 /modules/relatedproducts/classes/product/search/ProductSearchResult.php
910 /modules/relatedproducts/classes/product/CrossSellingProductSearchProvider.php
911 /modules/relatedproducts/classes/product/ProductPresenter.php
912 /modules/relatedproducts/classes/product/ProductClassicPresenter.php
913 /modules/relatedproducts/classes/product/ProductThemePresenter.php
914 /modules/relatedproducts/classes/product/ProductListPresenter.php
915 /modules/relatedproducts/classes/product/ProductLazyArray.php
916 /modules/relatedproducts/controllers/hook/OnHook.php
917 /modules/relatedproducts/translations/pl.php
918 /modules/relatedproducts/controllers/hook/Header.php
919 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
920 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
921 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
922 /var/cache/dev/smarty/compile/child_hummingbird/31/5d/72/315d7223bc0c4c3fb57b90791a0ce40b58b69b22_2.module.relatedproductsviewstemplateshookheaderheader.tpl.php
923 /src/Core/Product/Search/ProductSearchContext.php
924 /src/Core/Product/Search/ProductSearchQuery.php
925 /src/Core/Product/Search/SortOrder.php
926 /modules/ps_facetedsearch/ps_facetedsearch.php
927 /modules/ps_facetedsearch/src/HookDispatcher.php
928 /modules/ps_facetedsearch/src/Hook/Attribute.php
929 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
930 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
931 /modules/ps_facetedsearch/src/Hook/Category.php
932 /modules/ps_facetedsearch/src/Hook/Configuration.php
933 /modules/ps_facetedsearch/src/Hook/Design.php
934 /modules/ps_facetedsearch/src/Hook/Feature.php
935 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
936 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
937 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
938 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
939 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
940 /modules/ps_facetedsearch/src/Hook/Product.php
941 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
942 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
943 /modules/ps_facetedsearch/src/Filters/Provider.php
944 /modules/ps_facetedsearch/src/URLSerializer.php
945 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
946 /modules/ps_facetedsearch/src/Product/SearchProvider.php
947 /src/Core/Product/Search/FacetsRendererInterface.php
948 /src/Core/Product/Search/ProductSearchProviderInterface.php
949 /modules/ps_facetedsearch/src/Filters/Converter.php
950 /modules/ps_facetedsearch/src/Product/SearchFactory.php
951 /src/Core/Product/Search/ProductSearchResult.php
952 /modules/ps_facetedsearch/src/Product/Search.php
953 /modules/ps_facetedsearch/src/Adapter/MySQL.php
954 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
955 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
956 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
957 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
958 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
959 /modules/ps_facetedsearch/src/Filters/Products.php
960 /classes/stock/StockAvailable.php
961 /modules/ps_facetedsearch/src/Filters/Block.php
962 /src/Core/Product/Search/Facet.php
963 /src/Core/Product/Search/Filter.php
964 /src/Core/Product/Search/FacetCollection.php
965 /classes/ProductAssembler.php
966 /classes/Combination.php
967 /classes/Manufacturer.php
968 /classes/SpecificPrice.php
969 /classes/tax/TaxManagerFactory.php
970 /classes/tax/TaxRulesTaxManager.php
971 /classes/tax/TaxManagerInterface.php
972 /classes/tax/TaxCalculator.php
973 /classes/GroupReduction.php
974 /classes/Pack.php
975 /classes/Feature.php
976 /classes/ProductPresenterFactory.php
977 /src/Adapter/Presenter/Product/ProductListingPresenter.php
978 /src/Adapter/Presenter/Product/ProductPresenter.php
979 /src/Adapter/Product/ProductColorsRetriever.php
980 /src/Adapter/HookManager.php
981 /src/Core/Product/ProductPresentationSettings.php
982 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
983 /src/Adapter/Presenter/Product/ProductLazyArray.php
984 /vendor/prestashop/decimal/src/DecimalNumber.php
985 /vendor/prestashop/decimal/src/Builder.php
986 /classes/Image.php
987 /src/Core/Image/ImageFormatConfiguration.php
988 /src/Core/Image/ImageFormatConfigurationInterface.php
989 /classes/FeatureFlag.php
990 /src/Core/FeatureFlag/FeatureFlagSettings.php
991 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
992 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
993 /vendor/smarty/smarty/libs/plugins/modifier.count.php
994 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
995 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
996 /modules/przelewy24/controllers/front/Przelewy24Controller.php
997 /modules/przelewy24/classes/Przelewy24JsonController.php
998 /classes/controller/ModuleFrontController.php
999 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
1000 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
1001 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
1002 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_continue.php
1003 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_break.php
1004 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
1005 /var/cache/dev/smarty/compile/child_hummingbird/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.ps_facetedsearchviewstemplatesfrontcatalogfacets.tpl.php
1006 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1007 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1008 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1009 /var/cache/dev/smarty/compile/child_hummingbird/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
1010 /src/Core/Product/Search/Pagination.php
1011 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
1012 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
1013 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/af/f7/f6/aff7f6c32ac2d6a7e20449bca0988bbfdefa8e7e_2.file.category.tpl.php
1014 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
1015 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/89/03/d9/8903d9f3f87dfa2b292ebd97a0ba16a249dfe5d3_2.file.product-list.tpl.php
1016 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/d1/a2/d7/d1a2d71e382d0dde00b08df7f0472051808e52f4_2.file.layout-left-column.tpl.php
1017 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/1c/ea/5d/1cea5de6de3dafa68407b9e899c07257a7385597_2.file.layout-both-columns.tpl.php
1018 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
1019 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/73/e3/1a/73e31a4cc051337893a033754b1bd6e6f29c89f0_2.file.helpers.tpl.php
1020 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1021 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/85/29/b4/8529b4217c3ea92c4b03786fe01144a0657feac4_2.file.head.tpl.php
1022 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_code.php
1023 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1024 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/fc/49/d9/fc49d95ca5c8253824fae556e21184a56a543042_2.file.preload.tpl.php
1025 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/c0/7e/83/c07e83ad9f9ab1838520dce453f24ff8008ced0f_2.file.head-jsonld.tpl.php
1026 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/5d/d4/d6/5dd4d6afb61e7d1c3ef53a7bbad50b2da5304ab7_2.file.product-list-jsonld.tpl.php
1027 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
1028 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
1029 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/bd/66/d6/bd66d60e2f2d3f4296214df7939ff0d40d0da6c2_2.file.pagination-seo.tpl.php
1030 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1031 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/44/fa/f3/44faf37c9de0d185a13cb2971d63417bf9bafff1_2.file.stylesheets.tpl.php
1032 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/37/82/2e/37822e9ad37085eea37ec85ea8af44236be26012_2.file.javascript.tpl.php
1033 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
1034 /src/Core/Util/String/StringModifier.php
1035 /src/Core/Util/String/StringModifierInterface.php
1036 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/66/fc/dd/66fcdd2c12ae81d56d13d30ef6063b79665e6977_2.file.product-activation.tpl.php
1037 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
1038 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/f5/83/c2/f583c28cc072e33a5664c5b57fa9097537bc097e_2.file.header.tpl.php
1039 /modules/ps_contactinfo/ps_contactinfo.php
1040 /var/cache/dev/smarty/compile/child_hummingbird/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
1041 /modules/ps_languageselector/ps_languageselector.php
1042 /modules/ps_customersignin/ps_customersignin.php
1043 /var/cache/dev/smarty/compile/child_hummingbird/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
1044 /var/cache/dev/smarty/compile/child_hummingbird/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
1045 /modules/ps_mainmenu/ps_mainmenu.php
1046 /modules/ps_mainmenu/ps_menutoplinks.class.php
1047 /var/cache/dev/smarty/compile/child_hummingbird/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
1048 /var/cache/dev/smarty/compile/child_hummingbird/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
1049 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/e5/4e/13/e54e134dd40546ea0dcaad28bf7d2626da502388_2.file.breadcrumb.tpl.php
1050 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/85/29/12/8529123e1fa39897c1300c597e16b25933c98f2f_2.file.notifications.tpl.php
1051 /modules/ps_categorytree/ps_categorytree.php
1052 /var/cache/dev/smarty/compile/child_hummingbird/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
1053 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
1054 /var/cache/dev/smarty/compile/child_hummingbird/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
1055 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/0e/17/19/0e1719ab08714bf7298c5e2624799794579bd947_2.file.category-header.tpl.php
1056 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/68/e8/9c/68e89c5f648db6eab89b37ced7bed83f2e6cc60d_2.file.page-title-section.tpl.php
1057 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/9e/35/ce/9e35ce0300ac8b6285f4d36143916b417ba13979_2.file.subcategories.tpl.php
1058 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/2b/2f/2c/2b2f2ca703c42e8f77dfc7ee07673128ad97b7e6_2.file.products-top.tpl.php
1059 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/d3/20/74/d3207467b68c23188f3fdedd63d38ce8e5ed6f32_2.file.sort-orders.tpl.php
1060 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_updatescope.php
1061 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/ad/0d/f8/ad0df86034eb3b9f8539e96a6f6daf9e8683db94_2.file.products.tpl.php
1062 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/31/0c/a4/310ca42d537137289f1371a43029b162a89cb08a_2.file.productlist.tpl.php
1063 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1064 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/f8/5f/18/f85f18039fa467708fd4c5158cb7012e3af2ac05_2.file.product.tpl.php
1065 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/86/d5/21/86d5215382ca8c53f1320da023e3f7ddbd9338c0_2.file.product-flags.tpl.php
1066 /modules/productcomments/src/Repository/ProductCommentRepository.php
1067 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
1068 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
1069 /vendor/doctrine/doctrine-bundle/Registry.php
1070 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
1071 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
1072 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
1073 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
1074 /modules/productcomments/src/Entity/ProductComment.php
1075 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
1076 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
1077 /vendor/doctrine/persistence/src/Persistence/Proxy.php
1078 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1079 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1080 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1081 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1082 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1083 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1084 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1085 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
1086 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
1087 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1088 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1089 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1090 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
1091 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
1092 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/LoadClassMetadataEventArgs.php
1093 /vendor/doctrine/persistence/src/Persistence/Event/LoadClassMetadataEventArgs.php
1094 /vendor/doctrine/event-manager/src/EventArgs.php
1095 /modules/glspoland/src/Doctrine/ORM/EntityListener/PrefixTableListener.php
1096 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1097 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
1098 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
1099 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
1100 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
1101 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
1102 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1103 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1104 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1105 /var/cache/dev/smarty/compile/child_hummingbird/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1106 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/e6/8a/17/e68a179fa32e28561e9da444352cfd8027fccb7e_2.file.qty-input.tpl.php
1107 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/47/c7/b3/47c7b3baae15d11539002f63a847a4b18708b173_2.file.pagination.tpl.php
1108 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/af/71/47/af714784699f21a1fe95d256853a20bc14235619_2.file.products-bottom.tpl.php
1109 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/ed/4b/64/ed4b6435d48b14dedade64807875c0fab7f0605b_2.file.category-footer.tpl.php
1110 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/8c/b5/34/8cb534d7f8f31def867d0ed4a62b25405e50a40e_2.file.footer.tpl.php
1111 /modules/ps_linklist/ps_linklist.php
1112 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1113 /modules/ps_linklist/src/Filter/LinkFilter.php
1114 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1115 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1116 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1117 /modules/ps_linklist/src/Model/LinkBlock.php
1118 /classes/CMS.php
1119 /var/cache/dev/smarty/compile/child_hummingbird/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
1120 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1121 /var/cache/dev/smarty/compile/child_hummingbird/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1122 /vendor/smarty/smarty/libs/plugins/function.mailto.php
1123 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
1124 /var/cache/dev/smarty/compile/child_hummingbird/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1125 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/ba/9b/6f/ba9b6f94a171353ce79287c726e47920808a2668_2.file.page-loader.tpl.php
1126 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/c9/7c/db/c97cdba226518052eac1b1b4d3669b0eb8862eae_2.file.toast-container.tpl.php
1127 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/e4/e6/4f/e4e64f86cca63357d716d8d3d7d49cee9ffa7695_2.file.toast.tpl.php
1128 /var/cache/dev/smarty/compile/child_hummingbirdlayouts_layout_left_column_tpl/56/95/5e/56955e5179a27957551fc49c7906b4a1a29e6606_2.file.password-policy-template.tpl.php
1129 /modules/statsdata/statsdata.php
1130 /classes/Connection.php
1131 /classes/ConnectionsSource.php
1132 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1133 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1134 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1135 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1136 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1137 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
1138 /modules/glspoland/src/PrestaShop/Hook/Front/Checkout/DisplayBeforeBodyClosingTag.php