Filter By

Categories

Categories

Availability

Availability

Brand

Brand

Weight

Weight

  • 0kg - 0.1kg

Price

Price

  • €7.00 - €200.00

Home

There are 17 products.

Showing 1-12 of 17 item(s)

Active filters

  • Brand: Chiesi Farmaceutici
  • Brand: Corman
  • Brand: Pharmanutra
  • Brand: Th Pharma
Load Time754 ms - Unicorn powered webserver!
Querying Time439 ms
Queries1430
Memory Peak Usage36.1 Mb
Included Files1172 files - 18.30 Mb
PrestaShop Cache0.01 Mb
Global vars0.79 Mb
PrestaShop Version1.7.7.2
PHP Version7.3.33 (OK)
MySQL Version5.5.68-MariaDB (Consider upgrading)
Memory Limit4096M
Max Execution Time1800s
Smarty Cacheenabled
Smarty Compilationauto
 TimeCumulated TimeMemory UsageMemory Peak Usage
config 120 ms 120 ms 3.75 Mb 3.78 Mb
__construct 0 ms 120 ms - Mb 3.78 Mb
init 58 ms 178 ms 2.23 Mb 6.00 Mb
checkAccess 0 ms 178 ms - Mb 6.00 Mb
setMedia 37 ms 215 ms 1.36 Mb 7.58 Mb
postProcess 0 ms 215 ms - Mb 7.58 Mb
initHeader 0 ms 215 ms - Mb 7.58 Mb
initContent 410 ms 625 ms 19.41 Mb 26.90 Mb
initFooter 0 ms 625 ms - Mb 26.90 Mb
display 129 ms 754 ms 8.44 Mb 36.13 Mb
Hook Time Memory Usage
0 hooks - ms - Mb
Module Time Memory Usage
0 modules - ms - Mb

Stopwatch SQL - 1430 queries

Query Time (ms) Rows Filesort Group By Location
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p GROUP BY p.id_manufacturer
42.9 4786770 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
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 `frsh_configuration` c
LEFT JOIN `frsh_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
26 3561 /classes/Configuration.php:160
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `frsh_module` m
LEFT JOIN `frsh_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
17.2 105 /classes/module/Module.php:322
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 frsh_shop_group gs
LEFT JOIN frsh_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN frsh_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
9.6 1 Yes /classes/shop/Shop.php:703
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM frsh_shop s
LEFT JOIN frsh_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
8.7 1 /classes/shop/Shop.php:201
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `frsh_lang` l
LEFT JOIN `frsh_lang_shop` ls ON (l.id_lang = ls.id_lang)
8.2 8 /classes/Language.php:991
SELECT SQL_NO_CACHE *
FROM `frsh_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
6.9 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.condition, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p GROUP BY p.condition
4.3 441 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE c.id_parent, c.id_category, cl.name, cl.description, cl.link_rewrite
FROM `frsh_category` c
INNER JOIN `frsh_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
INNER JOIN `frsh_category_shop` cs ON (cs.`id_category` = c.`id_category` AND cs.`id_shop` = 1)
WHERE (c.`active` = 1 OR c.`id_category` = 2)
AND c.`id_category` != 1
AND `level_depth` <= 5
AND nleft >= 2 AND nright <= 493
AND c.id_category IN (
SELECT id_category
FROM `frsh_category_group`
WHERE `id_group` IN (1)
)
ORDER BY `level_depth` ASC, cs.`position` ASC
4.1 247 Yes /modules/ps_categorytree/ps_categorytree.php:149
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM frsh_product p INNER JOIN frsh_layered_price_index psi ON (psi.id_product = p.id_product AND psi.id_shop = 1 AND psi.id_currency = 1 AND psi.id_country = 10) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1'
3.7 21 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
3.3 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook_module_exceptions`
WHERE `id_shop` IN (1)
3.1 1 /classes/module/Module.php:2244
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `frsh_module` m
INNER JOIN frsh_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 `frsh_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `frsh_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `frsh_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `frsh_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.8 194 Yes Yes /classes/Hook.php:1161
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.8 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.7 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.7 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.7 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.7 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.7 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.7 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.7 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.7 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE * FROM `frsh_hook` h
ORDER BY `name`
2.6 727 Yes /classes/Hook.php:171
SELECT SQL_NO_CACHE COUNT(DISTINCT `id_product`) FROM `frsh_specific_price` WHERE `id_product` != 0 LIMIT 1
2.6 1155 /classes/SpecificPrice.php:286
SELECT SQL_NO_CACHE *
FROM `frsh_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
2.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE cl.*,c.*, cl.`name` country, z.`name` zone
FROM `frsh_country` c  INNER JOIN frsh_country_shop country_shop
ON (country_shop.id_country = c.id_country AND country_shop.id_shop = 1)
LEFT JOIN `frsh_country_lang` cl ON (c.`id_country` = cl.`id_country` AND cl.`id_lang` = 1)
LEFT JOIN `frsh_zone` z ON (z.`id_zone` = c.`id_zone`)
WHERE 1
ORDER BY cl.name ASC
2.2 244 Yes /classes/Country.php:147
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, active
FROM `frsh_hook_module` hm
STRAIGHT_JOIN `frsh_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `frsh_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.1 542 /classes/Hook.php:487
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `frsh_category` c
INNER JOIN frsh_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `frsh_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
ORDER BY c.nleft, c.position
1.9 247 Yes /classes/Category.php:717
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 2
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
1.8 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `frsh_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `frsh_hook_alias` ha
INNER JOIN `frsh_hook` h ON ha.name = h.name
1.8 0 /classes/Hook.php:1221
REPLACE INTO frsh_layered_filter_block (hash, data) VALUES ("9c2f97612846bdb8b3df50d607a150d3", "a:1:{s:7:\"filters\";a:6:{i:0;a:7:{s:9:\"type_lite\";s:8:\"category\";s:4:\"type\";s:8:\"category\";s:6:\"id_key\";i:0;s:4:\"name\";s:10:\"Categories\";s:6:\"values\";a:5:{i:3;a:2:{s:4:\"name\";s:22:\"Over-the-counter drugs\";s:3:\"nbr\";s:1:\"1\";}i:4;a:2:{s:4:\"name\";s:20:\"Cosmetics and Beauty\";s:3:\"nbr\";s:1:\"1\";}i:6;a:2:{s:4:\"name\";s:25:\"Supplements and Nutrition\";s:3:\"nbr\";s:1:\"1\";}i:233;a:2:{s:4:\"name\";s:11:\"Find prices\";s:3:\"nbr\";s:1:\"2\";}i:243;a:2:{s:4:\"name\";s:19:\"Offers of the month\";s:3:\"nbr\";s:1:\"2\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:8:\"quantity\";s:4:\"type\";s:8:\"quantity\";s:6:\"id_key\";i:0;s:4:\"name\";s:12:\"Availability\";s:6:\"values\";a:2:{i:0;a:2:{s:4:\"name\";s:13:\"Not available\";s:3:\"nbr\";i:11;}i:1;a:2:{s:4:\"name\";s:8:\"In stock\";s:3:\"nbr\";i:6;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Brand\";s:6:\"values\";a:189:{i:4;a:2:{s:4:\"name\";s:5:\"Bayer\";s:3:\"nbr\";s:2:\"32\";}i:5;a:2:{s:4:\"name\";s:20:\"Boehringer Ingelheim\";s:3:\"nbr\";s:2:\"12\";}i:6;a:2:{s:4:\"name\";s:15:\"Alfa Wassermann\";s:3:\"nbr\";s:1:\"7\";}i:7;a:2:{s:4:\"name\";s:10:\"Pharmaidea\";s:3:\"nbr\";s:1:\"1\";}i:8;a:2:{s:4:\"name\";s:17:\"Reckitt Benckiser\";s:3:\"nbr\";s:2:\"28\";}i:9;a:2:{s:4:\"name\";s:8:\"Angelini\";s:3:\"nbr\";s:2:\"40\";}i:10;a:2:{s:4:\"name\";s:24:\"A.Menarini Ind.Farm.Riun\";s:3:\"nbr\";s:1:\"5\";}i:11;a:2:{s:4:\"name\";s:14:\"Carlo Erba Otc\";s:3:\"nbr\";s:1:\"4\";}i:12;a:2:{s:4:\"name\";s:18:\"Dompe Farmaceutici\";s:3:\"nbr\";s:1:\"8\";}i:13;a:2:{s:4:\"name\";s:24:\"Glaxosmithkline C.Health\";s:3:\"nbr\";s:2:\"25\";}i:14;a:2:{s:4:\"name\";s:16:\"Montefarmaco Otc\";s:3:\"nbr\";s:2:\"11\";}i:15;a:2:{s:4:\"name\";s:8:\"Kelemata\";s:3:\"nbr\";s:1:\"3\";}i:16;a:2:{s:4:\"name\";s:28:\"Sit Laboratorio Farmaceutico\";s:3:\"nbr\";s:1:\"4\";}i:17;a:2:{s:4:\"name\";s:6:\"Sandoz\";s:3:\"nbr\";s:1:\"1\";}i:18;a:2:{s:4:\"name\";s:18:\"Fidia Farmaceutici\";s:3:\"nbr\";s:1:\"8\";}i:20;a:2:{s:4:\"name\";s:8:\"Vifor Fr\";s:3:\"nbr\";s:1:\"1\";}i:21;a:2:{s:4:\"name\";s:17:\"Johnson & Johnson\";s:3:\"nbr\";s:2:\"30\";}i:22;a:2:{s:4:\"name\";s:6:\"Sanofi\";s:3:\"nbr\";s:2:\"23\";}i:23;a:2:{s:4:\"name\";s:13:\"Zambon Italia\";s:3:\"nbr\";s:1:\"9\";}i:24;a:2:{s:4:\"name\";s:16:\"Procter & Gamble\";s:3:\"nbr\";s:2:\"29\";}i:25;a:2:{s:4:\"name\";s:10:\"Verelibron\";s:3:\"nbr\";s:1:\"3\";}i:26;a:2:{s:4:\"name\";s:9:\"Recordati\";s:3:\"nbr\";s:2:\"20\";}i:27;a:2:{s:4:\"name\";s:10:\"Eurospital\";s:3:\"nbr\";s:1:\"5\";}i:28;a:2:{s:4:\"name\";s:12:\"Bgp Products\";s:3:\"nbr\";s:1:\"1\";}i:29;a:3:{s:4:\"name\";s:19:\"Chiesi Farmaceutici\";s:3:\"nbr\";s:1:\"3\";s:7:\"checked\";b:1;}i:30;a:2:{s:4:\"name\";s:25:\"Sigmatau Ind.Farm.Riunite\";s:3:\"nbr\";s:1:\"2\";}i:32;a:2:{s:4:\"name\";s:13:\"Pfizer Italia\";s:3:\"nbr\";s:1:\"4\";}i:33;a:2:{s:4:\"name\";s:11:\"Meda Pharma\";s:3:\"nbr\";s:2:\"39\";}i:34;a:2:{s:4:\"name\";s:28:\"Bracco Spa Div. Farmaceutica\";s:3:\"nbr\";s:1:\"5\";}i:35;a:2:{s:4:\"name\";s:25:\"Spa (Soc.Pro.Antibiotici)\";s:3:\"nbr\";s:1:\"1\";}i:36;a:2:{s:4:\"name\";s:14:\"Casen Recordat\";s:3:\"nbr\";s:1:\"1\";}i:37;a:2:{s:4:\"name\";s:28:\"Falqui Prodotti Farmaceutici\";s:3:\"nbr\";s:1:\"1\";}i:38;a:2:{s:4:\"name\";s:15:\"Marco Antonetto\";s:3:\"nbr\";s:1:\"5\";}i:39;a:2:{s:4:\"name\";s:8:\"Giuliani\";s:3:\"nbr\";s:1:\"5\";}i:40;a:2:{s:4:\"name\";s:5:\"Roche\";s:3:\"nbr\";s:1:\"1\";}i:41;a:2:{s:4:\"name\";s:23:\"Marco Viti Farmaceutici\";s:3:\"nbr\";s:1:\"6\";}i:43;a:2:{s:4:\"name\";s:5:\"Bouty\";s:3:\"nbr\";s:1:\"2\";}i:44;a:2:{s:4:\"name\";s:13:\"Nova Argentia\";s:3:\"nbr\";s:1:\"1\";}i:45;a:2:{s:4:\"name\";s:5:\"Sella\";s:3:\"nbr\";s:1:\"2\";}i:46;a:2:{s:4:\"name\";s:5:\"Sofar\";s:3:\"nbr\";s:2:\"10\";}i:47;a:2:{s:4:\"name\";s:21:\"Chefaro Pharma Italia\";s:3:\"nbr\";s:2:\"13\";}i:48;a:2:{s:4:\"name\";s:15:\"Glaxosmithkline\";s:3:\"nbr\";s:1:\"1\";}i:49;a:2:{s:4:\"name\";s:18:\"Farmaceutici Damor\";s:3:\"nbr\";s:1:\"1\";}i:50;a:2:{s:4:\"name\";s:6:\"Avène\";s:3:\"nbr\";s:2:\"60\";}i:51;a:2:{s:4:\"name\";s:8:\"Pasquali\";s:3:\"nbr\";s:1:\"1\";}i:52;a:2:{s:4:\"name\";s:18:\"Ales Groupe Italia\";s:3:\"nbr\";s:1:\"5\";}i:53;a:2:{s:4:\"name\";s:5:\"Vichy\";s:3:\"nbr\";s:3:\"116\";}i:56;a:2:{s:4:\"name\";s:15:\"Bioderma Italia\";s:3:\"nbr\";s:1:\"5\";}i:57;a:2:{s:4:\"name\";s:5:\"Isdin\";s:3:\"nbr\";s:1:\"1\";}i:58;a:2:{s:4:\"name\";s:11:\"Difa Cooper\";s:3:\"nbr\";s:1:\"3\";}i:59;a:2:{s:4:\"name\";s:13:\"Ist.Ganassini\";s:3:\"nbr\";s:1:\"2\";}i:60;a:2:{s:4:\"name\";s:15:\"Galderma Italia\";s:3:\"nbr\";s:1:\"5\";}i:61;a:2:{s:4:\"name\";s:7:\"Klorane\";s:3:\"nbr\";s:1:\"1\";}i:62;a:2:{s:4:\"name\";s:6:\"Ducray\";s:3:\"nbr\";s:1:\"2\";}i:63;a:2:{s:4:\"name\";s:6:\"Bracco\";s:3:\"nbr\";s:2:\"19\";}i:64;a:2:{s:4:\"name\";s:6:\"Aderma\";s:3:\"nbr\";s:1:\"2\";}i:65;a:2:{s:4:\"name\";s:7:\"Sifarma\";s:3:\"nbr\";s:1:\"1\";}i:66;a:2:{s:4:\"name\";s:7:\"Bionike\";s:3:\"nbr\";s:1:\"8\";}i:67;a:2:{s:4:\"name\";s:7:\"Zuccari\";s:3:\"nbr\";s:2:\"11\";}i:68;a:2:{s:4:\"name\";s:11:\"Pool Pharma\";s:3:\"nbr\";s:1:\"6\";}i:69;a:2:{s:4:\"name\";s:8:\"Unifarco\";s:3:\"nbr\";s:1:\"2\";}i:71;a:2:{s:4:\"name\";s:5:\"Hulka\";s:3:\"nbr\";s:1:\"5\";}i:72;a:2:{s:4:\"name\";s:5:\"Aboca\";s:3:\"nbr\";s:2:\"34\";}i:76;a:2:{s:4:\"name\";s:24:\"L.Manetti-H.Roberts & C.\";s:3:\"nbr\";s:1:\"7\";}i:77;a:2:{s:4:\"name\";s:11:\"Specchiasol\";s:3:\"nbr\";s:1:\"2\";}i:78;a:2:{s:4:\"name\";s:14:\"Abiogen Pharma\";s:3:\"nbr\";s:1:\"1\";}i:80;a:2:{s:4:\"name\";s:20:\"Uniderm Farmaceutici\";s:3:\"nbr\";s:1:\"5\";}i:82;a:2:{s:4:\"name\";s:12:\"Laboratoires\";s:3:\"nbr\";s:1:\"7\";}i:83;a:2:{s:4:\"name\";s:10:\"Consulteam\";s:3:\"nbr\";s:1:\"5\";}i:86;a:2:{s:4:\"name\";s:6:\"Fissan\";s:3:\"nbr\";s:1:\"4\";}i:91;a:2:{s:4:\"name\";s:3:\"Esi\";s:3:\"nbr\";s:2:\"21\";}i:92;a:2:{s:4:\"name\";s:4:\"Guna\";s:3:\"nbr\";s:1:\"1\";}i:93;a:2:{s:4:\"name\";s:12:\"Combe Italia\";s:3:\"nbr\";s:1:\"6\";}i:94;a:2:{s:4:\"name\";s:6:\"Lacote\";s:3:\"nbr\";s:1:\"1\";}i:96;a:2:{s:4:\"name\";s:23:\"Mediolanum Farmaceutici\";s:3:\"nbr\";s:1:\"1\";}i:97;a:2:{s:4:\"name\";s:19:\"Pierre Fabre Pharma\";s:3:\"nbr\";s:1:\"2\";}i:98;a:2:{s:4:\"name\";s:23:\"Boehringer Ingelheim It\";s:3:\"nbr\";s:1:\"2\";}i:99;a:2:{s:4:\"name\";s:12:\"Pentamedical\";s:3:\"nbr\";s:1:\"1\";}i:101;a:2:{s:4:\"name\";s:26:\"Candioli Ist.Profil.E Farm\";s:3:\"nbr\";s:1:\"2\";}i:102;a:2:{s:4:\"name\";s:12:\"Dr. Scholl\'S\";s:3:\"nbr\";s:2:\"21\";}i:103;a:2:{s:4:\"name\";s:10:\"Qualifarma\";s:3:\"nbr\";s:2:\"10\";}i:104;a:2:{s:4:\"name\";s:10:\"Ciccarelli\";s:3:\"nbr\";s:1:\"2\";}i:107;a:2:{s:4:\"name\";s:9:\"Logofarma\";s:3:\"nbr\";s:1:\"1\";}i:108;a:2:{s:4:\"name\";s:19:\"Pierre Fabre Italia\";s:3:\"nbr\";s:1:\"3\";}i:109;a:2:{s:4:\"name\";s:6:\"Chicco\";s:3:\"nbr\";s:1:\"6\";}i:110;a:2:{s:4:\"name\";s:25:\"Roche Diabetes Care Italy\";s:3:\"nbr\";s:1:\"2\";}i:111;a:2:{s:4:\"name\";s:11:\"A. Menarini\";s:3:\"nbr\";s:1:\"6\";}i:112;a:2:{s:4:\"name\";s:7:\"Artsana\";s:3:\"nbr\";s:2:\"18\";}i:113;a:2:{s:4:\"name\";s:20:\"Johnson & J.Div.Life\";s:3:\"nbr\";s:1:\"1\";}i:114;a:2:{s:4:\"name\";s:11:\"Bsn Medical\";s:3:\"nbr\";s:1:\"5\";}i:115;a:2:{s:4:\"name\";s:9:\"Farmacare\";s:3:\"nbr\";s:1:\"1\";}i:116;a:2:{s:4:\"name\";s:18:\"Istituto Ganassini\";s:3:\"nbr\";s:1:\"6\";}i:117;a:2:{s:4:\"name\";s:6:\"Pfizer\";s:3:\"nbr\";s:2:\"20\";}i:118;a:2:{s:4:\"name\";s:16:\"Sc Johnson Italy\";s:3:\"nbr\";s:1:\"6\";}i:119;a:2:{s:4:\"name\";s:19:\"Polifarma Benessere\";s:3:\"nbr\";s:1:\"3\";}i:120;a:2:{s:4:\"name\";s:16:\"Sunstar Italiana\";s:3:\"nbr\";s:2:\"15\";}i:121;a:2:{s:4:\"name\";s:7:\"Colgate\";s:3:\"nbr\";s:2:\"14\";}i:122;a:2:{s:4:\"name\";s:10:\"Avantgarde\";s:3:\"nbr\";s:1:\"8\";}i:123;a:2:{s:4:\"name\";s:18:\"Curaden Healthcare\";s:3:\"nbr\";s:1:\"5\";}i:125;a:2:{s:4:\"name\";s:16:\"Euritalia Pharma\";s:3:\"nbr\";s:1:\"1\";}i:126;a:2:{s:4:\"name\";s:4:\"Fimo\";s:3:\"nbr\";s:1:\"1\";}i:129;a:2:{s:4:\"name\";s:26:\"Lab.Farmacologico Milanese\";s:3:\"nbr\";s:1:\"1\";}i:130;a:2:{s:4:\"name\";s:9:\"Lj Pharma\";s:3:\"nbr\";s:1:\"1\";}i:131;a:2:{s:4:\"name\";s:12:\"Sooft Italia\";s:3:\"nbr\";s:1:\"4\";}i:132;a:2:{s:4:\"name\";s:9:\"Visufarma\";s:3:\"nbr\";s:1:\"1\";}i:135;a:2:{s:4:\"name\";s:8:\"Allergan\";s:3:\"nbr\";s:1:\"1\";}i:136;a:2:{s:4:\"name\";s:4:\"Sifi\";s:3:\"nbr\";s:1:\"2\";}i:138;a:2:{s:4:\"name\";s:13:\"Terme Di Sirm\";s:3:\"nbr\";s:1:\"1\";}i:139;a:2:{s:4:\"name\";s:14:\"Prodeco Pharma\";s:3:\"nbr\";s:1:\"1\";}i:140;a:2:{s:4:\"name\";s:13:\"Planta Medica\";s:3:\"nbr\";s:1:\"1\";}i:141;a:2:{s:4:\"name\";s:9:\"Diepharme\";s:3:\"nbr\";s:1:\"2\";}i:143;a:2:{s:4:\"name\";s:6:\"Aurora\";s:3:\"nbr\";s:1:\"2\";}i:144;a:2:{s:4:\"name\";s:19:\"Laboratoires Boiron\";s:3:\"nbr\";s:1:\"2\";}i:145;a:2:{s:4:\"name\";s:11:\"Phyto Garda\";s:3:\"nbr\";s:1:\"8\";}i:146;a:2:{s:4:\"name\";s:20:\"Difass International\";s:3:\"nbr\";s:1:\"1\";}i:149;a:2:{s:4:\"name\";s:12:\"Cristalfarma\";s:3:\"nbr\";s:1:\"2\";}i:150;a:2:{s:4:\"name\";s:15:\"Laborest Italia\";s:3:\"nbr\";s:1:\"6\";}i:152;a:2:{s:4:\"name\";s:16:\"Biofutura Pharma\";s:3:\"nbr\";s:1:\"5\";}i:154;a:2:{s:4:\"name\";s:13:\"Epitech Group\";s:3:\"nbr\";s:1:\"1\";}i:155;a:2:{s:4:\"name\";s:13:\"Natural Point\";s:3:\"nbr\";s:1:\"2\";}i:157;a:2:{s:4:\"name\";s:18:\"Phoenix Srl - Long\";s:3:\"nbr\";s:1:\"2\";}i:160;a:2:{s:4:\"name\";s:5:\"Named\";s:3:\"nbr\";s:1:\"1\";}i:161;a:2:{s:4:\"name\";s:14:\"Natural Bradel\";s:3:\"nbr\";s:1:\"2\";}i:162;a:2:{s:4:\"name\";s:9:\"Bromatech\";s:3:\"nbr\";s:1:\"1\";}i:164;a:2:{s:4:\"name\";s:17:\"Zeta Farmaceutici\";s:3:\"nbr\";s:1:\"7\";}i:165;a:2:{s:4:\"name\";s:7:\"Nathura\";s:3:\"nbr\";s:1:\"3\";}i:166;a:2:{s:4:\"name\";s:11:\"Italchimici\";s:3:\"nbr\";s:1:\"1\";}i:171;a:2:{s:4:\"name\";s:8:\"Dicofarm\";s:3:\"nbr\";s:1:\"1\";}i:172;a:2:{s:4:\"name\";s:7:\"Nestlé\";s:3:\"nbr\";s:1:\"5\";}i:173;a:2:{s:4:\"name\";s:12:\"Milte Italia\";s:3:\"nbr\";s:1:\"1\";}i:174;a:2:{s:4:\"name\";s:9:\"Pl Pharma\";s:3:\"nbr\";s:1:\"1\";}i:175;a:3:{s:4:\"name\";s:11:\"Pharmanutra\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:176;a:2:{s:4:\"name\";s:40:\"Sigmatau Industrie Farmaceutiche Riunite\";s:3:\"nbr\";s:1:\"1\";}i:178;a:2:{s:4:\"name\";s:13:\"Innova Pharma\";s:3:\"nbr\";s:1:\"1\";}i:180;a:2:{s:4:\"name\";s:5:\"Agave\";s:3:\"nbr\";s:1:\"1\";}i:182;a:2:{s:4:\"name\";s:14:\"Vemedia Pharma\";s:3:\"nbr\";s:1:\"3\";}i:183;a:2:{s:4:\"name\";s:9:\"Fb Health\";s:3:\"nbr\";s:1:\"1\";}i:185;a:2:{s:4:\"name\";s:7:\"Benefit\";s:3:\"nbr\";s:1:\"1\";}i:187;a:2:{s:4:\"name\";s:12:\"Junia Pharma\";s:3:\"nbr\";s:1:\"1\";}i:188;a:2:{s:4:\"name\";s:14:\"Paladin Pharma\";s:3:\"nbr\";s:1:\"2\";}i:191;a:2:{s:4:\"name\";s:7:\"Biaglut\";s:3:\"nbr\";s:1:\"1\";}i:194;a:3:{s:4:\"name\";s:6:\"Corman\";s:3:\"nbr\";s:2:\"12\";s:7:\"checked\";b:1;}i:197;a:2:{s:4:\"name\";s:7:\"Eucerin\";s:3:\"nbr\";s:1:\"7\";}i:198;a:2:{s:4:\"name\";s:6:\"Lierac\";s:3:\"nbr\";s:2:\"42\";}i:199;a:2:{s:4:\"name\";s:5:\"Durex\";s:3:\"nbr\";s:2:\"23\";}i:200;a:2:{s:4:\"name\";s:5:\"Rougj\";s:3:\"nbr\";s:2:\"44\";}i:201;a:2:{s:4:\"name\";s:14:\"Roger & Gallet\";s:3:\"nbr\";s:1:\"7\";}i:202;a:2:{s:4:\"name\";s:18:\"Labo International\";s:3:\"nbr\";s:3:\"127\";}i:203;a:2:{s:4:\"name\";s:8:\"Incarose\";s:3:\"nbr\";s:1:\"1\";}i:205;a:2:{s:4:\"name\";s:16:\"Sylphar Remescar\";s:3:\"nbr\";s:1:\"2\";}i:207;a:2:{s:4:\"name\";s:15:\"Promopharma spa\";s:3:\"nbr\";s:1:\"1\";}i:208;a:2:{s:4:\"name\";s:5:\"Diosn\";s:3:\"nbr\";s:1:\"1\";}i:209;a:2:{s:4:\"name\";s:8:\"Bodyform\";s:3:\"nbr\";s:1:\"1\";}i:211;a:2:{s:4:\"name\";s:18:\"PERRIGO ITALIA Srl\";s:3:\"nbr\";s:2:\"10\";}i:212;a:2:{s:4:\"name\";s:5:\"Mylan\";s:3:\"nbr\";s:1:\"7\";}i:213;a:2:{s:4:\"name\";s:14:\"LA ROCHE-POSAY\";s:3:\"nbr\";s:2:\"46\";}i:214;a:2:{s:4:\"name\";s:7:\"gdp srl\";s:3:\"nbr\";s:1:\"2\";}i:215;a:2:{s:4:\"name\";s:26:\"erboristeria magentina srl\";s:3:\"nbr\";s:1:\"2\";}i:216;a:2:{s:4:\"name\";s:12:\"Desa Medical\";s:3:\"nbr\";s:1:\"3\";}i:217;a:2:{s:4:\"name\";s:13:\"Carepharm srl\";s:3:\"nbr\";s:1:\"2\";}i:218;a:2:{s:4:\"name\";s:13:\"Colpharma srl\";s:3:\"nbr\";s:1:\"2\";}i:219;a:2:{s:4:\"name\";s:27:\"Cerave (l\'oreal Italia spa)\";s:3:\"nbr\";s:2:\"14\";}i:220;a:2:{s:4:\"name\";s:14:\"Labioelite srl\";s:3:\"nbr\";s:1:\"3\";}i:223;a:2:{s:4:\"name\";s:10:\"Technomask\";s:3:\"nbr\";s:1:\"1\";}i:224;a:2:{s:4:\"name\";s:15:\"Farmacia Rubino\";s:3:\"nbr\";s:1:\"1\";}i:225;a:2:{s:4:\"name\";s:10:\"myriel srl\";s:3:\"nbr\";s:1:\"1\";}i:226;a:2:{s:4:\"name\";s:13:\"Hp Italia srl\";s:3:\"nbr\";s:1:\"1\";}i:227;a:2:{s:4:\"name\";s:14:\"Alfa Omega srl\";s:3:\"nbr\";s:1:\"1\";}i:228;a:2:{s:4:\"name\";s:23:\"Les Laboratoires Asepta\";s:3:\"nbr\";s:1:\"1\";}i:229;a:3:{s:4:\"name\";s:9:\"Th Pharma\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}i:230;a:2:{s:4:\"name\";s:19:\"Erba Vita Group spa\";s:3:\"nbr\";s:1:\"1\";}i:231;a:2:{s:4:\"name\";s:7:\"Sma srl\";s:3:\"nbr\";s:1:\"2\";}i:232;a:2:{s:4:\"name\";s:13:\"Eurospita spa\";s:3:\"nbr\";s:1:\"6\";}i:233;a:2:{s:4:\"name\";s:18:\"Innovet Italia srl\";s:3:\"nbr\";s:1:\"1\";}i:234;a:2:{s:4:\"name\";s:26:\"I.C.F ind.chimica fine srl\";s:3:\"nbr\";s:1:\"1\";}i:235;a:2:{s:4:\"name\";s:15:\"N.b.f lanes srl\";s:3:\"nbr\";s:1:\"1\";}i:236;a:2:{s:4:\"name\";s:12:\"pure air ion\";s:3:\"nbr\";s:1:\"2\";}i:238;a:2:{s:4:\"name\";s:14:\"vichy aminexil\";s:3:\"nbr\";s:1:\"2\";}i:239;a:2:{s:4:\"name\";s:12:\"LFP UNIFARCO\";s:3:\"nbr\";s:1:\"8\";}i:240;a:2:{s:4:\"name\";s:6:\"Sauber\";s:3:\"nbr\";s:1:\"1\";}i:241;a:2:{s:4:\"name\";s:7:\"Juschek\";s:3:\"nbr\";s:1:\"1\";}i:242;a:2:{s:4:\"name\";s:22:\"Labo International New\";s:3:\"nbr\";s:2:\"73\";}i:243;a:2:{s:4:\"name\";s:14:\"innovacare srl\";s:3:\"nbr\";s:1:\"1\";}i:244;a:2:{s:4:\"name\";s:12:\"Labo Make-Up\";s:3:\"nbr\";s:1:\"6\";}i:245;a:2:{s:4:\"name\";s:19:\"Labo Fillerina 2023\";s:3:\"nbr\";s:2:\"17\";}i:246;a:2:{s:4:\"name\";s:10:\"Iap Pharma\";s:3:\"nbr\";s:1:\"1\";}i:247;a:2:{s:4:\"name\";s:22:\"La Maison Des Essences\";s:3:\"nbr\";s:1:\"1\";}i:248;a:2:{s:4:\"name\";s:28:\"Ascensia diabetes care italy\";s:3:\"nbr\";s:1:\"1\";}i:249;a:2:{s:4:\"name\";s:15:\"Kolinpharma Spa\";s:3:\"nbr\";s:1:\"1\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:3;a:7:{s:9:\"type_lite\";s:9:\"condition\";s:4:\"type\";s:9:\"condition\";s:6:\"id_key\";i:0;s:4:\"name\";s:9:\"Condition\";s:6:\"values\";a:3:{s:3:\"new\";a:2:{s:4:\"name\";s:3:\"New\";s:3:\"nbr\";s:2:\"17\";}s:4:\"used\";a:2:{s:4:\"name\";s:4:\"Used\";s:3:\"nbr\";i:0;}s:11:\"refurbished\";a:2:{s:4:\"name\";s:11:\"Refurbished\";s:3:\"nbr\";i:0;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:4;a:12:{s:9:\"type_lite\";s:6:\"weight\";s:4:\"type\";s:6:\"weight\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Weight\";s:3:\"max\";d:0.1;s:3:\"min\";d:0;s:4:\"unit\";s:2:\"kg\";s:14:\"specifications\";N;s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:5:\"value\";N;s:3:\"nbr\";i:17;}i:5;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Price\";s:3:\"max\";d:200;s:3:\"min\";d:7;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\".\";i:1;s:1:\",\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:10:\"¤#,##0.00\";s:15:\"negativePattern\";s:11:\"-¤#,##0.00\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:17;s:5:\"value\";N;}}}")
1.7 1 /modules/ps_facetedsearch/src/Filters/Block.php:193
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `frsh_meta` m
LEFT JOIN `frsh_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
1.7 162 Yes /classes/Dispatcher.php:643
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `frsh_manufacturer` m INNER JOIN frsh_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `frsh_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
1.5 247 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "122" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "122" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "122") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "122")
1.4 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN frsh_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=3)) GROUP BY pac.id_attribute
1.4 441 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE *
FROM `frsh_state` a
WHERE (a.`id_state` = 223) LIMIT 1
1.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 122
1.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN frsh_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=2)) GROUP BY pac.id_attribute
1.4 504 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity>=0 AND sa_1.out_of_stock=1) OR (sa.quantity>0))
1.3 441 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_stock_available sa_1 ON (p.id_product = sa_1.id_product AND IFNULL(pac.id_product_attribute, 0) = sa_1.id_product_attribute AND sa_1.id_shop = 1  AND sa_1.id_shop_group = 0 ) WHERE ((sa.quantity<=0 AND sa_1.out_of_stock IN (0, 2)))
1.3 441 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `frsh_manufacturer` m INNER JOIN frsh_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `frsh_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 1)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
1.3 247 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN frsh_category_group cg ON (cg.id_category = c.id_category) WHERE cg.id_group='1' AND c.level_depth<=2 AND c.nleft>2 AND c.nright<493 GROUP BY cp.id_category
1.3 441 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `frsh_attribute_group` ag INNER JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `frsh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN frsh_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `frsh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 3 ORDER BY agl.`name` ASC, a.`position` ASC
1.3 76 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `frsh_manufacturer` m INNER JOIN frsh_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `frsh_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = 2)WHERE 1 AND m.`active` = 1 ORDER BY m.`name` ASC
1.3 247 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2024-05-24 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `frsh_category_product` cp
LEFT JOIN `frsh_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN frsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `frsh_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `frsh_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `frsh_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `frsh_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `frsh_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,8
1.3 64 /classes/Category.php:1056
SELECT SQL_NO_CACHE p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, 0) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, 0) AS id_product_attribute,
product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
DATEDIFF(product_shop.`date_add`, DATE_SUB("2024-05-24 00:00:00",
INTERVAL 20 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `frsh_category_product` cp
LEFT JOIN `frsh_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN frsh_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `frsh_product_attribute_shop` product_attribute_shop
ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = 1 AND product_attribute_shop.id_shop=1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = 0 AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `frsh_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `frsh_image_shop` image_shop
ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=1 AND image_shop.id_shop=1)
LEFT JOIN `frsh_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `frsh_manufacturer` m
ON m.`id_manufacturer` = p.`id_manufacturer`
WHERE product_shop.`id_shop` = 1
AND cp.`id_category` = 2 AND product_shop.`active` = 1 AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
LIMIT 0,12
1.2 64 /classes/Category.php:1056
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
1.2 0 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN frsh_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=4)) GROUP BY pac.id_attribute
1.2 462 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 3185)
1.2 1 /classes/Product.php:3401
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, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC LIMIT 0, 12
1.2 441 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN frsh_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=1)) GROUP BY pac.id_attribute
1.1 252 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM frsh_shop_url su
LEFT JOIN frsh_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'farmaciarubino.net' OR su.domain_ssl = 'farmaciarubino.net')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
1.1 1 Yes /classes/shop/Shop.php:1341
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`id_anthemeblock` IN(1, 5, 20, 34, 36, 37)) AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
1.1 6 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE * FROM `frsh_state` ORDER BY `name` ASC
1.1 469 Yes /classes/Country.php:154
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `frsh_hook`
1.1 727 /classes/Hook.php:1221
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p
1 441 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE c.*, cl.`id_lang`, cl.`name`, cl.`description`, cl.`link_rewrite`, cl.`meta_title`, cl.`meta_keywords`, cl.`meta_description`
FROM `frsh_category` c
INNER JOIN frsh_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `frsh_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `frsh_category_group` cg ON (cg.`id_category` = c.`id_category`)
WHERE `id_parent` = 2
AND `active` = 1
AND cg.`id_group` =1
GROUP BY c.`id_category`
ORDER BY `level_depth` ASC, category_shop.`position` ASC
1 10 Yes Yes /classes/Category.php:918
SELECT SQL_NO_CACHE name, alias FROM `frsh_hook_alias`
0.7 88 /classes/Hook.php:336
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 3183) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.6 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE MIN(p.weight) as min, MAX(p.weight) as max FROM frsh_product p INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1'
0.6 21 /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 122) AND (b.`id_shop` = 1) LIMIT 1
0.6 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `frsh_lang` l
JOIN frsh_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.6 8 /classes/Language.php:1123
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3320
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.6 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3183
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.6 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3187
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.6 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3185
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3321
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2961
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2957
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
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, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN frsh_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=2)) GROUP BY fp.id_feature_value
0.5 42 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3194
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 122
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
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, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=1) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (29, 194, 175, 229) AND c.nleft>=2 AND c.nright<=493 AND ps.id_shop='1' GROUP BY p.id_product) p INNER JOIN frsh_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=1)) GROUP BY fp.id_feature_value
0.5 42 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:86
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3186
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 3191
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
IFNULL(stock.quantity, 0) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN frsh_stock_available stock
ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, 0) AND stock.id_shop = 1  AND stock.id_shop_group = 0  )
LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1)
WHERE pa.`id_product` = 2959
AND al.`id_lang` = 1
AND agl.`id_lang` = 1
GROUP BY id_attribute_group, id_product_attribute
ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
0.5 1 Yes Yes /classes/Product.php:4048
SELECT SQL_NO_CACHE * FROM `frsh_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.5 16 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3194 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3194 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.5 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE *
FROM `frsh_lang` a
LEFT JOIN `frsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
0.5 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `frsh_module` m
LEFT JOIN `frsh_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.5 105 /classes/module/Module.php:322
SELECT SQL_NO_CACHE *
FROM `frsh_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
0.5 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `name`, `alias` FROM `frsh_hook_alias`
0.5 88 /classes/Hook.php:284
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang` WHERE `iso_code` = 'en' LIMIT 1
0.5 8 /classes/Language.php:761
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_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.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `frsh_attribute_group` ag INNER JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `frsh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN frsh_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `frsh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 4 ORDER BY agl.`name` ASC, a.`position` ASC
0.4 11 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UZS') LIMIT 1
0.4 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `frsh_attribute_group` ag INNER JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `frsh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN frsh_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `frsh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 2 ORDER BY agl.`name` ASC, a.`position` ASC
0.4 12 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 2
LEFT JOIN `frsh_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.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2758 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 6) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3320 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3321 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2957 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2762 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3183 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 2961
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2788 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2959 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2961 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2754 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `frsh_attribute_group` ag INNER JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) INNER JOIN `frsh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1) INNER JOIN frsh_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1)  INNER JOIN frsh_attribute_shop attribute_shop
ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = 1) LEFT JOIN `frsh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = 1) WHERE ag.id_attribute_group = 1 ORDER BY agl.`name` ASC, a.`position` ASC
0.4 6 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:84
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2767 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2789 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 11
LEFT JOIN `frsh_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.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE id_shop
FROM `frsh_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
0.4 1 /classes/ObjectModel.php:1628
SELECT SQL_NO_CACHE *
FROM `frsh_category` a0
LEFT JOIN `frsh_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 493) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
0.4 4 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3187 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2778 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2731 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3194
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.4 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3183
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.4 1 Yes Yes /classes/Product.php:2434
INSERT INTO `frsh_guest` (`id_operating_system`, `id_web_browser`, `id_customer`, `javascript`, `screen_resolution_x`, `screen_resolution_y`, `screen_color`, `sun_java`, `adobe_flash`, `adobe_director`, `apple_quicktime`, `real_player`, `windows_media`, `accept_language`, `mobile_theme`) VALUES ('0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '', '0')
0.4 1 /classes/ObjectModel.php:559
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3194 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2959
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.4 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2730 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.4 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 6
LEFT JOIN `frsh_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.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_lang` a
LEFT JOIN `frsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 2) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3191) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.4 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 122
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.4 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2758 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2758 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE 1 FROM frsh_cart_product cp INNER JOIN frsh_product p
ON (p.id_product = cp.id_product) INNER JOIN frsh_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.4 1 /classes/Cart.php:4193
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 3183
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 8
LEFT JOIN `frsh_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.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3320
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.4 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2957
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.4 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 2959
0.4 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 5) AND (b.`id_shop` = 1) LIMIT 1
0.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3191 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3191 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2784 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2784 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 2961
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.4 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 9
LEFT JOIN `frsh_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.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2754 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2754 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.4 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 10
LEFT JOIN `frsh_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.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_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.4 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 2784 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.3 2 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 6) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3321
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.3 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3186
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.3 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 3194
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2765 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2765 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "gmerchantcenterpro" LIMIT 1
0.3 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3321 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3321 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UGX') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3185
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.3 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 24) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3186 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.3 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 233) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2762 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2762 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2758 LIMIT 1
0.3 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2774 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2774 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3185 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3185 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3191
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.3 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3186 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3186 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 245) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 `frsh_feature` f  INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `frsh_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `frsh_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `frsh_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.3 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3320 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3320 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2959 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2959 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2767 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2767 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2731 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2731 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
INSERT INTO `frsh_connections` (`id_guest`, `id_page`, `ip_address`, `http_referer`, `id_shop`, `id_shop_group`, `date_add`) VALUES ('25497778', '321', '2890218063', '', '1', '1', '2024-05-24 09:48:02')
0.3 1 /classes/ObjectModel.php:559
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3183 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3183 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 122 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 122 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE ag.id_attribute_group, agl.public_name as attribute_group_name, is_color_group, IF(liaglv.`url_name` IS NULL OR liaglv.`url_name` = "", NULL, liaglv.`url_name`) AS url_name, IF(liaglv.`meta_title` IS NULL OR liaglv.`meta_title` = "", NULL, liaglv.`meta_title`) AS meta_title, IFNULL(liag.indexable, TRUE) AS indexable FROM `frsh_attribute_group` ag  INNER JOIN frsh_attribute_group_shop attribute_group_shop
ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = 1) LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1) LEFT JOIN `frsh_layered_indexable_attribute_group` liag ON (ag.`id_attribute_group` = liag.`id_attribute_group`) LEFT JOIN `frsh_layered_indexable_attribute_group_lang_value` AS liaglv ON (ag.`id_attribute_group` = liaglv.`id_attribute_group` AND agl.`id_lang` = 1) GROUP BY ag.id_attribute_group ORDER BY ag.`position` ASC
0.3 5 Yes Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:125
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 3321
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KES') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 3191
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3186) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 4) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 3) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
a.`id_attribute`
FROM `frsh_product_attribute` pa
INNER JOIN frsh_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = 1)
WHERE pa.`id_product` = 3187
GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
ORDER BY pa.`id_product_attribute`
0.3 1 Yes Yes /classes/Product.php:2434
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 7
LEFT JOIN `frsh_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.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2957 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2957 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 3320
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2788 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2788 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3187) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2789 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2789 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 3185
0.3 1 /classes/ProductAssembler.php:90
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2961) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3185) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE `iso_code`
FROM `frsh_country`
WHERE `id_country` = 10 LIMIT 1
0.3 1 /classes/Country.php:274
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2961 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2961 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3187 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3187 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 36) AND (a1.`id_lang` = 1)
0.3 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_currency_lang`
WHERE `id_currency` = 2
0.3 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE tb.id_anthemeblock
FROM `frsh_anthemeblock` tb
WHERE  tb.`status` = 1 AND tb.`id_parent` = 0
0.3 32 /modules/anthemeblocks/classes/AnThemeBlock.php:411
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 `frsh_feature` f  INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `frsh_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `frsh_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `frsh_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.3 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 8) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3191) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2778 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2778 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
(SELECT 1 FROM `frsh_cart_rule` WHERE date_to >= "2024-05-24 00:00:00" AND date_to <= "2024-05-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `frsh_cart_rule` WHERE date_from >= "2024-05-24 00:00:00" AND date_from <= "2024-05-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `frsh_cart_rule` WHERE date_from < "2024-05-24 00:00:00" AND date_to > "2024-05-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.3 1 /classes/CartRule.php:342
SELECT SQL_NO_CACHE domain, domain_ssl
FROM frsh_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.3 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `frsh_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2730 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2730 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.3 0 /classes/Cart.php:1404
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 3186
0.3 1 /classes/ProductAssembler.php:90
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 `frsh_feature` f  INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `frsh_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `frsh_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `frsh_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.3 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 2957
0.3 1 /classes/ProductAssembler.php:90
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2959) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3320) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE *
FROM `frsh_group` a
LEFT JOIN `frsh_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2961) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3321) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2784" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2784" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2784") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2784")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 10, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `frsh_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 10) AND
`id_group` IN (0, 1) AND `id_product` = 3185 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2024-05-24 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
0.3 1 Yes /classes/SpecificPrice.php:560
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2767) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE p.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2024-05-24 00:00:00',
INTERVAL 20 DAY
)
) > 0) as new
FROM frsh_product p
LEFT JOIN frsh_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN frsh_stock_available sa
ON sa.id_product = p.id_product 
AND sa.id_shop = 1
WHERE p.id_product = 3187
0.3 1 /classes/ProductAssembler.php:90
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2957) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 243) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2789) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2765) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2762) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
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 `frsh_feature` f  INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1) LEFT JOIN `frsh_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = 1) LEFT JOIN `frsh_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `frsh_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = 1) ORDER BY f.`position` ASC
0.3 8 Yes /modules/ps_facetedsearch/src/Filters/DataAccessor.php:157
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3321) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_currency_lang`
WHERE `id_currency` = 4
0.3 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2789" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2789" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2789") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2789")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZMW') LIMIT 1
0.3 1 /classes/Currency.php:866
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3183) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE * FROM `frsh_currency` c ORDER BY `iso_code` ASC
0.3 7 Yes /classes/Currency.php:695
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 20) AND (a1.`id_lang` = 1)
0.3 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2758) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 37) AND (a1.`id_lang` = 1)
0.3 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3320) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3186) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 7) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2754) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 5) AND (a1.`id_lang` = 1)
0.3 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2778) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3187) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2788) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 10) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 34) AND (a1.`id_lang` = 1)
0.3 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 1) AND (a1.`id_lang` = 1)
0.3 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3183) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2959) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (iso_code = 'PLN') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE ctg.`id_group`
FROM frsh_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
0.3 1 /classes/Category.php:1700
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.3 0 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_group_lang`
WHERE `id_group` = 1
0.3 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3185) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZMW') LIMIT 1
0.3 1 /classes/Currency.php:866
(SELECT 1 FROM `frsh_cart_rule` WHERE date_to >= "2024-05-24 00:00:00" AND date_to <= "2024-05-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `frsh_cart_rule` WHERE date_from >= "2024-05-24 00:00:00" AND date_from <= "2024-05-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `frsh_cart_rule` WHERE date_from < "2024-05-24 00:00:00" AND date_to > "2024-05-24 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
0.3 1 /classes/CartRule.php:342
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3194) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UGX') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GBP') LIMIT 1
0.3 1 /classes/Currency.php:866
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 `frsh_product_attribute` pa
INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `frsh_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (122) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.3 1 Yes Yes /classes/Product.php:3993
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3326) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2758" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2758" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2758") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2758")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2957) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 10
0.3 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3185) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'LBP') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UZS') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KWD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 5) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3194) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 26) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_currency_lang`
WHERE `id_currency` = 1
0.3 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IE' LIMIT 1
0.3 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'EUR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "ps_accounts" LIMIT 1
0.3 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3187) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2961) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'LKR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AU' LIMIT 1
0.3 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'LKR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KHR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 17) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2754" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2754" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2754") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2754")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (iso_code = 'CHF') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AOA') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KES') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'BYN') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2957) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3186) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3191) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PKR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 24 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MUR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MUR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KWD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PKR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3321) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 17
0.3 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2959) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2730" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2730" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2730") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2730")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3194) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KHR') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM frsh_required_field
0.3 1 /classes/ObjectModel.php:1491
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3183) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PAB') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AOA') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3320) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2762" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2762" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2762") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2762")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`id_parent` = 5) AND (a0.`status` = 1) AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.3 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3320" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3320" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3320") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3320")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ETB') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ETB') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2959" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2959" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2959") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2959")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NGN') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'JOD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2765" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2765" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2765") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2765")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'BYN') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AUD') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "gmerchantcenter" LIMIT 1
0.3 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2778" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2778" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2778") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2778")
0.3 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE *
FROM `frsh_currency_lang`
WHERE `id_currency` = 5
0.3 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 26 LIMIT 1
0.3 1 /classes/Country.php:251
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'LBP') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 4) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.3 8 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 244) AND (b.`id_shop` = 1) LIMIT 1
0.3 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GHS') LIMIT 1
0.3 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE tr.*
FROM `frsh_tax_rule` tr
JOIN `frsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 67
AND tr.`id_state` IN (0, 223)
AND ('34141' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '34141')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.2 2 Yes /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3194" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3194" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3194") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3194")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (iso_code = 'AUD') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 122) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.2 8 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.2 8 /classes/Language.php:790
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 26
0.2 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NGN') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KZT') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3183" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3183" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3183") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3183")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2788" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2788" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2788") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2788")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3326" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3326" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3326") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3326")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3191" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3191" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3191") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3191")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PAB') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IN' LIMIT 1
0.2 1 /classes/Country.php:193
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 24
0.2 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2762
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3194
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3320
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3187" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3187" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3187") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3187")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2754
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3185" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3185" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3185") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3185")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 4
0.2 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2767" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2767" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2767") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2767")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2788
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2731" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2731" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2731") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2731")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (iso_code = 'USD') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE id_shop
FROM `frsh_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1628
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'GB' LIMIT 1
0.2 1 /classes/Country.php:193
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3321
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3321" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3321" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3321") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3321")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2765
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE `need_identification_number`
FROM `frsh_country`
WHERE `id_country` = 10 LIMIT 1
0.2 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 17 LIMIT 1
0.2 1 /classes/Country.php:251
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (iso_code = 'GBP') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2774" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2774" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2774") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2774")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2784
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2767
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2730
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2961
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2961" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2961" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2961") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2961")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2758
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "2957" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "2957" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "2957") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "2957")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE *
FROM `frsh_currency` c
INNER JOIN frsh_currency_shop currency_shop
ON (currency_shop.id_currency = c.id_currency AND currency_shop.id_shop = 1)
WHERE c.`deleted` = 0 AND c.`active` = 1 ORDER BY `iso_code` ASC
0.2 7 Yes /classes/Currency.php:680
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KZT') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2959
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GHS') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 4 LIMIT 1
0.2 1 /classes/Country.php:251
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3185
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3191
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3183
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2774
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 122
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3186
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "3186" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "3186" AND `id_shop` = "1") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "3186") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "3186")
0.2 0 /modules/blockproductsbycountry/blockproductsbycountry.php:495
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'JOD') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2789
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE tr.*
FROM `frsh_tax_rule` tr
JOIN `frsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 68
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.2 1 Yes /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2731
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayNav1') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE value FROM `frsh_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.2 1 /classes/shop/Shop.php:1162
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayFooter') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3187
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CAD') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayCopyrightContainer') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE tr.*
FROM `frsh_tax_rule` tr
JOIN `frsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 67
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.2 1 Yes /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE tr.*
FROM `frsh_tax_rule` tr
JOIN `frsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 68
AND tr.`id_state` IN (0, 223)
AND ('34141' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '34141')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.2 2 Yes /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CA' LIMIT 1
0.2 1 /classes/Country.php:193
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayLeftColumn') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.2 8 /classes/Language.php:790
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (iso_code = 'CAD') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3187
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3185
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.2 8 /classes/Language.php:790
SELECT SQL_NO_CACHE `id_lang` FROM `frsh_lang`
WHERE `locale` = 'en-us'
OR `language_code` = 'en-us' LIMIT 1
0.2 8 /classes/Language.php:790
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3321
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2959
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE id_shop
FROM `frsh_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.2 1 /classes/ObjectModel.php:1628
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2957
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3191
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3183
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayWrapperBottom') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2778
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM frsh_feature_product pf
LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN frsh_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2957
ORDER BY f.position ASC
0.2 1 Yes /classes/Product.php:5195
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2959
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayTop') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM frsh_layered_category
WHERE id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.2 12 Yes Yes /modules/ps_facetedsearch/src/Filters/Converter.php:247
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2961
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayHomeAfter') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayNavFullWidth') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3321
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3320
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3185
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2961
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 122
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayWrapperTop') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3191
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3186
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3194
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2731)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3183
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayFooterBefore') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3187
ORDER BY `position`
0.2 2 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 2957
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock` a0
LEFT JOIN `frsh_anthemeblock_lang` `a1` ON (a0.`id_anthemeblock` = a1.`id_anthemeblock`)
WHERE (a0.`status` = 1) AND (a0.`id_parent` = 0) AND (a0.`hook_ids` like '%displayBeforeBodyClosingTag') AND (a1.`id_lang` = 1)
ORDER BY a0.`position` asc
0.2 32 Yes /classes/PrestaShopCollection.php:381
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2758)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3186
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2754)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `frsh_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'HU' LIMIT 1
0.2 1 /classes/Country.php:193
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3194
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3321 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 3320
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
SELECT SQL_NO_CACHE *
FROM frsh_meta m
LEFT JOIN frsh_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.2 2 /classes/Meta.php:189
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2762)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 2961 AND `id_shop` = 1
0.2 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 122
ORDER BY `position`
0.2 1 Yes /classes/Product.php:3096
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2789)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2774)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 122)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2788)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MMK') LIMIT 1
0.2 1 /classes/Currency.php:866
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2959)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2730)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3194 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 2959 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2730
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /classes/Product.php:3118
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM frsh_layered_category WHERE id_category = 2 AND id_shop = 1 GROUP BY `type`, id_value ORDER BY position ASC
0.2 12 Yes Yes /modules/ps_facetedsearch/src/Filters/Block.php:108
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 3320)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3320 AND `id_shop` = 1
0.2 8 /src/Adapter/EntityMapper.php:82
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2765)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2767)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 3191)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 3183)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 3186)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 3194)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM frsh_meta m
LEFT JOIN frsh_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.2 2 /classes/Meta.php:189
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2784)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 3321)
0.2 1 /classes/Product.php:3401
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2957)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3183 AND `id_shop` = 1
0.2 8 /src/Adapter/EntityMapper.php:82
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 3187)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3191 AND `id_shop` = 1
0.2 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3185 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3187 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3186 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2778)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 122 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `frsh_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` = 2961)
0.2 1 /classes/Product.php:3401
SELECT SQL_NO_CACHE *
FROM `frsh_category` a
LEFT JOIN `frsh_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) LIMIT 1
0.2 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 2957 AND `id_shop` = 1
0.2 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2957
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2762
AND image_shop.`cover` = 1 LIMIT 1
0.2 2 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2758
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE `id_page`
FROM `frsh_page`
WHERE `id_page_type` = 8 AND `id_object` = 2 LIMIT 1
0.2 1 /classes/Page.php:83
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 122
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `frsh_product_lang`
WHERE `id_product` = 3326 AND `id_shop` = 1
0.2 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `frsh_currency` c
LEFT JOIN frsh_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
0.2 7 /classes/Currency.php:1099
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2788
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2789
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2767
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2765
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2959
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2731
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MZN') LIMIT 1
0.2 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3194
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `frsh_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
0.2 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2961
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3320
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2774
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3321
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2778
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3183
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3185
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3186
AND image_shop.`cover` = 1 LIMIT 1
0.2 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3191
AND image_shop.`cover` = 1 LIMIT 1
0.1 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE `id_guest`
FROM `frsh_connections`
WHERE `id_guest` = 25497778
AND `date_add` > '2024-05-24 09:18:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.1 1 Yes /classes/Connection.php:163
SELECT SQL_NO_CACHE tr.*
FROM `frsh_tax_rule` tr
JOIN `frsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 10
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 223)
AND ('34141' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '34141')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.1 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3187
AND image_shop.`cover` = 1 LIMIT 1
0.1 2 /classes/Product.php:3118
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2754
AND image_shop.`cover` = 1 LIMIT 1
0.1 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 5) AND (a1.`id_lang` = 1)
0.1 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 37) AND (a1.`id_lang` = 1)
0.1 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 34) AND (a1.`id_lang` = 1)
0.1 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM frsh_meta m
LEFT JOIN frsh_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.1 1 /classes/Meta.php:189
SELECT SQL_NO_CACHE *
FROM frsh_meta m
LEFT JOIN frsh_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.1 1 /classes/Meta.php:189
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 9) AND (a1.`id_lang` = 1)
0.1 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 52) AND (a1.`id_lang` = 1)
0.1 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE data
FROM `frsh_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.1 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:43
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 6) AND (a1.`id_lang` = 1)
0.1 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SG' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `frsh_image` i
INNER JOIN frsh_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2784
AND image_shop.`cover` = 1 LIMIT 1
0.1 1 /classes/Product.php:3118
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 8) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 21) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 8) AND (a1.`id_lang` = 1)
0.1 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_category_lang`
WHERE `id_category` = 2 AND `id_shop` = 1
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_anthemeblock_data` a0
LEFT JOIN `frsh_anthemeblock_data_lang` `a1` ON (a0.`id_anthemeblock_data` = a1.`id_anthemeblock_data`)
WHERE (a0.`id_anthemeblock` = 7) AND (a1.`id_lang` = 1)
0.1 55 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 7) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_lang` a
LEFT JOIN `frsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 6) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_lang` a
LEFT JOIN `frsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 9) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 93) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 221) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 27) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 15) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 11) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 44) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 29) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 69) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_lang` a
LEFT JOIN `frsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 8) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_lang` a
LEFT JOIN `frsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 10) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `name`, `active`, `position`
FROM `frsh_pscheckout_funding_source`
WHERE `id_shop` = 1
0.1 11 /modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php:85
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 136) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 111) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 172) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 37) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 177) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 188) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PLN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 58) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 19) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 6) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 14) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 16) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 222) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 2) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 30) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 3) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 211) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 25) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 23) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 203) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 20) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 13) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 217) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_lang` a
LEFT JOIN `frsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 11) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 3) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_cms` a
LEFT JOIN `frsh_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 68) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE psgdprl.message FROM `frsh_psgdpr_consent` psgdpr
LEFT JOIN frsh_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 21 AND psgdprl.id_lang =1 LIMIT 1
0.1 4 /modules/psgdpr/classes/GDPRConsent.php:111
SELECT SQL_NO_CACHE *
FROM `frsh_cms` a
LEFT JOIN `frsh_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 110) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 206) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_currency_lang`
WHERE `id_currency` = 3
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2758) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `frsh_cms` a
LEFT JOIN `frsh_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_cms` a
LEFT JOIN `frsh_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TRY') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2754) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 143) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MYR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2762) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `frsh_currency_lang`
WHERE `id_currency` = 7
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'USD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'INR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2762 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 3321) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 110 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MUR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 3185 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 3191 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 177
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'SGD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 122 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE `from` BETWEEN '2024-05-24 00:00:00' AND '2024-05-24 23:59:59' LIMIT 1
0.1 1 /classes/SpecificPrice.php:361
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 221
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 222
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'JPY') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RON') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 3191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `frsh_tax_lang`
WHERE `id_tax` = 54
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DKK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TWD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AED, SAR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 44
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 3320 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2731 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2754 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 23
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 21
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2788 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'HUF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_order`
FROM `frsh_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
0.1 1 /classes/order/Order.php:1193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2765) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "an_theme" LIMIT 1
0.1 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KAS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2730) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2789 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PHP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 3320
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MMK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'UR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CHF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MYR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_currency_lang`
WHERE `id_currency` = 6
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 8
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "ps_featuredproducts" LIMIT 1
0.1 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2754 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'OMR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 188
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 3187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 3185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE *
FROM `frsh_tax_lang`
WHERE `id_tax` = 53
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 3186 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 3320) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 3320) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 3321 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 172
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 3183 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'VEF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 6
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 2961) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 15
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2767 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'ES' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2784 LIMIT 1
0.1 2 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 68
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2765 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `frsh_link_block_lang`
WHERE `id_link_block` = 2
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE format
FROM `frsh_address_format`
WHERE `id_country` = 10 LIMIT 1
0.1 1 /classes/AddressFormat.php:676
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 11
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'NZ' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 3194 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 27
0.1 7 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 69
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2957 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2778 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2731) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2959 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AED, SAR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'JPY') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CZK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 16
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2758 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 211
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 143
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'NO' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'HUF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'BRL') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 58
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'INR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CZK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZAR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 3191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GEL') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DKK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RUB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 25
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 206
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TRY') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PHP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KAS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AED, SAR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KAS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'SEK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 143 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 37
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2758
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZAR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2788) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 217
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'HKD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 20
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE id_page_type
FROM frsh_page_type
WHERE name = 'category' LIMIT 1
0.1 1 /classes/Page.php:104
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "payplug" LIMIT 1
0.1 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DKK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 122) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 14
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2961 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 30
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AED') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2765 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TRY') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'SGD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AED, SAR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 111
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'THB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AED') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2762
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2767) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 3183) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZAR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2731 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'VEF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ILS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'BRL') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 2
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'SEK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_image_type` a
WHERE (a.`id_image_type` = 12) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 3194) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TRY') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'HUF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NOK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2961) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 203
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'THB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MYR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'VND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CZK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2762 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 13
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 3
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 136
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'THB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'UR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TWD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ILS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZAR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'VND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RUB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `name`
FROM `frsh_hook`
WHERE `id_hook` = 536 LIMIT 1
0.1 1 /classes/Hook.php:222
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'VEF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'JPY') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'SGD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 93
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2961 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'VEF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PHP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KAS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 3321 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GEL') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NOK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 3187 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 3186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 0 LIMIT 1
0.1 1 /classes/SpecificPrice.php:410
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KZT') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 19
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'JPY') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 122 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2959) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NOK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 110
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'TR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 29
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'HUF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TWD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 2957) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 3194 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TWD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'IDR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "ps_facebook" LIMIT 1
0.1 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 1
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2778 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MZN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RON') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'VND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2774) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ILS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 3321) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MUR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 3185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2959 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE `name`
FROM `frsh_manufacturer`
WHERE `id_manufacturer` = 29
AND `active` = 1 LIMIT 1
0.1 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE data FROM frsh_layered_filter_block WHERE hash="9c2f97612846bdb8b3df50d607a150d3" LIMIT 1
0.1 1 /modules/ps_facetedsearch/src/Filters/Block.php:168
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PHP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2774 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GEL') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CZK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'BRL') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'INR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'SGD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RUB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MYR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'EGP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NOK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NPR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MZN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2789) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE * FROM frsh_hook_module
WHERE `id_hook` = 13
AND `id_module` = 24
AND `id_shop` = 1
0.1 1 /classes/Hook.php:549
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2957) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'LBP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZMW') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DOP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'LBP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 3194) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `name`
FROM `frsh_manufacturer`
WHERE `id_manufacturer` = 194
AND `active` = 1 LIMIT 1
0.1 1 /classes/Manufacturer.php:312
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE id_product = 2730 LIMIT 1
0.1 1 /classes/SpecificPrice.php:419
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ETB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'EGP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'EGP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 3320 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ZMW') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MZN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'THB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 3185 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UZS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 3191 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KES') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 3186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NPR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DOP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'OMR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KWD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RUB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2778) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 4 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MXN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'GE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'EGP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'PT' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'IDR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module_shop` WHERE `id_module` = 81 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 3187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GHS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'JOD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'JOD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KWD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 8 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 3183 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CO' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2957 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2767 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CO' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NGN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NGN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PKR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'BYN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DOP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE id_module as id, active FROM frsh_module WHERE name = "gmerchantcenter" AND active = 1
0.1 1 /modules/gremarketing/lib/module-tools_class.php:375
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KES') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KZT') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 145
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GHS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'BRL') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'NL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'TH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CZ' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2788 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'INR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PAB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'FR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'HKD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'OMR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 2959
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PKR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MAD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XAF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'VE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DZD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'EGP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE psgdpr.active FROM `frsh_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 21 LIMIT 1
0.1 4 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UZS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'VND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'PL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'GE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE *
FROM `frsh_link_block` a
WHERE (a.`id_link_block` = 2) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'DE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 3187 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MMK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DKK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2730 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 2959) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'DE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MGA') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GEL') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NPR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 23 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AT' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ARS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'TND') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 3191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 2961) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AU' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'RU' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = 2784) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:441
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'PL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 99 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AT' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2789 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NIO') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'OMR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_tax` a
WHERE (a.`id_tax` = 54) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RON') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'US' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AT' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 221 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 3187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 3321) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CZ' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KHR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'HK' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2957
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 23 LIMIT 1
0.1 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'KHR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ILS') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2774 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
0.1 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'DK' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'RU' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'DK' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'ETB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'EGP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'MMK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "ps_accounts" LIMIT 1
0.1 1 /src/Adapter/Module/ModuleDataProvider.php:198
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'BYN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SK' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 3320) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'JP' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 3185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 122
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 2957) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'TW' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'NPR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 3183) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'NL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'LKR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 124 LIMIT 1
0.1 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'MX' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 3 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'GB' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'US' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 3191) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'PH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'ID' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'TR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'PT' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'DOP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SG' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CRC') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 3191
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 3186 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 3185
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'ID' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE *
FROM `frsh_tax` a
WHERE (a.`id_tax` = 53) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'MX' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "an_productattributes" LIMIT 1
0.1 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CA' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 226 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2754 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'HU' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'CLP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'PL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CO' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'BR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'BR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'US' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UYU') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UGX') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'VN' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 3186
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SK' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IL' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'COP') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'GTQ') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IN' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'ES' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'ES' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 2957) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'ZA' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IT' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 3194) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 3320) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'PH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 124 LIMIT 1
0.1 1 /classes/Category.php:1369
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2762 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PYG') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'KO' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 2959) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AOA') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'TW' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE cb.`id_link_block`
FROM frsh_link_block cb
WHERE `id_hook` = 35
ORDER by cb.`position`
0.1 2 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:71
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'NO' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `need_identification_number`
FROM `frsh_country`
WHERE `id_country` = 10 LIMIT 1
0.1 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2730 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2774 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'UGX') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 3187 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE 1 FROM `frsh_specific_price` WHERE `to` BETWEEN '2024-05-24 00:00:00' AND '2024-05-24 23:59:59' LIMIT 1
0.1 1 /classes/SpecificPrice.php:365
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 4 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PEN') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SA' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 2961
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 3321
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'SE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 3321
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'JP' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'MY' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2789
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'PAB') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 3187) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 2961) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 3183) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'DE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'RON') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'VN' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 18) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 3187
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 3185) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'EN' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 3186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 3321) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2767 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 3185 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'CH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'NZ' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 3194) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IT' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'LKR') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2784 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2758 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2778
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 3194
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 226 LIMIT 1
0.1 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2959
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'AR' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2765 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 99 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'BE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE *
FROM `frsh_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 3186) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'AOA') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'IT' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'ZA' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 3183
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2754
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE * FROM frsh_module_shop WHERE id_module = 99 AND id_shop = 1
0.1 1 /modules/gremarketing/lib/module-tools_class.php:381
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module_shop` WHERE `id_module` = 116 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2731 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE *
FROM `frsh_link_block` a
WHERE (a.`id_link_block` = 4) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE *
FROM `frsh_link_block_lang`
WHERE `id_link_block` = 4
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 3320
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'MY' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 3320 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 3185
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'KO' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 226 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'VE' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2961
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 3194 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 6 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 22) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 111 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 20 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_hook`
WHERE `id_hook` = 538 LIMIT 1
0.1 1 /classes/Hook.php:222
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module` WHERE `name` = "blockproductsbycountry" LIMIT 1
0.1 1 /classes/module/Module.php:2820
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2961 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 2957
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 3187
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 1 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'TH' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2788 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 3321 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 2959) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 188 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 15 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 172 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 122 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2957 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 23 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 30 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 3183 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE COUNT(*) FROM `frsh_pack` WHERE id_product_pack = 2784 LIMIT 1
0.1 1 /classes/Pack.php:85
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 3191 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 145) LIMIT 1
0.1 1 /src/Adapter/EntityMapper.php:75
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 124 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE location
FROM `frsh_stock_available`
WHERE (id_product = 122) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:785
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 44 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_product` as id
FROM `frsh_product` e
WHERE e.`id_product` = 3326 LIMIT 1
0.1 1 /classes/ObjectModel.php:1885
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2959 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 93 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 14 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 37 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 13 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module_shop` WHERE `id_module` = 114 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE name FROM frsh_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 3 LIMIT 1
0.1 1 /classes/Product.php:4937
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 25 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 3 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'XOF') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2767
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2788
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 21 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 211 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 68 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 136 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module_shop` WHERE `id_module` = 108 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE `id_module` FROM `frsh_module_shop` WHERE `id_module` = 74 AND `id_shop` = 1 LIMIT 1
0.1 1 /classes/module/Module.php:2335
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 69 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 203 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 2 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 58 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2731
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 3183
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 16 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 29 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 27 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = 122) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:757
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 22
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 10 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 11 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 217 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2778 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2762 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 1 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 3186 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `frsh_product_shop`
WHERE `id_product` = 2789 AND id_shop=1 LIMIT 1
0.1 1 /classes/Product.php:5871
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 122 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 23 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2730
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 177 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 222 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 19 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `frsh_product_attribute`
WHERE `id_product` = 3194
0.1 1 /classes/Product.php:2510
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2767 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 3186
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2730 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2765 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 18 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 3194 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = 122) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
0.1 1 /classes/stock/StockAvailable.php:732
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 3191 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 206 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 3185 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `frsh_specific_price_priority`
WHERE `id_product` = 2784
ORDER BY `id_specific_price_priority` DESC LIMIT 1
0.1 0 /classes/SpecificPrice.php:249
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2754 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 3320 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2788 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 3183 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2731 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2784 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 3321 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2961 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2959 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `frsh_category_lang` cl
WHERE `id_lang` = 0
AND cl.id_shop = 1 
AND cl.`id_category` = 3 LIMIT 1
0.1 0 /classes/Category.php:1369
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2758 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 3186 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_group`
WHERE `id_group` = 1 LIMIT 1
0.1 1 /classes/Group.php:154
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2957 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 3187 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2774 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'SEK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE *
FROM `frsh_country_lang`
WHERE `id_country` = 18
0.1 8 /src/Adapter/EntityMapper.php:82
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'HKD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2789 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'HK' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'HKD') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `reduction`
FROM `frsh_product_group_reduction_cache`
WHERE `id_product` = 2778 AND `id_group` = 1 LIMIT 1
0.1 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE c.id_currency
FROM `frsh_currency` c
WHERE (deleted = 0) AND (iso_code = 'SEK') LIMIT 1
0.1 1 /classes/Currency.php:866
SELECT SQL_NO_CACHE `id_country`
FROM `frsh_country`
WHERE `iso_code` = 'MX' LIMIT 1
0.1 1 /classes/Country.php:193
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 22 LIMIT 1
0.1 1 /classes/Country.php:251
SELECT SQL_NO_CACHE `name`
FROM `frsh_country_lang`
WHERE `id_lang` = 1
AND `id_country` = 145 LIMIT 1
0.1 1 /classes/Country.php:251

Doubles

45
							SELECT `name`
							FROM `frsh_country_lang`
							WHERE `id_lang` = XX
							AND `id_country` = XX LIMIT XX
45
SELECT *
							FROM `frsh_country_lang`
							WHERE `id_country` = XX
45
SELECT *
FROM `frsh_country` a
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
25
SELECT `id_country` FROM `frsh_bpbc_products` WHERE `id_product` = "XX" UNION SELECT `id_country` FROM `frsh_bpbc_categories` WHERE `id_category` = (SELECT `id_category_default` FROM `frsh_product_shop` WHERE `id_product` = "XX" AND `id_shop` = "XX") UNION SELECT `id_country` FROM `frsh_bpbc_manufacturers` WHERE `id_manufacturer` = (SELECT `id_manufacturer` FROM `frsh_product` WHERE `id_product` = "XX") UNION SELECT `id_country` FROM `frsh_bpbc_suppliers` WHERE `id_supplier` = (SELECT `id_supplier` FROM `frsh_product` WHERE `id_product` = "XX")
25
SELECT XX FROM `frsh_specific_price` WHERE id_product = XX LIMIT XX
24
SELECT image_shop.`id_image`
                    FROM `frsh_image` i
                     INNER JOIN frsh_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
24
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `frsh_image` i
             INNER JOIN frsh_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `frsh_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
24
SELECT name FROM frsh_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
24
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
FROM `frsh_product` p
INNER JOIN `frsh_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `frsh_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)
24
                            SELECT `id_tax_rules_group`
                            FROM `frsh_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
24
			SELECT `reduction`
			FROM `frsh_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
24
SELECT COUNT(*) FROM `frsh_pack` WHERE id_product_pack = XX LIMIT XX
24
SELECT SUM(quantity)
FROM `frsh_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
24
SELECT `id_order`
            FROM `frsh_orders`
            WHERE `id_cart` = XX AND id_shop IN (XX) LIMIT XX
24
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, XX as pack_quantity
          FROM `frsh_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `frsh_cart_product` cp JOIN `frsh_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `frsh_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            AND cp.`id_customization` = XX
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
24
                SELECT name, value, pf.id_feature, f.position
                FROM frsh_feature_product pf
                LEFT JOIN frsh_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN frsh_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN frsh_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN frsh_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
20
				SELECT `priority`, `id_specific_price_priority`
				FROM `frsh_specific_price_priority`
				WHERE `id_product` = XX
				ORDER BY `id_specific_price_priority` DESC LIMIT XX
20
SELECT *
FROM `frsh_product` a
LEFT JOIN `frsh_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `frsh_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
20
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'GTQ') LIMIT XX
20
			SELECT *, ( IF (`id_group` = XX, XX, XX) +  IF (`id_country` = XX, XX, XX) +  IF (`id_currency` = XX, XX, XX) +  IF (`id_shop` = XX, XX, XX) +  IF (`id_customer` = XX, XX, XX)) AS `score`
				FROM `frsh_specific_price`
				WHERE
                `id_shop` IN (XX, XX) AND
                `id_currency` IN (XX, XX) AND
                `id_country` IN (XX, XX) AND
                `id_group` IN (XX, XX) AND `id_product` = XX AND `id_customer` = XX AND `id_product_attribute` = XX AND `id_cart` = XX  AND (`from` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' >= `from`) AND (`to` = 'XX-XX-XX XX:XX:XX' OR 'XX-XX-XX XX:XX:XX' <= `to`)
				AND IF(`from_quantity` > XX, `from_quantity`, XX) <= XX ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT XX
18
SELECT *
FROM `frsh_category` a
LEFT JOIN `frsh_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = XX
LEFT JOIN `frsh_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
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'ARS') LIMIT XX
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'CRC') LIMIT XX
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'PEN') LIMIT XX
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'PYG') LIMIT XX
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'COP') LIMIT XX
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'MXN') LIMIT XX
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'UYU') LIMIT XX
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'NIO') LIMIT XX
16
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'CLP') LIMIT XX
14
SELECT *
FROM `frsh_anthemeblock_data` aXX
LEFT JOIN `frsh_anthemeblock_data_lang` `aXX` ON (aXX.`id_anthemeblock_data` = aXX.`id_anthemeblock_data`)
WHERE (aXX.`id_anthemeblock` = XX) AND (aXX.`id_lang` = XX)
14
SELECT `id_lang` FROM `frsh_lang`
                    WHERE `locale` = 'en-us'
                    OR `language_code` = 'en-us' LIMIT XX
14
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'DZD') LIMIT XX
13
SELECT *
							FROM `frsh_product_lang`
							WHERE `id_product` = XX AND `id_shop` = XX
13
SELECT *
FROM `frsh_product` a
LEFT JOIN `frsh_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) LIMIT XX
12
SELECT pa.*, product_attribute_shop.*, ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, al.`name` AS attribute_name,
                    a.`id_attribute`
                FROM `frsh_product_attribute` pa
                 INNER JOIN frsh_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
                LEFT JOIN `frsh_product_attribute_combination` pac ON pac.`id_product_attribute` = pa.`id_product_attribute`
                LEFT JOIN `frsh_attribute` a ON a.`id_attribute` = pac.`id_attribute`
                LEFT JOIN `frsh_attribute_group` ag ON ag.`id_attribute_group` = a.`id_attribute_group`
                LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
                LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX)
                WHERE pa.`id_product` = XX
                GROUP BY pa.`id_product_attribute`,ag.`id_attribute_group`
                ORDER BY pa.`id_product_attribute`
12
SELECT ag.`id_attribute_group`, ag.`is_color_group`, agl.`name` AS group_name, agl.`public_name` AS public_group_name,
                    a.`id_attribute`, al.`name` AS attribute_name, a.`color` AS attribute_color, product_attribute_shop.`id_product_attribute`,
                    IFNULL(stock.quantity, XX) as quantity, product_attribute_shop.`price`, product_attribute_shop.`ecotax`, product_attribute_shop.`weight`,
                    product_attribute_shop.`default_on`, pa.`reference`, product_attribute_shop.`unit_price_impact`,
                    product_attribute_shop.`minimal_quantity`, product_attribute_shop.`available_date`, ag.`group_type`
                FROM `frsh_product_attribute` pa
                 INNER JOIN frsh_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
                 LEFT JOIN frsh_stock_available stock
            ON (stock.id_product = `pa`.id_product AND stock.id_product_attribute = IFNULL(`pa`.id_product_attribute, XX) AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
                LEFT JOIN `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = pa.`id_product_attribute`)
                LEFT JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
                LEFT JOIN `frsh_attribute_group` ag ON (ag.`id_attribute_group` = a.`id_attribute_group`)
                LEFT JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute`)
                LEFT JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group`)
                 INNER JOIN frsh_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX)
                WHERE pa.`id_product` = XX
                    AND al.`id_lang` = XX
                    AND agl.`id_lang` = XX
                GROUP BY id_attribute_group, id_product_attribute
                ORDER BY ag.`position` ASC, a.`position` ASC, agl.`name` ASC
12
SELECT location
FROM `frsh_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
12
SELECT depends_on_stock
FROM `frsh_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
12
SELECT out_of_stock
FROM `frsh_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop = XX) AND (id_shop_group = XX) LIMIT XX
12
SELECT
                    p.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, XX) as quantity,
                    (DATEDIFF(
				p.`date_add`,
				DATE_SUB(
					'XX-XX-XX XX:XX:XX',
					INTERVAL XX DAY
				)
			) > XX) as new
                FROM frsh_product p
                LEFT JOIN frsh_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = XX
                    AND pl.id_lang = XX
                LEFT JOIN frsh_stock_available sa
			        ON sa.id_product = p.id_product 
			        AND sa.id_shop = XX
			    WHERE p.id_product = XX
12
            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 `frsh_product_attribute` pa
             INNER JOIN frsh_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 `frsh_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `frsh_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `frsh_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;
12
			SELECT cl.`link_rewrite`
			FROM `frsh_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX
12
SELECT `id_product_attribute`
            FROM `frsh_product_attribute`
            WHERE `id_product` = XX
11
			SELECT * FROM `frsh_hook` h
			
			ORDER BY `name`
10
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'XOF') LIMIT XX
7
SELECT *
FROM `frsh_lang` a
LEFT JOIN `frsh_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
WHERE (a.`id_lang` = XX) LIMIT XX
7
SELECT *
							FROM `frsh_currency_lang`
							WHERE `id_currency` = XX
7
SELECT *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = XX
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
7
SELECT *
FROM `frsh_currency` a
LEFT JOIN `frsh_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = XX
WHERE (a.`id_currency` = XX) LIMIT XX
6
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'TND') LIMIT XX
6
SELECT `id_module` FROM `frsh_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
6
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'EGP') LIMIT XX
6
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'MGA') LIMIT XX
6
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'MAD') LIMIT XX
6
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'XAF') LIMIT XX
5
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'CH' LIMIT XX
5
				SELECT tr.*
				FROM `frsh_tax_rule` tr
				JOIN `frsh_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'SEK') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'HKD') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'RUB') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'MYR') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'NOK') LIMIT XX
4
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'BE' LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'ZMW') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'UZS') LIMIT XX
4
SELECT 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 `frsh_feature` f  INNER JOIN frsh_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX) LEFT JOIN `frsh_feature_lang` fl ON (f.`id_feature` = fl.`id_feature` AND fl.`id_lang` = XX) LEFT JOIN `frsh_layered_indexable_feature` lif ON (f.`id_feature` = lif.`id_feature`) LEFT JOIN `frsh_layered_indexable_feature_lang_value` liflv ON (f.`id_feature` = liflv.`id_feature` AND liflv.`id_lang` = XX) ORDER BY f.`position` ASC
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'UGX') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'LKR') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'RON') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'INR') LIMIT XX
4
SELECT DISTINCT a.`id_attribute`, a.`color`, al.`name`, agl.`id_attribute_group`, IF(lialv.`url_name` IS NULL OR lialv.`url_name` = "", NULL, lialv.`url_name`) AS url_name, IF(lialv.`meta_title` IS NULL OR lialv.`meta_title` = "", NULL, lialv.`meta_title`) AS meta_title FROM `frsh_attribute_group` ag INNER JOIN `frsh_attribute_group_lang` agl ON (ag.`id_attribute_group` = agl.`id_attribute_group` AND agl.`id_lang` = XX) INNER JOIN `frsh_attribute` a ON a.`id_attribute_group` = ag.`id_attribute_group` INNER JOIN `frsh_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX) INNER JOIN frsh_attribute_group_shop attribute_group_shop
        ON (attribute_group_shop.id_attribute_group = ag.id_attribute_group AND attribute_group_shop.id_shop = XX)  INNER JOIN frsh_attribute_shop attribute_shop
        ON (attribute_shop.id_attribute = a.id_attribute AND attribute_shop.id_shop = XX) LEFT JOIN `frsh_layered_indexable_attribute_lang_value` lialv ON (a.`id_attribute` = lialv.`id_attribute` AND lialv.`id_lang` = XX) WHERE ag.id_attribute_group = XX ORDER BY agl.`name` ASC, a.`position` ASC
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'NZD') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'VND') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'JPY') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'BRL') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'GEL') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'AED, SAR') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'KAS') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'VEF') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'THB') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'ILS') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'PHP') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'HUF') LIMIT XX
4
SELECT pac.id_attribute, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=XX) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (XX, XX, XX, XX) AND c.nleft>=XX AND c.nright<=XX AND ps.id_shop='XX' GROUP BY p.id_product) p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) INNER JOIN frsh_attribute a ON (a.id_attribute = pac.id_attribute) WHERE ((a.id_attribute_group=XX)) GROUP BY pac.id_attribute
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'CZK') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'ZAR') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'TRY') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'TWD') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'SGD') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'DOP') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'DKK') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'OMR') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'AOA') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'ETB') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'GHS') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'KES') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'BYN') LIMIT XX
4
SELECT *
FROM `frsh_cms` a
LEFT JOIN `frsh_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = XX
WHERE (a.`id_cms` = XX) LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'JOD') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'KZT') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'KWD') LIMIT XX
4
SELECT *
							FROM `frsh_cms_lang`
							WHERE `id_cms` = XX AND `id_shop` = XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'NPR') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'PKR') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'PAB') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'NGN') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'LBP') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'MUR') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'MZN') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'MMK') LIMIT XX
4
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'KHR') LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'DE' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'MX' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'SA' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'PL' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'ES' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'AT' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'IT' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'CO' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'CL' LIMIT XX
3
		SELECT m.*, ml.`description`, ml.`short_description`
		FROM `frsh_manufacturer` m INNER JOIN frsh_manufacturer_shop manufacturer_shop
        ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = XX)INNER JOIN `frsh_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = XX)WHERE XX AND m.`active` = XX ORDER BY m.`name` ASC
		
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'AR' LIMIT XX
3
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'US' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'JP' LIMIT XX
2
SELECT `id_module` FROM `frsh_module` WHERE `name` = "ps_accounts" LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'RU' LIMIT XX
2
(SELECT XX FROM `frsh_cart_rule` WHERE date_to >= "XX-XX-XX XX:XX:XX" AND date_to <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `frsh_cart_rule` WHERE date_from >= "XX-XX-XX XX:XX:XX" AND date_from <= "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX)UNION ALL (SELECT XX FROM `frsh_cart_rule` WHERE date_from < "XX-XX-XX XX:XX:XX" AND date_to > "XX-XX-XX XX:XX:XX" AND `id_customer` IN (XX,XX) LIMIT XX) LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'PT' LIMIT XX
2
				SELECT `name`
				FROM `frsh_manufacturer`
				WHERE `id_manufacturer` = XX
				AND `active` = XX LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'SK' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'GE' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'UR' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'VE' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'TH' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'HU' LIMIT XX
2
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'IDR') LIMIT XX
2
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, cp.position FROM frsh_product p LEFT JOIN frsh_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN frsh_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN frsh_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 frsh_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN frsh_category_product cp ON (p.id_product = cp.id_product) INNER JOIN frsh_category c ON (cp.id_category = c.id_category AND c.active=XX) INNER JOIN frsh_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = XX AND ps.active = TRUE) WHERE p.visibility IN ('both', 'catalog') AND p.id_manufacturer IN (XX, XX, XX, XX) AND c.nleft>=XX AND c.nright<=XX AND ps.id_shop='XX' GROUP BY p.id_product) p INNER JOIN frsh_feature_product fp ON (p.id_product = fp.id_product) WHERE ((fp.id_feature=XX)) GROUP BY fp.id_feature_value
2
SELECT *
FROM `frsh_link_block` a
WHERE (a.`id_link_block` = XX) LIMIT XX
2
SELECT p.*, product_shop.*, stock.out_of_stock, IFNULL(stock.quantity, XX) AS quantity, IFNULL(product_attribute_shop.id_product_attribute, XX) AS id_product_attribute,
					product_attribute_shop.minimal_quantity AS product_attribute_minimal_quantity, pl.`description`, pl.`description_short`, pl.`available_now`,
					pl.`available_later`, pl.`link_rewrite`, pl.`meta_description`, pl.`meta_keywords`, pl.`meta_title`, pl.`name`, image_shop.`id_image` id_image,
					il.`legend` as legend, m.`name` AS manufacturer_name, cl.`name` AS category_default,
					DATEDIFF(product_shop.`date_add`, DATE_SUB("XX-XX-XX XX:XX:XX",
					INTERVAL XX DAY)) > XX AS new, product_shop.price AS orderprice
				FROM `frsh_category_product` cp
				LEFT JOIN `frsh_product` p
					ON p.`id_product` = cp.`id_product`
				 INNER JOIN frsh_product_shop product_shop
        ON (product_shop.id_product = p.id_product AND product_shop.id_shop = XX) LEFT JOIN `frsh_product_attribute_shop` product_attribute_shop
				ON (p.`id_product` = product_attribute_shop.`id_product` AND product_attribute_shop.`default_on` = XX AND product_attribute_shop.id_shop=XX)
				 LEFT JOIN frsh_stock_available stock
            ON (stock.id_product = `p`.id_product AND stock.id_product_attribute = XX AND stock.id_shop = XX  AND stock.id_shop_group = XX  )
				LEFT JOIN `frsh_category_lang` cl
					ON (product_shop.`id_category_default` = cl.`id_category`
					AND cl.`id_lang` = XX AND cl.id_shop = XX )
				LEFT JOIN `frsh_product_lang` pl
					ON (p.`id_product` = pl.`id_product`
					AND pl.`id_lang` = XX AND pl.id_shop = XX )
				LEFT JOIN `frsh_image_shop` image_shop
					ON (image_shop.`id_product` = p.`id_product` AND image_shop.cover=XX AND image_shop.id_shop=XX)
				LEFT JOIN `frsh_image_lang` il
					ON (image_shop.`id_image` = il.`id_image`
					AND il.`id_lang` = XX)
				LEFT JOIN `frsh_manufacturer` m
					ON m.`id_manufacturer` = p.`id_manufacturer`
				WHERE product_shop.`id_shop` = XX
					AND cp.`id_category` = XX AND product_shop.`active` = XX AND product_shop.`visibility` IN ("both", "catalog") ORDER BY cp.`position` ASC
			LIMIT XX,XX
2
SELECT *
							FROM `frsh_link_block_lang`
							WHERE `id_link_block` = XX
2
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `frsh_module` m
                LEFT JOIN `frsh_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2
SELECT *
FROM `frsh_tax` a
WHERE (a.`id_tax` = XX) LIMIT XX
2
SELECT *
							FROM `frsh_tax_lang`
							WHERE `id_tax` = XX
2
SELECT *
FROM `frsh_country` a
LEFT JOIN `frsh_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = XX
LEFT JOIN `frsh_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = XX
WHERE (a.`id_country` = XX) LIMIT XX
2
							SELECT `name`
							FROM `frsh_hook`
							WHERE `id_hook` = XX LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'KO' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'BR' LIMIT XX
2
			SELECT `need_identification_number`
			FROM `frsh_country`
			WHERE `id_country` = XX LIMIT XX
2
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'RP') LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'TW' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'SG' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'PH' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'NZ' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'HK' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'SE' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'ID' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'GB' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'MY' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'NO' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'DK' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'IN' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'CA' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'AU' LIMIT XX
2
SELECT c.id_currency
FROM `frsh_currency` c
WHERE (deleted = XX) AND (iso_code = 'AED') LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'VN' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'CZ' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'IE' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'NL' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'TR' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'ZA' LIMIT XX
2
			SELECT `id_country`
			FROM `frsh_country`
			WHERE `iso_code` = 'IL' LIMIT XX

Tables stress

447 currency
162 product
160 country
124 product_shop
103 stock_available
93 country_lang
67 product_attribute
62 product_attribute_shop
61 category_lang
55 product_attribute_combination
50 image_shop
49 cart_product
48 pack
48 specific_price
48 image
48 country_shop
47 product_lang
44 attribute
41 attribute_group
40 attribute_lang
39 category
29 attribute_group_lang
28 feature_lang
28 feature_shop
28 feature
26 image_lang
26 feature_product
25 bpbc_products
25 bpbc_manufacturers
25 bpbc_categories
25 bpbc_suppliers
24 product_group_reduction_cache
24 lang
24 orders
24 feature_value_lang
22 category_shop
20 specific_price_priority
19 hook
19 category_product
17 currency_shop
16 module
16 attribute_shop
14 currency_lang
14 anthemeblock
14 anthemeblock_data
14 anthemeblock_data_lang
13 product_sale
13 anthemeblock_lang
11 module_shop
10 lang_shop
7 manufacturer
6 cart_rule
5 tax_rule
5 tax_rules_group
5 meta
5 attribute_group_shop
5 meta_lang
4 cms
4 layered_indexable_attribute_lang_value
4 cms_shop
4 cms_lang
4 layered_indexable_feature
4 layered_indexable_feature_lang_value
4 shop_url
4 category_group
4 shop
3 manufacturer_lang
3 link_block
3 hook_module
3 hook_alias
3 manufacturer_shop
2 tax_lang
2 shop_group
2 configuration
2 link_block_lang
2 psgdpr_consent
2 tax
2 group_shop
2 group
2 layered_category
2 state
2 image_type
1 group_lang
1 page
1 page_type
1 connections
1 required_field
1 pscheckout_funding_source
1 configuration_lang
1 psgdpr_consent_lang
1 address_format
1 zone
1 layered_price_index
1 module_group
1 layered_indexable_attribute_group
1 hook_module_exceptions
1 layered_filter_block
1 layered_indexable_attribute_group_lang_value
1 ganalytics_data

ObjectModel instances

NameInstancesSource
Currency 276 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [693]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/gmerchantcenter/lib/module-tools_class.php [195]
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php [49]
/modules/ps_currencyselector/ps_currencyselector.php [111]
/modules/ps_currencyselector/ps_currencyselector.php [111]
/modules/ps_currencyselector/ps_currencyselector.php [111]
/modules/ps_currencyselector/ps_currencyselector.php [111]
/modules/ps_currencyselector/ps_currencyselector.php [111]
/modules/ps_currencyselector/ps_currencyselector.php [111]
/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php [49]
Language 112 /config/config.inc.php [200]
/classes/Tools.php [646]
/classes/Tools.php [569]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
/modules/gmerchantcenter/lib/module-tools_class.php [186]
Country 110 /config/config.inc.php [147]
/classes/controller/FrontController.php [347]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1647]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/modules/gmerchantcenter/lib/module-tools_class.php [190]
/classes/AddressFormat.php [404]
/modules/ps_contactinfo/ps_contactinfo.php [102]
Category 59 /controllers/front/listing/CategoryController.php [85]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/controllers/front/listing/CategoryController.php [200]
/classes/Meta.php [379]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/PrestaShopCollection.php [383]
/modules/gremarketing/lib/tags/dynamic-category-tags_class.php [59]
/modules/gremarketing/lib/tags/dynamic-category-tags_class.php [188]
/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php [116]
/modules/ps_facetedsearch/src/Product/Search.php [101]
/modules/ps_facetedsearch/src/Filters/Block.php [139]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/classes/Link.php [386]
/modules/ps_categorytree/ps_categorytree.php [320]
/modules/ps_categorytree/ps_categorytree.php [323]
Product 47 /classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/classes/Link.php [106]
/modules/codwfeeplus/codwfeeplus.php [410]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/classes/Link.php [106]
/src/Adapter/Image/ImageRetriever.php [62]
/src/Adapter/Image/ImageRetriever.php [62]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/trustpilot/trustbox.php [103]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
/classes/Link.php [106]
/modules/an_productattributes/an_productattributes.php [459]
/modules/an_productattributes/an_productattributes.php [459]
Combination 24 /classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
/classes/Product.php [5123]
AnThemeBlock 14 /classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
AnThemeBlockData 14 /classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
CMS 5 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [134]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [134]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [134]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [134]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [134]
Tax 4 /classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
Address 4 /classes/shop/Shop.php [465]
/classes/Product.php [3238]
/classes/Product.php [3347]
/classes/Product.php [5145]
State 4 /classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1646]
/modules/ps_contactinfo/ps_contactinfo.php [91]
/classes/AddressFormat.php [404]
Cart 3 /classes/controller/FrontController.php [416]
/modules/payplug/src/application/adapter/CartAdapter.php [38]
/modules/payplug/src/application/adapter/CartAdapter.php [38]
Carrier 2 /modules/payplug/src/application/adapter/CarrierAdapter.php [45]
/modules/payplug/src/application/adapter/CarrierAdapter.php [45]
Configuration 2 /modules/payplug/src/application/adapter/ConfigurationAdapter.php [38]
/modules/payplug/src/application/adapter/ConfigurationAdapter.php [38]
AddressFormat 2 /classes/controller/FrontController.php [1641]
/modules/ps_contactinfo/ps_contactinfo.php [96]
OrderState 2 /modules/payplug/src/application/adapter/OrderStateAdapter.php [38]
/modules/payplug/src/application/adapter/OrderStateAdapter.php [38]
PrestaShop\Module\LinkList\Model\LinkBlock 2 /modules/ps_linklist/src/LegacyLinkBlockRepository.php [75]
/modules/ps_linklist/src/LegacyLinkBlockRepository.php [75]
Hook 2 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [60]
/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php [60]
Guest 1 /modules/statsdata/statsdata.php [82]
ImageType 1 /modules/an_brandslider/an_brandslider.php [427]
Shop 1 /config/config.inc.php [118]
Risk 1 /classes/controller/FrontController.php [1608]
Gender 1 /classes/controller/FrontController.php [1605]
Group 1 /classes/Cart.php [246]
Customer 1 /config/config.inc.php [226]
ShopGroup 1 /classes/shop/Shop.php [549]
Connection 1 /modules/statsdata/statsdata.php [118]

Included Files

#Filename
1/index.php
2/config/config.inc.php
3/config/defines.inc.php
4/config/autoload.php
5/vendor/autoload.php
6/vendor/composer/autoload_real.php
7/vendor/composer/platform_check.php
8/vendor/composer/ClassLoader.php
9/vendor/composer/include_paths.php
10/vendor/composer/autoload_static.php
11/vendor/symfony/polyfill-mbstring/bootstrap.php
12/vendor/react/promise/src/functions_include.php
13/vendor/react/promise/src/functions.php
14/vendor/symfony/polyfill-php72/bootstrap.php
15/vendor/symfony/polyfill-intl-idn/bootstrap.php
16/vendor/symfony/polyfill-ctype/bootstrap.php
17/vendor/symfony/polyfill-iconv/bootstrap.php
18/vendor/swiftmailer/swiftmailer/lib/swift_required.php
19/vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
20/vendor/paragonie/random_compat/lib/random.php
21/vendor/symfony/polyfill-php73/bootstrap.php
22/vendor/symfony/polyfill-php70/bootstrap.php
23/vendor/symfony/polyfill-php56/bootstrap.php
24/vendor/symfony/polyfill-intl-icu/bootstrap.php
25/vendor/symfony/polyfill-apcu/bootstrap.php
26/vendor/markbaker/matrix/classes/src/functions/adjoint.php
27/vendor/markbaker/matrix/classes/src/functions/antidiagonal.php
28/vendor/markbaker/matrix/classes/src/functions/cofactors.php
29/vendor/markbaker/matrix/classes/src/functions/determinant.php
30/vendor/markbaker/matrix/classes/src/functions/diagonal.php
31/vendor/markbaker/matrix/classes/src/functions/identity.php
32/vendor/markbaker/matrix/classes/src/functions/inverse.php
33/vendor/markbaker/matrix/classes/src/functions/minors.php
34/vendor/markbaker/matrix/classes/src/functions/trace.php
35/vendor/markbaker/matrix/classes/src/functions/transpose.php
36/vendor/markbaker/matrix/classes/src/operations/add.php
37/vendor/markbaker/matrix/classes/src/operations/directsum.php
38/vendor/markbaker/matrix/classes/src/operations/subtract.php
39/vendor/markbaker/matrix/classes/src/operations/multiply.php
40/vendor/markbaker/matrix/classes/src/operations/divideby.php
41/vendor/markbaker/matrix/classes/src/operations/divideinto.php
42/vendor/markbaker/complex/classes/src/functions/abs.php
43/vendor/markbaker/complex/classes/src/functions/acos.php
44/vendor/markbaker/complex/classes/src/functions/acosh.php
45/vendor/markbaker/complex/classes/src/functions/acot.php
46/vendor/markbaker/complex/classes/src/functions/acoth.php
47/vendor/markbaker/complex/classes/src/functions/acsc.php
48/vendor/markbaker/complex/classes/src/functions/acsch.php
49/vendor/markbaker/complex/classes/src/functions/argument.php
50/vendor/markbaker/complex/classes/src/functions/asec.php
51/vendor/markbaker/complex/classes/src/functions/asech.php
52/vendor/markbaker/complex/classes/src/functions/asin.php
53/vendor/markbaker/complex/classes/src/functions/asinh.php
54/vendor/markbaker/complex/classes/src/functions/atan.php
55/vendor/markbaker/complex/classes/src/functions/atanh.php
56/vendor/markbaker/complex/classes/src/functions/conjugate.php
57/vendor/markbaker/complex/classes/src/functions/cos.php
58/vendor/markbaker/complex/classes/src/functions/cosh.php
59/vendor/markbaker/complex/classes/src/functions/cot.php
60/vendor/markbaker/complex/classes/src/functions/coth.php
61/vendor/markbaker/complex/classes/src/functions/csc.php
62/vendor/markbaker/complex/classes/src/functions/csch.php
63/vendor/markbaker/complex/classes/src/functions/exp.php
64/vendor/markbaker/complex/classes/src/functions/inverse.php
65/vendor/markbaker/complex/classes/src/functions/ln.php
66/vendor/markbaker/complex/classes/src/functions/log2.php
67/vendor/markbaker/complex/classes/src/functions/log10.php
68/vendor/markbaker/complex/classes/src/functions/negative.php
69/vendor/markbaker/complex/classes/src/functions/pow.php
70/vendor/markbaker/complex/classes/src/functions/rho.php
71/vendor/markbaker/complex/classes/src/functions/sec.php
72/vendor/markbaker/complex/classes/src/functions/sech.php
73/vendor/markbaker/complex/classes/src/functions/sin.php
74/vendor/markbaker/complex/classes/src/functions/sinh.php
75/vendor/markbaker/complex/classes/src/functions/sqrt.php
76/vendor/markbaker/complex/classes/src/functions/tan.php
77/vendor/markbaker/complex/classes/src/functions/tanh.php
78/vendor/markbaker/complex/classes/src/functions/theta.php
79/vendor/markbaker/complex/classes/src/operations/add.php
80/vendor/markbaker/complex/classes/src/operations/subtract.php
81/vendor/markbaker/complex/classes/src/operations/multiply.php
82/vendor/markbaker/complex/classes/src/operations/divideby.php
83/vendor/markbaker/complex/classes/src/operations/divideinto.php
84/vendor/jakeasmith/http_build_url/src/http_build_url.php
85/vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
86/vendor/ircmaxell/password-compat/lib/password.php
87/vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
88/app/AppKernel.php
89/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
90/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
91/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
92/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
93/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
94/config/alias.php
95/classes/PrestaShopAutoload.php
96/var/cache/dev/class_index.php
97/config/bootstrap.php
98/src/Core/ContainerBuilder.php
99/src/Core/Foundation/IoC/Container.php
100/src/Adapter/ServiceLocator.php
101/vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
102/var/cache/dev/appParameters.php
103/classes/controller/Controller.php
104/classes/ObjectModel.php
105/src/Core/Foundation/Database/EntityInterface.php
106/classes/db/Db.php
107/classes/Tools.php
108/classes/Context.php
109/classes/shop/Shop.php
110/classes/db/DbPDO.php
111/classes/AddressFormat.php
112/classes/Configuration.php
113/classes/Validate.php
114/classes/cache/Cache.php
115/src/Adapter/EntityMapper.php
116/classes/db/DbQuery.php
117/src/Core/Addon/Theme/ThemeManagerBuilder.php
118/src/Adapter/Configuration.php
119/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
120/src/Core/Domain/Configuration/ShopConfigurationInterface.php
121/src/Core/ConfigurationInterface.php
122/src/Core/Addon/Theme/ThemeRepository.php
123/src/Core/Addon/AddonRepositoryInterface.php
124/src/Core/Addon/Theme/Theme.php
125/src/Core/Addon/AddonInterface.php
126/vendor/symfony/symfony/src/Symfony/Component/Yaml/Yaml.php
127/vendor/symfony/symfony/src/Symfony/Component/Yaml/Parser.php
128/vendor/symfony/symfony/src/Symfony/Component/Yaml/Inline.php
129/vendor/symfony/symfony/src/Symfony/Component/Yaml/Unescaper.php
130/vendor/shudrum/array-finder/ArrayFinder.php
131/config/defines_uri.inc.php
132/classes/Language.php
133/src/Core/Language/LanguageInterface.php
134/classes/Country.php
135/classes/PrestaShopCollection.php
136/classes/shop/ShopGroup.php
137/classes/Cookie.php
138/classes/PhpEncryption.php
139/vendor/defuse/php-encryption/src/Core.php
140/classes/PhpEncryptionEngine.php
141/vendor/defuse/php-encryption/src/Key.php
142/vendor/defuse/php-encryption/src/Encoding.php
143/config/smarty.config.inc.php
144/classes/Smarty/SmartyDev.php
145/vendor/smarty/smarty/libs/Smarty.class.php
146/vendor/smarty/smarty/libs/Autoloader.php
147/vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
148/vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
149/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
150/vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
151/vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
152/vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
153/vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
154/vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
155/vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
156/config/smartyfront.config.inc.php
157/classes/Smarty/SmartyResourceModule.php
158/vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
159/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
160/classes/Smarty/SmartyResourceParent.php
161/classes/Smarty/SmartyLazyRegister.php
162/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
163/vendor/smarty/smarty/libs/plugins/modifier.truncate.php
164/classes/Customer.php
165/override/classes/Customer.php
166/classes/Group.php
167/classes/Link.php
168/classes/shop/ShopUrl.php
169/classes/Dispatcher.php
170/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
171/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
172/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
173/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
174/classes/Hook.php
175/src/Adapter/SymfonyContainer.php
176/vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
177/config/db_slave_server.inc.php
178/classes/module/Module.php
179/src/Core/Module/ModuleInterface.php
180/modules/anblog/anblog.php
181/modules/anblog/loader.php
182/modules/anblog/classes/config.php
183/modules/anblog/libs/Helper.php
184/modules/anblog/libs/AnblogImage.php
185/modules/anblog/classes/anblogcat.php
186/modules/anblog/classes/blog.php
187/modules/anblog/classes/link.php
188/modules/anblog/classes/comment.php
189/modules/anblog/classes/AnblogOwlCarousel.php
190/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
191/vendor/smarty/smarty/libs/sysplugins/smarty_data.php
192/classes/Translate.php
193/src/PrestaShopBundle/Translation/TranslatorComponent.php
194/vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
195/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
196/vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
197/src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
198/src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
199/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
200/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
201/vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
202/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
203/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
204/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
205/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
206/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
207/vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
208/var/cache/dev/translations/catalogue.en-US.NXhscRe.php
209/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
210/vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
211/vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
212/controllers/front/listing/CategoryController.php
213/classes/controller/ProductListingFrontController.php
214/classes/controller/ProductPresentingFrontController.php
215/classes/controller/FrontController.php
216/src/Adapter/Presenter/Object/ObjectPresenter.php
217/src/Adapter/Presenter/PresenterInterface.php
218/src/Adapter/Presenter/Cart/CartPresenter.php
219/src/Adapter/Product/PriceFormatter.php
220/src/Adapter/Image/ImageRetriever.php
221/classes/tax/TaxConfiguration.php
222/classes/Smarty/TemplateFinder.php
223/classes/assets/StylesheetManager.php
224/classes/assets/AbstractAssetManager.php
225/src/Adapter/Assets/AssetUrlGeneratorTrait.php
226/classes/assets/JavascriptManager.php
227/classes/assets/CccReducer.php
228/modules/mbeshipping/mbeshipping.php
229/modules/mbeshipping/vendor/autoload.php
230/modules/mbeshipping/vendor/composer/autoload_real.php
231/modules/mbeshipping/vendor/composer/platform_check.php
232/modules/mbeshipping/vendor/composer/autoload_static.php
233/modules/mbeshipping/vendor/paragonie/sodium_compat/autoload.php
234/modules/mbeshipping/vendor/paragonie/sodium_compat/autoload-php7.php
235/modules/mbeshipping/vendor/paragonie/sodium_compat/src/Compat.php
236/modules/mbeshipping/vendor/paragonie/sodium_compat/lib/namespaced.php
237/modules/mbeshipping/vendor/paragonie/sodium_compat/lib/sodium_compat.php
238/modules/mbeshipping/vendor/paragonie/sodium_compat/lib/constants.php
239/modules/mbeshipping/vendor/paragonie/sodium_compat/lib/php72compat.php
240/modules/mbeshipping/vendor/paragonie/sodium_compat/lib/stream-xchacha20.php
241/modules/mbeshipping/vendor/paragonie/sodium_compat/lib/ristretto255.php
242/modules/mbeshipping/classes/AuthAPI.php
243/modules/mbeshipping/classes/custom/models/MbePickupAddressHelper.php
244/modules/mbeshipping/classes/custom/models/MbeRatesCacheHelper.php
245/classes/module/CarrierModule.php
246/modules/mbeshipping/src/Helper/LoggerHelper.php
247/modules/mbeshipping/translations/en.php
248/classes/Category.php
249/classes/webservice/WebserviceRequest.php
250/src/Adapter/ContainerBuilder.php
251/src/Adapter/Environment.php
252/src/Core/EnvironmentInterface.php
253/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
254/vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
255/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
256/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
257/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
258/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
259/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
260/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
261/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
262/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
263/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
264/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
265/vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
266/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
267/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
268/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
269/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
270/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
271/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
272/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
273/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
274/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
275/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
276/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
277/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
278/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
279/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
280/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
281/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
282/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
283/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
284/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
285/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
286/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
287/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
288/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
289/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
290/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
291/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
292/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
293/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
294/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
295/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
296/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
297/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
298/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
299/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
300/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
301/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
302/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
303/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
304/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
305/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
306/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
307/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
308/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
309/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
310/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
311/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
312/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
313/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
314/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
315/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
316/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
317/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
318/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
319/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
320/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
321/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
322/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
323/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
324/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
325/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
326/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
327/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
328/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
329/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
330/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
331/vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
332/vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
333/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
334/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
335/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
336/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ComposerResource.php
337/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
338/vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
339/var/cache/dev/FrontContainer.php
340/src/Adapter/Container/LegacyContainer.php
341/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
342/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
343/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
344/vendor/psr/container/src/ContainerInterface.php
345/src/Adapter/Container/LegacyContainerInterface.php
346/modules/gsitemap/vendor/autoload.php
347/modules/gsitemap/vendor/composer/autoload_real.php
348/modules/gsitemap/vendor/composer/autoload_static.php
349/modules/ps_banner/vendor/autoload.php
350/modules/ps_banner/vendor/composer/autoload_real.php
351/modules/ps_banner/vendor/composer/autoload_static.php
352/modules/ps_crossselling/vendor/autoload.php
353/modules/ps_crossselling/vendor/composer/autoload_real.php
354/modules/ps_crossselling/vendor/composer/autoload_static.php
355/modules/ps_emailsubscription/vendor/autoload.php
356/modules/ps_emailsubscription/vendor/composer/autoload_real.php
357/modules/ps_emailsubscription/vendor/composer/autoload_static.php
358/modules/ps_imageslider/vendor/autoload.php
359/modules/ps_imageslider/vendor/composer/autoload_real.php
360/modules/ps_imageslider/vendor/composer/autoload_static.php
361/modules/ps_linklist/vendor/autoload.php
362/modules/ps_linklist/vendor/composer/autoload_real.php
363/modules/ps_linklist/vendor/composer/autoload_static.php
364/modules/ps_mainmenu/vendor/autoload.php
365/modules/ps_mainmenu/vendor/composer/autoload_real.php
366/modules/ps_mainmenu/vendor/composer/autoload_static.php
367/modules/ps_sharebuttons/vendor/autoload.php
368/modules/ps_sharebuttons/vendor/composer/autoload_real.php
369/modules/ps_sharebuttons/vendor/composer/autoload_static.php
370/modules/ps_socialfollow/vendor/autoload.php
371/modules/ps_socialfollow/vendor/composer/autoload_real.php
372/modules/ps_socialfollow/vendor/composer/autoload_static.php
373/modules/ps_wirepayment/vendor/autoload.php
374/modules/ps_wirepayment/vendor/composer/autoload_real.php
375/modules/ps_wirepayment/vendor/composer/autoload_static.php
376/modules/statsdata/vendor/autoload.php
377/modules/statsdata/vendor/composer/autoload_real.php
378/modules/statsdata/vendor/composer/autoload_static.php
379/modules/welcome/vendor/autoload.php
380/modules/welcome/vendor/composer/autoload_real.php
381/modules/welcome/vendor/composer/autoload_static.php
382/modules/gamification/vendor/autoload.php
383/modules/gamification/vendor/composer/autoload_real.php
384/modules/gamification/vendor/composer/autoload_static.php
385/modules/emarketing/vendor/autoload.php
386/modules/emarketing/vendor/composer/autoload_real.php
387/modules/emarketing/vendor/composer/autoload_static.php
388/modules/psaddonsconnect/vendor/autoload.php
389/modules/psaddonsconnect/vendor/composer/autoload_real.php
390/modules/psaddonsconnect/vendor/composer/autoload_static.php
391/modules/psgdpr/vendor/autoload.php
392/modules/psgdpr/vendor/composer/autoload_real.php
393/modules/psgdpr/vendor/composer/autoload_static.php
394/modules/ps_mbo/vendor/autoload.php
395/modules/ps_mbo/vendor/composer/autoload_real.php
396/modules/ps_mbo/vendor/composer/autoload_static.php
397/modules/ps_buybuttonlite/vendor/autoload.php
398/modules/ps_buybuttonlite/vendor/composer/autoload_real.php
399/modules/ps_buybuttonlite/vendor/composer/autoload_static.php
400/modules/ps_accounts/vendor/autoload.php
401/modules/ps_accounts/vendor/composer/autoload_real.php
402/modules/ps_accounts/vendor/composer/platform_check.php
403/modules/ps_accounts/vendor/composer/autoload_static.php
404/modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
405/modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
406/modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
407/modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
408/modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
409/modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
410/modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
411/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
412/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
413/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
414/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
415/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
416/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
417/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
418/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
419/modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
420/modules/ps_facetedsearch/vendor/autoload.php
421/modules/ps_facetedsearch/vendor/composer/autoload_real.php
422/modules/ps_facetedsearch/vendor/composer/autoload_static.php
423/modules/eicaptcha/vendor/autoload.php
424/modules/eicaptcha/vendor/composer/autoload_real.php
425/modules/eicaptcha/vendor/composer/autoload_static.php
426/modules/ps_googleanalytics/vendor/autoload.php
427/modules/ps_googleanalytics/vendor/composer/autoload_real.php
428/modules/ps_googleanalytics/vendor/composer/autoload_static.php
429/modules/ps_eventbus/vendor/autoload.php
430/modules/ps_eventbus/vendor/composer/autoload_real.php
431/modules/ps_eventbus/vendor/composer/autoload_static.php
432/modules/ps_eventbus/vendor/clue/stream-filter/src/functions_include.php
433/modules/ps_eventbus/vendor/clue/stream-filter/src/functions.php
434/modules/ps_eventbus/vendor/ralouphie/getallheaders/src/getallheaders.php
435/modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions_include.php
436/modules/ps_eventbus/vendor/guzzlehttp/psr7/src/functions.php
437/modules/ps_eventbus/vendor/php-http/message/src/filters.php
438/modules/ps_facebook/vendor/autoload.php
439/modules/ps_facebook/vendor/composer/autoload_real.php
440/modules/ps_facebook/vendor/composer/autoload_static.php
441/modules/ps_bestsellers/vendor/autoload.php
442/modules/ps_bestsellers/vendor/composer/autoload_real.php
443/modules/ps_bestsellers/vendor/composer/autoload_static.php
444/modules/payplug/vendor/autoload.php
445/modules/payplug/vendor/composer/autoload_real.php
446/modules/payplug/vendor/composer/autoload_static.php
447/modules/paypal/vendor/autoload.php
448/modules/paypal/vendor/composer/autoload_real.php
449/modules/paypal/vendor/composer/autoload_static.php
450/modules/paypal/vendor/symfony/polyfill-intl-normalizer/bootstrap.php
451/modules/paypal/vendor/guzzlehttp/promises/src/functions_include.php
452/modules/paypal/vendor/guzzlehttp/promises/src/functions.php
453/modules/paypal/vendor/guzzlehttp/guzzle/src/functions_include.php
454/modules/paypal/vendor/guzzlehttp/guzzle/src/functions.php
455/modules/ps_checkout/vendor/autoload.php
456/modules/ps_checkout/vendor/composer/autoload_real.php
457/modules/ps_checkout/vendor/composer/platform_check.php
458/modules/ps_checkout/vendor/composer/autoload_static.php
459/src/Core/Localization/Locale/Repository.php
460/src/Core/Localization/Locale/RepositoryInterface.php
461/src/Core/Localization/CLDR/LocaleRepository.php
462/src/Core/Localization/CLDR/LocaleDataSource.php
463/src/Core/Localization/CLDR/DataLayer/LocaleCache.php
464/src/Core/Data/Layer/AbstractDataLayer.php
465/src/Core/Localization/CLDR/LocaleDataLayerInterface.php
466/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
467/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
468/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
469/vendor/psr/log/Psr/Log/LoggerAwareTrait.php
470/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
471/vendor/psr/cache/src/CacheItemPoolInterface.php
472/vendor/psr/log/Psr/Log/LoggerAwareInterface.php
473/vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
474/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
475/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
476/vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
477/vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
478/vendor/psr/cache/src/CacheItemInterface.php
479/src/Core/Localization/CLDR/DataLayer/LocaleReference.php
480/src/Core/Localization/CLDR/Reader.php
481/src/Core/Localization/CLDR/ReaderInterface.php
482/src/Core/Localization/Currency/Repository.php
483/src/Core/Localization/Currency/RepositoryInterface.php
484/src/Core/Localization/Currency/CurrencyDataSource.php
485/src/Core/Localization/Currency/DataSourceInterface.php
486/src/Core/Localization/Currency/DataLayer/CurrencyCache.php
487/src/Core/Localization/Currency/CurrencyDataLayerInterface.php
488/vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
489/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
490/src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
491/src/Adapter/Currency/CurrencyDataProvider.php
492/src/Core/Currency/CurrencyDataProviderInterface.php
493/src/Adapter/LegacyContext.php
494/src/Adapter/Tools.php
495/src/Core/Localization/Currency/DataLayer/CurrencyReference.php
496/src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
497/vendor/prestashop/decimal/src/Operation/Rounding.php
498/src/Core/Localization/Locale.php
499/src/Core/Localization/LocaleInterface.php
500/src/Core/Localization/Specification/Price.php
501/src/Core/Localization/Specification/Number.php
502/src/Core/Localization/Specification/NumberInterface.php
503/src/Core/Localization/Specification/Factory.php
504/src/Core/Localization/CLDR/LocaleData.php
505/src/Core/Localization/CLDR/NumberSymbolsData.php
506/src/Core/Localization/CLDR/CurrencyData.php
507/src/Core/Localization/CLDR/Locale.php
508/src/Core/Localization/CLDR/LocaleInterface.php
509/src/Core/Localization/Specification/NumberSymbolList.php
510/classes/Currency.php
511/src/Core/Localization/Currency/LocalizedCurrencyId.php
512/src/Core/Localization/Currency/CurrencyData.php
513/src/Core/Localization/Currency/CurrencyCollection.php
514/src/Core/Localization/Currency.php
515/src/Core/Localization/CurrencyInterface.php
516/src/Core/Localization/Specification/NumberCollection.php
517/src/Core/Localization/Number/Formatter.php
518/vendor/symfony/symfony/src/Symfony/Component/Debug/Debug.php
519/vendor/symfony/symfony/src/Symfony/Component/Debug/ExceptionHandler.php
520/vendor/symfony/symfony/src/Symfony/Component/Debug/ErrorHandler.php
521/vendor/psr/log/Psr/Log/LogLevel.php
522/vendor/symfony/symfony/src/Symfony/Component/Debug/BufferingLogger.php
523/vendor/psr/log/Psr/Log/AbstractLogger.php
524/vendor/psr/log/Psr/Log/LoggerInterface.php
525/vendor/symfony/symfony/src/Symfony/Component/Debug/DebugClassLoader.php
526/classes/Cart.php
527/src/Adapter/AddressFactory.php
528/classes/CartRule.php
529/classes/Product.php
530/override/classes/Product.php
531/classes/Pack.php
532/modules/ps_emailsubscription/ps_emailsubscription.php
533/src/Core/Module/WidgetInterface.php
534/src/Core/Foundation/Database/EntityManager.php
535/src/Core/Foundation/Database/DatabaseInterface.php
536/src/Adapter/Database.php
537/src/PrestaShopBundle/Translation/DomainNormalizer.php
538/src/Adapter/Localization/LegacyTranslator.php
539/classes/Media.php
540/modules/blockreassurance/blockreassurance.php
541/modules/ps_facebook/ps_facebook.php
542/modules/ps_facebook/translations/en.php
543/modules/ps_accounts/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ServiceContainer.php
544/modules/ps_accounts/vendor/prestashop/module-lib-cache-directory-provider/src/Cache/CacheDirectoryProvider.php
545/modules/ps_accounts/vendor/prestashop/module-lib-service-container/src/DependencyInjection/ContainerProvider.php
546/var/cache/dev/Ps_facebookFrontContainer.php
547/modules/ps_facebook/classes/Buffer/TemplateBuffer.php
548/modules/ps_checkout/ps_checkout.php
549/classes/PaymentModule.php
550/modules/ps_checkout/translations/en.php
551/var/cache/dev/Ps_checkout7352FrontContainer.php
552/modules/ps_checkout/src/Validator/FrontControllerValidator.php
553/modules/ps_checkout/src/Validator/MerchantValidator.php
554/modules/ps_checkout/src/PayPal/PayPalConfiguration.php
555/modules/ps_checkout/src/Configuration/PrestaShopConfiguration.php
556/modules/ps_checkout/src/Configuration/PrestaShopConfigurationOptionsResolver.php
557/modules/ps_checkout/src/Shop/ShopProvider.php
558/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/OptionsResolver.php
559/vendor/symfony/symfony/src/Symfony/Component/OptionsResolver/Options.php
560/modules/ps_checkout/src/Repository/PayPalCodeRepository.php
561/modules/ps_checkout/src/Repository/PsAccountRepository.php
562/modules/ps_eventbus/vendor/prestashop/prestashop-accounts-installer/src/Installer/Facade/PsAccounts.php
563/modules/ps_eventbus/vendor/prestashop/prestashop-accounts-installer/src/Installer/Installer.php
564/src/Core/Addon/Module/ModuleManagerBuilder.php
565/src/Core/Util/File/YamlParser.php
566/var/cache/dev/yaml/5529aa5156ae5e511559237acf1a76b5.php
567/var/cache/dev/yaml/0181157f6b7bdfa764db34005e78534a.php
568/src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
569/vendor/guzzlehttp/guzzle/src/Client.php
570/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
571/vendor/guzzlehttp/guzzle/src/ClientInterface.php
572/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
573/vendor/guzzlehttp/guzzle/src/Url.php
574/vendor/guzzlehttp/guzzle/src/Utils.php
575/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
576/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
577/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
578/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
579/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
580/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
581/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
582/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
583/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
584/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
585/vendor/guzzlehttp/ringphp/src/Client/StreamHandler.php
586/vendor/guzzlehttp/guzzle/src/RequestFsm.php
587/app/config/parameters.php
588/src/Adapter/Module/ModuleZipManager.php
589/src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
590/vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
591/src/Core/Hook/HookDispatcherInterface.php
592/src/Adapter/Addons/AddonsDataProvider.php
593/src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
594/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
595/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
596/src/Adapter/LegacyLogger.php
597/src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
598/src/Adapter/Module/ModuleDataProvider.php
599/src/Adapter/Module/AdminModuleDataProvider.php
600/src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
601/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
602/vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
603/vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
604/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
605/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
606/vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
607/vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
608/vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
609/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
610/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
611/vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
612/vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
613/vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
614/src/Adapter/Module/ModuleDataUpdater.php
615/src/Core/Addon/Module/ModuleManager.php
616/src/Core/Addon/AddonManagerInterface.php
617/src/Core/Addon/Module/ModuleRepository.php
618/src/Core/Addon/Module/ModuleRepositoryInterface.php
619/vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
620/src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
621/src/Core/Cache/Clearer/CacheClearerInterface.php
622/modules/ps_accounts/ps_accounts.php
623/modules/ps_accounts/translations/en.php
624/modules/ps_accounts/classes/DependencyInjection/ServiceContainer.php
625/modules/ps_accounts/classes/DependencyInjection/ContainerProvider.php
626/var/cache/dev/Ps_accounts562FrontContainer.php
627/modules/ps_accounts/classes/Service/PsAccountsService.php
628/modules/ps_accounts/classes/Repository/ShopTokenRepository.php
629/modules/ps_accounts/classes/Repository/AbstractTokenRepository.php
630/modules/ps_accounts/classes/Repository/ConfigurationRepository.php
631/modules/ps_accounts/classes/Adapter/Configuration.php
632/modules/ps_accounts/classes/Service/AnalyticsService.php
633/modules/ps_accounts/classes/Factory/PsAccountsLogger.php
634/vendor/monolog/monolog/src/Monolog/Handler/RotatingFileHandler.php
635/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php
636/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php
637/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php
638/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php
639/vendor/monolog/monolog/src/Monolog/ResettableInterface.php
640/vendor/monolog/monolog/src/Monolog/Logger.php
641/modules/ps_accounts/vendor/ramsey/uuid/src/Uuid.php
642/modules/ps_accounts/vendor/ramsey/uuid/src/UuidInterface.php
643/modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactory.php
644/modules/ps_accounts/vendor/ramsey/uuid/src/UuidFactoryInterface.php
645/modules/ps_accounts/vendor/ramsey/uuid/src/FeatureSet.php
646/modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Number/DegradedNumberConverter.php
647/modules/ps_accounts/vendor/ramsey/uuid/src/Converter/NumberConverterInterface.php
648/modules/ps_accounts/vendor/ramsey/uuid/src/Builder/DefaultUuidBuilder.php
649/modules/ps_accounts/vendor/ramsey/uuid/src/Builder/UuidBuilderInterface.php
650/modules/ps_accounts/vendor/ramsey/uuid/src/Codec/StringCodec.php
651/modules/ps_accounts/vendor/ramsey/uuid/src/Codec/CodecInterface.php
652/modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/FallbackNodeProvider.php
653/modules/ps_accounts/vendor/ramsey/uuid/src/Provider/NodeProviderInterface.php
654/modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/SystemNodeProvider.php
655/modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Node/RandomNodeProvider.php
656/modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorFactory.php
657/modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomBytesGenerator.php
658/modules/ps_accounts/vendor/ramsey/uuid/src/Generator/RandomGeneratorInterface.php
659/modules/ps_accounts/vendor/ramsey/uuid/src/Provider/Time/SystemTimeProvider.php
660/modules/ps_accounts/vendor/ramsey/uuid/src/Provider/TimeProviderInterface.php
661/modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorFactory.php
662/modules/ps_accounts/vendor/ramsey/uuid/src/Converter/Time/PhpTimeConverter.php
663/modules/ps_accounts/vendor/ramsey/uuid/src/Converter/TimeConverterInterface.php
664/modules/ps_accounts/vendor/ramsey/uuid/src/Generator/DefaultTimeGenerator.php
665/modules/ps_accounts/vendor/ramsey/uuid/src/Generator/TimeGeneratorInterface.php
666/modules/ps_accounts/vendor/ramsey/uuid/src/BinaryUtils.php
667/modules/ps_accounts/classes/Repository/UserTokenRepository.php
668/modules/ps_accounts/classes/Adapter/Link.php
669/modules/ps_accounts/classes/Context/ShopContext.php
670/modules/ps_checkout/src/Context/PrestaShopContext.php
671/modules/ps_checkout/src/ExpressCheckout/ExpressCheckoutConfiguration.php
672/modules/ps_checkout/src/PayPal/PayPalPayLaterConfiguration.php
673/modules/ps_checkout/src/Version/Version.php
674/modules/ps_accounts/classes/Service/ShopLinkAccountService.php
675/modules/ps_accounts/classes/Provider/RsaKeysProvider.php
676/modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php
677/modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php
678/modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php
679/modules/ps_accounts/classes/Adapter/ConfigurationKeys.php
680/modules/ps_accounts/vendor/lcobucci/jwt/src/Parser.php
681/modules/ps_accounts/vendor/lcobucci/jwt/src/Parsing/Decoder.php
682/modules/ps_accounts/vendor/lcobucci/jwt/src/Token/RegisteredClaims.php
683/modules/ps_accounts/vendor/lcobucci/jwt/src/Token/DataSet.php
684/modules/ps_accounts/vendor/lcobucci/jwt/src/Claim/Factory.php
685/classes/ProductDownload.php
686/classes/tax/Tax.php
687/src/Core/Localization/CLDR/ComputingPrecision.php
688/src/Core/Localization/CLDR/ComputingPrecisionInterface.php
689/src/Core/Cart/Calculator.php
690/src/Core/Cart/CartRowCollection.php
691/src/Core/Cart/Fees.php
692/src/Core/Cart/AmountImmutable.php
693/src/Core/Cart/CartRuleCollection.php
694/src/Core/Cart/CartRuleCalculator.php
695/src/Adapter/Product/PriceCalculator.php
696/classes/order/Order.php
697/src/Core/Cart/CartRow.php
698/vendor/prestashop/decimal/src/Number.php
699/vendor/prestashop/decimal/src/Builder.php
700/classes/Gender.php
701/classes/Risk.php
702/classes/Meta.php
703/classes/Address.php
704/classes/ImageType.php
705/classes/State.php
706/src/Core/Filter/FrontEndObject/MainFilter.php
707/src/Core/Filter/FilterInterface.php
708/src/Core/Filter/FrontEndObject/CartFilter.php
709/src/Core/Filter/HashMapWhitelistFilter.php
710/src/Core/Filter/CollectionFilter.php
711/src/Core/Filter/FrontEndObject/ProductFilter.php
712/src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
713/src/Core/Filter/FrontEndObject/CustomerFilter.php
714/src/Core/Filter/FrontEndObject/ShopFilter.php
715/src/Core/Filter/FrontEndObject/ConfigurationFilter.php
716/modules/anthemeblocks/anthemeblocks.php
717/modules/anthemeblocks/lib/Spyc.php
718/modules/anthemeblocks/lib/Finder.php
719/modules/anthemeblocks/classes/AnThemeBlockData.php
720/modules/anthemeblocks/classes/AnThemeBlockDataValidator.php
721/modules/anthemeblocks/classes/AnThemeBlock.php
722/modules/anthemeblocks/classes/AnThemeBlockCollection.php
723/modules/an_megamenu/an_megamenu.php
724/modules/an_megamenu/classes/AnMenu.php
725/modules/an_megamenu/classes/AnDropdown.php
726/classes/controller/AdminController.php
727/modules/an_megamenu/composite/AnMegaMenuConfigurator.php
728/modules/an_megamenu/composite/AnMegaMenuMenuConfigurator.php
729/modules/an_megamenu/composite/AnMegaMenuHooks.php
730/modules/an_megamenu/composite/AnMegaMenuAjaxHandler.php
731/modules/an_megamenu/composite/AnMegaMenuDropDownConfigurator.php
732/modules/an_productattributes/an_productattributes.php
733/classes/Smarty/SmartyDevTemplate.php
734/vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
735/var/cache/dev/smarty/compile/aa/6b/5f/aa6b5f7ef9b15a3f9f6a6a77f083aa7b584ee6b6_2.file.js_header.tpl.php
736/vendor/smarty/smarty/libs/plugins/modifier.escape.php
737/modules/an_brandslider/an_brandslider.php
738/modules/an_stickyaddtocart/an_stickyaddtocart.php
739/modules/gadwordstracking/gadwordstracking.php
740/modules/gadwordstracking/conf/common.conf.php
741/modules/gadwordstracking/lib/module-tools_class.php
742/modules/gadwordstracking/conf/hook.conf.php
743/modules/gadwordstracking/lib/hook/hook-ctrl_class.php
744/modules/gadwordstracking/lib/hook/hook-base_class.php
745/modules/gadwordstracking/lib/hook/hook-display_class.php
746/modules/gadwordstracking/lib/module-dao_class.php
747/var/cache/dev/smarty/compile/e2/2c/32/e22c32559d54bb49825c9347fe004e472a9d3f94_2.file.header.tpl.php
748/modules/gremarketing/gremarketing.php
749/modules/gremarketing/conf/common.conf.php
750/modules/gremarketing/lib/warnings_class.php
751/modules/gremarketing/lib/module-tools_class.php
752/modules/gremarketing/conf/hook.conf.php
753/modules/gremarketing/lib/hook/hook-ctrl_class.php
754/modules/gremarketing/lib/hook/hook-base_class.php
755/modules/gremarketing/lib/hook/hook-display_class.php
756/modules/gremarketing/lib/tags/base-dynamic-tags_class.php
757/modules/gmerchantcenter/gmerchantcenter.php
758/modules/gmerchantcenter/conf/common.conf.php
759/modules/gmerchantcenter/lib/module-tools_class.php
760/modules/gremarketing/lib/tags/dynamic-category-tags_class.php
761/classes/Combination.php
762/classes/stock/StockAvailable.php
763/classes/SpecificPrice.php
764/classes/tax/TaxManagerFactory.php
765/classes/tax/TaxRulesTaxManager.php
766/classes/tax/TaxManagerInterface.php
767/classes/tax/TaxCalculator.php
768/classes/GroupReduction.php
769/classes/Feature.php
770/modules/blockproductsbycountry/blockproductsbycountry.php
771/modules/gremarketing/lib/tags/dynamic-product-tags_class.php
772/var/cache/dev/smarty/compile/6c/c6/4c/6cc64c486a549d4c6b03edd357973995fb722fb4_2.file.footer.tpl.php
773/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
774/modules/ps_googleanalytics/ps_googleanalytics.php
775/modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
776/modules/ps_googleanalytics/classes/Hook/HookInterface.php
777/var/cache/dev/smarty/compile/5f/7a/59/5f7a5978f04c243c7286fe9d2a158b66e731e3a2_2.file.ps_googleanalytics.tpl.php
778/modules/ps_googleanalytics/classes/Handler/ModuleHandler.php
779/modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
780/modules/ps_featuredproducts/ps_featuredproducts.php
781/modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
782/modules/ps_googleanalytics/classes/Wrapper/WrapperInterface.php
783/modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php
784/var/cache/dev/smarty/compile/be/dc/02/bedc029fd3af3588dd120f67fc293267efde6490_2.file.ga_tag.tpl.php
785/modules/ps_facebook/classes/Handler/ErrorHandler/ErrorHandler.php
786/modules/ps_facebook/classes/Config/Env.php
787/modules/ps_facebook/classes/Factory/ContextFactory.php
788/modules/ps_facebook/classes/Handler/ErrorHandler/ModuleFilteredRavenClient.php
789/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Client.php
790/modules/ps_facebook/classes/Config/Config.php
791/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Util.php
792/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Compat.php
793/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Processor/SanitizeDataProcessor.php
794/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Processor.php
795/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Context.php
796/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Breadcrumbs.php
797/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Serializer.php
798/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/ReprSerializer.php
799/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/TransactionStack.php
800/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Breadcrumbs/ErrorHandler.php
801/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/Stacktrace.php
802/modules/ps_accounts/vendor/sentry/sentry/lib/Raven/ErrorHandler.php
803/modules/ps_facebook/classes/Dispatcher/EventDispatcher.php
804/modules/ps_facebook/classes/Handler/ApiConversionHandler.php
805/modules/ps_facebook/classes/Adapter/ConfigurationAdapter.php
806/modules/ps_facebook/classes/API/Client/FacebookClient.php
807/modules/ps_facebook/classes/Factory/FacebookEssentialsApiClientFactory.php
808/modules/ps_facebook/classes/Factory/ApiClientFactoryInterface.php
809/modules/ps_eventbus/vendor/prestashop/module-lib-guzzle-adapter/src/ClientFactory.php
810/modules/ps_eventbus/vendor/prestashop/module-lib-guzzle-adapter/src/VersionDetection.php
811/modules/ps_facebook/classes/Provider/AccessTokenProvider.php
812/modules/ps_facebook/classes/API/ResponseListener.php
813/modules/ps_facebook/classes/API/EventSubscriber/AccountSuspendedSubscriber.php
814/modules/ps_facebook/classes/API/EventSubscriber/SubscriberInterface.php
815/modules/ps_facebook/classes/API/EventSubscriber/ApiErrorSubscriber.php
816/modules/ps_facebook/classes/Factory/PsApiClientFactory.php
817/modules/ps_facebook/classes/Handler/ConfigurationHandler.php
818/modules/ps_eventbus/vendor/prestashop/module-lib-guzzle-adapter/src/Guzzle5/Client.php
819/modules/ps_eventbus/vendor/prestashop/module-lib-guzzle-adapter/src/Interfaces/HttpClientInterface.php
820/modules/ps_eventbus/vendor/prestashop/module-lib-guzzle-adapter/src/Guzzle5/Config.php
821/modules/ps_eventbus/vendor/prestashop/module-lib-guzzle-adapter/src/Interfaces/ConfigInterface.php
822/vendor/guzzlehttp/ringphp/src/Core.php
823/modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Api.php
824/modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Session.php
825/modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/SessionInterface.php
826/modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/ApiConfig.php
827/modules/ps_facebook/vendor/facebook/php-business-sdk/src/FacebookAds/Http/Client.php
828/modules/ps_facebook/classes/Handler/PixelHandler.php
829/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
830/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
831/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php
832/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php
833/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
834/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
835/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
836/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
837/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
838/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
839/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
840/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
841/modules/ps_facebook/classes/Provider/EventDataProvider.php
842/modules/ps_facebook/classes/Adapter/ToolsAdapter.php
843/modules/ps_facebook/classes/Repository/ProductRepository.php
844/modules/ps_facebook/classes/Provider/ProductAvailabilityProvider.php
845/modules/ps_facebook/classes/Provider/ProductAvailabilityProviderInterface.php
846/modules/ps_facebook/classes/Repository/GoogleCategoryRepository.php
847/modules/ps_facebook/classes/Provider/GoogleCategoryProvider.php
848/modules/ps_facebook/classes/Provider/GoogleCategoryProviderInterface.php
849/modules/trustpilot/trustpilot.php
850/modules/trustpilot/orders.php
851/modules/trustpilot/config.php
852/modules/trustpilot/globals.php
853/modules/trustpilot/pastOrders.php
854/modules/trustpilot/apiClients/TrustpilotHttpClient.php
855/modules/trustpilot/products.php
856/modules/trustpilot/trustbox.php
857/modules/trustpilot/viewLoader.php
858/modules/trustpilot/updater.php
859/modules/trustpilot/pluginStatus.php
860/modules/trustpilot/translations/en.php
861/var/cache/dev/smarty/compile/76/aa/d2/76aad24b70e36f97e404aaa8c9b8fdcf48548f1e_2.file.head.tpl.php
862/modules/ps_checkout/src/Builder/PayPalSdkLink/PayPalSdkLinkBuilder.php
863/modules/ps_checkout/src/FundingSource/FundingSourceConfigurationRepository.php
864/modules/ps_checkout/src/Environment/PaypalEnv.php
865/modules/ps_checkout/src/Environment/Env.php
866/modules/ps_checkout/src/Environment/EnvLoader.php
867/modules/ps_checkout/src/PayPal/Mode.php
868/modules/ps_checkout/src/PayPal/Intent.php
869/var/cache/dev/smarty/compile/26/0b/5a/260b5a5638b0a4f82a5ef922bbd958d06bda5e53_2.file.header.tpl.php
870/modules/productcomments/productcomments.php
871/modules/ps_searchbar/ps_searchbar.php
872/modules/ps_shoppingcart/ps_shoppingcart.php
873/modules/anproductextratabs/anproductextratabs.php
874/modules/anscrolltop/anscrolltop.php
875/modules/an_hurry_up/an_hurry_up.php
876/modules/an_theme/an_theme.php
877/modules/an_theme/classes/InputFactory.php
878/modules/an_theme/classes/Input.php
879/modules/an_theme/classes/Validation.php
880/modules/an_theme/cfg/theme_fonts.php
881/modules/an_theme/cfg/theme_js.php
882/modules/an_theme/cfg/theme_css.php
883/modules/an_theme/cfg/hooks.php
884/modules/an_theme/cfg/vars.php
885/modules/an_theme/cfg/theme_colors.php
886/modules/an_theme/cfg/fields.php
887/modules/eicaptcha/eicaptcha.php
888/modules/wingesfar_sync/wingesfar_sync.php
889/modules/codwfeeplus/codwfeeplus.php
890/modules/codwfeeplus/CODwFP.php
891/modules/codwfeeplus/translations/en.php
892/modules/payplug/payplug.php
893/modules/payplug/translations/en.php
894/modules/payplug/classes/PayPlugDependencies.php
895/modules/payplug/classes/DependenciesClass.php
896/modules/payplug/src/utilities/validators/accountValidator.php
897/modules/payplug/src/utilities/validators/browserValidator.php
898/modules/payplug/src/utilities/validators/cardValidator.php
899/modules/payplug/src/utilities/validators/lockValidator.php
900/modules/payplug/src/utilities/validators/loggerValidator.php
901/modules/payplug/src/utilities/validators/moduleValidator.php
902/modules/payplug/src/utilities/validators/orderValidator.php
903/modules/payplug/src/utilities/validators/paymentValidator.php
904/modules/payplug/src/utilities/helpers/AmountHelper.php
905/modules/payplug/src/utilities/helpers/CookiesHelper.php
906/modules/payplug/src/utilities/helpers/FilesHelper.php
907/modules/payplug/src/utilities/helpers/PhoneHelper.php
908/modules/payplug/src/utilities/helpers/UserHelper.php
909/modules/payplug/src/application/dependencies/PluginInit.php
910/modules/payplug/src/application/dependencies/BaseClass.php
911/modules/payplug/src/actions/CardAction.php
912/modules/payplug/src/actions/ConfigurationAction.php
913/modules/payplug/src/actions/MerchantTelemetryAction.php
914/modules/payplug/src/actions/OnboardingAction.php
915/modules/payplug/src/actions/OrderStateAction.php
916/modules/payplug/src/actions/PaymentAction.php
917/modules/payplug/src/models/entities/CacheEntity.php
918/modules/payplug/src/models/entities/OneyEntity.php
919/modules/payplug/src/models/entities/PluginEntity.php
920/modules/payplug/src/models/entities/OrderStateEntity.php
921/modules/payplug/src/application/adapter/AddressAdapter.php
922/modules/payplug/src/interfaces/AddressInterface.php
923/modules/payplug/src/application/adapter/AssignAdapter.php
924/modules/payplug/src/interfaces/AssignInterface.php
925/modules/payplug/src/application/adapter/CarrierAdapter.php
926/modules/payplug/src/interfaces/CarrierInterface.php
927/classes/Carrier.php
928/override/classes/Carrier.php
929/modules/payplug/src/application/adapter/CartAdapter.php
930/modules/payplug/src/interfaces/CartInterface.php
931/modules/payplug/src/application/adapter/ConfigurationAdapter.php
932/modules/payplug/src/interfaces/ConfigurationInterface.php
933/modules/payplug/src/application/adapter/ConstantAdapter.php
934/modules/payplug/src/interfaces/ConstantInterface.php
935/modules/payplug/src/application/adapter/ContextAdapter.php
936/modules/payplug/src/interfaces/ContextInterface.php
937/modules/payplug/src/application/adapter/CountryAdapter.php
938/modules/payplug/src/interfaces/CountryInterface.php
939/modules/payplug/src/application/adapter/CurrencyAdapter.php
940/modules/payplug/src/interfaces/CurrencyInterface.php
941/modules/payplug/src/application/adapter/CustomerAdapter.php
942/modules/payplug/src/interfaces/CustomerInterface.php
943/modules/payplug/src/application/adapter/DispatcherAdapter.php
944/modules/payplug/src/interfaces/DispatcherInterface.php
945/modules/payplug/src/application/adapter/LanguageAdapter.php
946/modules/payplug/src/interfaces/LanguageInterface.php
947/modules/payplug/src/application/adapter/MediaAdapter.php
948/modules/payplug/src/interfaces/MediaInterface.php
949/modules/payplug/src/application/adapter/MessageAdapter.php
950/modules/payplug/src/interfaces/MessageInterface.php
951/modules/payplug/src/application/adapter/ModuleAdapter.php
952/modules/payplug/src/interfaces/ModuleInterface.php
953/modules/payplug/src/application/adapter/OrderAdapter.php
954/modules/payplug/src/interfaces/OrderInterface.php
955/modules/payplug/src/application/adapter/OrderHistoryAdapter.php
956/modules/payplug/src/interfaces/OrderHistoryInterface.php
957/modules/payplug/src/application/adapter/OrderSlipAdapter.php
958/modules/payplug/src/interfaces/OrderSlipInterface.php
959/modules/payplug/src/application/adapter/OrderStateAdapter.php
960/modules/payplug/src/interfaces/OrderStateInterface.php
961/classes/order/OrderState.php
962/modules/payplug/src/application/adapter/ProductAdapter.php
963/modules/payplug/src/interfaces/ProductInterface.php
964/modules/payplug/src/application/adapter/QueryAdapter.php
965/modules/payplug/src/interfaces/QueryInterface.php
966/modules/payplug/src/application/adapter/ShopAdapter.php
967/modules/payplug/src/interfaces/ShopInterface.php
968/modules/payplug/src/application/adapter/ToolsAdapter.php
969/modules/payplug/src/interfaces/ToolsInterface.php
970/modules/payplug/src/application/adapter/TranslationAdapter.php
971/modules/payplug/src/interfaces/TranslationInterface.php
972/modules/payplug/src/application/adapter/ValidateAdapter.php
973/modules/payplug/src/interfaces/ValidateInterface.php
974/modules/payplug/src/models/classes/ApiRest.php
975/modules/payplug/src/models/classes/Configuration.php
976/modules/payplug/src/models/classes/Country.php
977/modules/payplug/src/models/classes/paymentMethod/PaymentMethod.php
978/modules/payplug/src/models/classes/Translation.php
979/modules/payplug/src/models/repositories/CardRepository.php
980/modules/payplug/src/models/repositories/QueryRepository.php
981/modules/payplug/src/models/repositories/CacheRepository.php
982/modules/payplug/src/models/repositories/CountryRepository.php
983/modules/payplug/src/models/repositories/LockRepository.php
984/modules/payplug/src/models/repositories/LoggerRepository.php
985/modules/payplug/src/models/repositories/ModuleRepository.php
986/modules/payplug/src/models/repositories/OrderRepository.php
987/modules/payplug/src/models/repositories/OrderStateRepository.php
988/modules/payplug/src/models/repositories/OrderPaymentRepository.php
989/modules/payplug/src/models/repositories/PaymentRepository.php
990/modules/payplug/src/models/repositories/PayplugOrderStateRepository.php
991/modules/payplug/src/models/repositories/ShopRepository.php
992/modules/payplug/classes/MyLogPHP.php
993/modules/payplug/src/repositories/LoggerRepository.php
994/modules/payplug/src/models/entities/LoggerEntity.php
995/modules/payplug/src/repositories/TranslationsRepository.php
996/modules/payplug/src/repositories/SQLtableRepository.php
997/modules/payplug/src/repositories/CacheRepository.php
998/modules/payplug/src/repositories/OneyRepository.php
999/modules/payplug/src/repositories/OrderStateRepository.php
1000/modules/payplug/src/repositories/InstallRepository.php
1001/modules/payplug/src/utilities/services/Browser.php
1002/modules/payplug/src/utilities/services/Routes.php
1003/modules/payplug/src/utilities/services/MerchantTelemetry.php
1004/modules/payplug/classes/ApiClass.php
1005/modules/payplug/classes/ApplePayClass.php
1006/modules/payplug/classes/AmountCurrencyClass.php
1007/modules/payplug/classes/AdminClass.php
1008/modules/payplug/classes/PayplugLock.php
1009/modules/payplug/classes/CartClass.php
1010/modules/payplug/classes/ConfigClass.php
1011/modules/payplug/classes/InstallmentClass.php
1012/modules/payplug/classes/HookClass.php
1013/modules/payplug/classes/MediaClass.php
1014/modules/payplug/classes/OrderClass.php
1015/modules/payplug/classes/PaymentClass.php
1016/modules/payplug/classes/RefundClass.php
1017/vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
1018/modules/payplug/src/application/adapter/PrestashopAdapter17.php
1019/var/cache/dev/smarty/compile/53/cc/4b/53cc4bd57765fa4540eb52d0d5cbec5e25a8336a_2.file.messages.tpl.php
1020/src/Core/Product/Search/ProductSearchContext.php
1021/src/Core/Product/Search/ProductSearchQuery.php
1022/src/Core/Product/Search/SortOrder.php
1023/modules/ps_facetedsearch/ps_facetedsearch.php
1024/modules/ps_facetedsearch/src/HookDispatcher.php
1025/modules/ps_facetedsearch/src/Hook/Attribute.php
1026/modules/ps_facetedsearch/src/Hook/AbstractHook.php
1027/modules/ps_facetedsearch/src/Hook/AttributeGroup.php
1028/modules/ps_facetedsearch/src/Hook/Category.php
1029/modules/ps_facetedsearch/src/Hook/Design.php
1030/modules/ps_facetedsearch/src/Hook/Feature.php
1031/modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
1032/modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
1033/modules/ps_facetedsearch/src/Hook/FeatureValue.php
1034/modules/ps_facetedsearch/src/Hook/Product.php
1035/modules/ps_facetedsearch/src/Hook/ProductSearch.php
1036/modules/ps_facetedsearch/src/Hook/SpecificPrice.php
1037/modules/ps_facetedsearch/src/URLSerializer.php
1038/modules/ps_facetedsearch/src/Filters/DataAccessor.php
1039/modules/ps_facetedsearch/src/Product/SearchProvider.php
1040/src/Core/Product/Search/FacetsRendererInterface.php
1041/src/Core/Product/Search/ProductSearchProviderInterface.php
1042/modules/ps_facetedsearch/src/Filters/Converter.php
1043/modules/ps_facetedsearch/src/Product/SearchFactory.php
1044/src/Core/Product/Search/ProductSearchResult.php
1045/classes/Manufacturer.php
1046/modules/ps_facetedsearch/src/Product/Search.php
1047/modules/ps_facetedsearch/src/Adapter/MySQL.php
1048/modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
1049/modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
1050/vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
1051/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
1052/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
1053/modules/ps_facetedsearch/src/Filters/Products.php
1054/modules/ps_facetedsearch/src/Filters/Block.php
1055/src/Core/Product/Search/Facet.php
1056/src/Core/Product/Search/Filter.php
1057/src/Core/Product/Search/FacetCollection.php
1058/classes/ProductAssembler.php
1059/classes/ProductPresenterFactory.php
1060/src/Adapter/Presenter/Product/ProductListingPresenter.php
1061/src/Adapter/Presenter/Product/ProductPresenter.php
1062/src/Adapter/Product/ProductColorsRetriever.php
1063/src/Core/Product/ProductPresentationSettings.php
1064/src/Adapter/Presenter/Product/ProductListingLazyArray.php
1065/src/Adapter/Presenter/Product/ProductLazyArray.php
1066/src/Adapter/Presenter/AbstractLazyArray.php
1067/classes/Image.php
1068/classes/ImageManager.php
1069/vendor/prestashop/decimal/src/Operation/Multiplication.php
1070/vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
1071/vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
1072/var/cache/dev/smarty/compile/child_organiqa/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
1073/vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1074/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1075/var/cache/dev/smarty/compile/child_organiqa/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
1076/src/Core/Product/Search/Pagination.php
1077/vendor/defuse/php-encryption/src/Crypto.php
1078/vendor/defuse/php-encryption/src/KeyOrPassword.php
1079/vendor/defuse/php-encryption/src/RuntimeTests.php
1080/vendor/defuse/php-encryption/src/DerivedKeys.php
1081/vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
1082/vendor/defuse/php-encryption/src/Exception/CryptoException.php
1083/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/a8/43/7f/a8437fa7f3cae29efc780c46a88d8a7402da2edd_2.file.category.tpl.php
1084/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/63/6d/a7/636da7e9f1e73ea4e0af841324afd228072171f4_2.file.product-list.tpl.php
1085/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/40/77/3a/40773aaca5a8158b0665d14a76e6492345d248d6_2.file.layout-left-column.tpl.php
1086/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/9b/4b/9d/9b4b9dfd105322f4874138cafa591bb679e3bf80_2.file.layout-both-columns.tpl.php
1087/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/26/74/35/2674352e48a9dcac570a41e5a024a6a439505c25_2.file.head.tpl.php
1088/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/3c/71/4c/3c714cb08d5dae40e0f7aeed6dfbc2f50d7b49a8_2.file.stylesheets.tpl.php
1089/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/08/0c/ea/080ceac90b3ff4a107d5697fc3c0c52713f22901_2.file.javascript.tpl.php
1090/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/e9/79/d7/e979d7f0e4d4d0a69884272927b887573e67d37b_2.file.product-activation.tpl.php
1091/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/18/b8/9d/18b89d5b6d91fed830044b245bd6300675cbe689_2.file.header.tpl.php
1092/modules/ps_languageselector/ps_languageselector.php
1093/var/cache/dev/smarty/compile/child_organiqa/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.pslanguageselectorpslangu.php
1094/modules/ps_currencyselector/ps_currencyselector.php
1095/src/Adapter/ObjectPresenter.php
1096/var/cache/dev/smarty/compile/child_organiqa/b9/77/56/b97756c07f8c7dd53da6530f78f67ddd242f77c9_2.module.pscurrencyselectorpscurre.php
1097/var/cache/dev/smarty/compile/1f/59/74/1f597480fb046c1c38a4294a0531f65dcdc537f1_2.file.customtext.tpl.php
1098/modules/ps_customersignin/ps_customersignin.php
1099/var/cache/dev/smarty/compile/child_organiqa/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.pscustomersigninpscustome.php
1100/modules/an_logo/an_logo.php
1101/var/cache/dev/smarty/compile/child_organiqa/74/96/d2/7496d2b81ba6ced33a36c630e03cb86d3b647a4b_2.module.anlogoviewstemplatesfront.php
1102/src/Adapter/Cart/CartPresenter.php
1103/var/cache/dev/smarty/compile/child_organiqa/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
1104/vendor/smarty/smarty/libs/sysplugins/smarty_template_cached.php
1105/vendor/smarty/smarty/libs/sysplugins/smarty_cacheresource.php
1106/vendor/smarty/smarty/libs/sysplugins/smarty_internal_cacheresource_file.php
1107/var/cache/dev/smarty/cache/an_megamenu/1/1/1/1/1/10/35/77/f9/3577f95135b0d125fd88b20dfb513a0f38d08e8a.an_megamenu.tpl.php
1108/vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1109/var/cache/dev/smarty/compile/child_organiqa/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.pssearchbarpssearchbar.tp.php
1110/modules/pagesnotfound/pagesnotfound.php
1111/src/Adapter/ContainerFinder.php
1112/src/Core/String/CharacterCleaner.php
1113/modules/sekeywords/sekeywords.php
1114/classes/module/ModuleGraph.php
1115/var/cache/dev/smarty/cache/an_megamenu/1/1/1/1/1/10/5a/43/4a/5a434abbfc6317af459b55fadc69795e492040e0.an_megamenu_mobile.tpl.php
1116/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/ec/66/bd/ec66bde7723af298caf2e685e858f370f75484ac_2.file.notifications.tpl.php
1117/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/b6/27/36/b62736c71aaeb7e638f6f5b720c446e39642c1c7_2.file.breadcrumb.tpl.php
1118/modules/ps_categorytree/ps_categorytree.php
1119/var/cache/dev/smarty/compile/child_organiqa/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php
1120/vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1121/var/cache/dev/smarty/compile/child_organiqa/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
1122/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/5b/2d/94/5b2d940ae657224eb37782ebafb4ea473cf23193_2.file.products-top.tpl.php
1123/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/98/cc/39/98cc39ba75d93c2459e1d462a26dfc3cd1a51238_2.file.sort-orders.tpl.php
1124/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/85/77/72/85777223d2a085a5975933c6bb3d6eb92428d801_2.file.products.tpl.php
1125/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/65/a1/4b/65a14ba546d1f1444b04444698398a2504320427_2.file.product.tpl.php
1126/var/cache/dev/smarty/compile/51/a9/ed/51a9ed3d45ee30aa1bf021505ec686abd44097a7_2.file.productattributes.tpl.php
1127/var/cache/dev/smarty/compile/3c/f6/b1/3cf6b12d397ec6080072394bb87a286d4bbc53a6_2.file.product-variants.tpl.php
1128/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/e3/6c/b3/e36cb3ac2db5e9e9ebec8390ad83618871d728d0_2.file.pagination.tpl.php
1129/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/f7/78/28/f778283b7b7c746dc32e6420f00678b1bc1ff1b6_2.file.products-bottom.tpl.php
1130/var/cache/dev/smarty/compile/child_organiqalayouts_layout_left_column_tpl/9b/47/46/9b47460356a592520c6920cf505acc8d9fba7270_2.file.footer.tpl.php
1131/var/cache/dev/smarty/compile/child_organiqa/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php
1132/modules/psgdpr/psgdpr.php
1133/modules/psgdpr/classes/GDPRConsent.php
1134/var/cache/dev/smarty/compile/child_organiqa/5e/ee/24/5eee242e5cbca9bb89b8ffa439cebef7beaaf2e4_2.module.psgdprviewstemplateshookd.php
1135/var/cache/dev/smarty/compile/7d/51/c7/7d51c77ee32b59290869ff40e1fd7e410384efaa_2.file.slider.tpl.php
1136/modules/ps_socialfollow/ps_socialfollow.php
1137/var/cache/dev/smarty/cache/ps_socialfollow/1/1/1/1/1/10/child_organiqa/38/c4/64/38c4643f0a729f4baf6b679f86e7b7d0c8f0fa48.pssocialfollowpssocialfol.php
1138/modules/ps_linklist/ps_linklist.php
1139/var/cache/dev/translations/catalogue.it-IT.NXhscRe.php
1140/var/cache/dev/translations/catalogue.en-GB.NXhscRe.php
1141/var/cache/dev/translations/catalogue.fr-CA.NXhscRe.php
1142/var/cache/dev/translations/catalogue.de-DE.NXhscRe.php
1143/var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
1144/var/cache/dev/translations/catalogue.es-ES.NXhscRe.php
1145/var/cache/dev/translations/catalogue.pl-PL.NXhscRe.php
1146/modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1147/modules/ps_linklist/src/LegacyLinkBlockRepository.php
1148/modules/ps_linklist/src/Model/LinkBlock.php
1149/classes/CMS.php
1150/var/cache/dev/smarty/cache/ps_linklist/displayFooter/1/1/1/1/1/10/child_organiqa/48/7f/de/487fde4585f8bb0b31cbd48ede8e2a927af7c188.pslinklistviewstemplatesh.php
1151/modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1152/var/cache/dev/smarty/cache/ps_customeraccountlinks/1/1/1/1/1/10/child_organiqa/78/d6/0e/78d60edfdac73d4c00b216b4cce2ba4c2132b0ff.pscustomeraccountlinkspsc.php
1153/modules/ps_contactinfo/ps_contactinfo.php
1154/var/cache/dev/smarty/compile/child_organiqa/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.pscontactinfopscontactinf.php
1155/var/cache/dev/smarty/compile/e1/60/db/e160dbdd02722ed554ddfcd5f881c04af652b38d_2.file.paymentsmethod.tpl.php
1156/var/cache/dev/smarty/compile/ed/81/97/ed81975980d5bb6246752cca5c8fa5223d2026c9_2.file.item.tpl.php
1157/var/cache/dev/smarty/compile/a4/29/88/a429880cd4f32fc016dcbfc243b3f20e0221630b_2.file.display_footer.tpl.php
1158/modules/ps_facebook/classes/Handler/MessengerHandler.php
1159/var/cache/dev/smarty/compile/8b/df/86/8bdf866790fa7d04b785ee4b27d4bb6b72533401_2.file.copyrightblock.tpl.php
1160/modules/statsdata/statsdata.php
1161/classes/Guest.php
1162/classes/Connection.php
1163/classes/Page.php
1164/classes/ConnectionsSource.php
1165/var/cache/dev/smarty/compile/e7/5c/83/e75c8305b4095ac1e068f9e928f3e56f288f9313_2.file.bottom.tpl.php
1166/modules/ps_googleanalytics/classes/Hook/HookDisplayFooter.php
1167/modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1168/modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php