5.0
( Sobre 5 )

Inicio

Product added to compare.

Utilizamos cookies propias y de terceros. Si continuas navegando, aceptas la Política de Cookies

Load Time 755 ms
Querying Time 493 ms
Queries 881
Memory Peak Usage 25.0 Mb
Included Files 1114 files - 11.92 Mb
PrestaShop Cache - Mb
Global vars 0.93 Mb
PrestaShop Version 1.7.8.11
PHP Version 7.4.33
MySQL Version 11.4.10-MariaDB-cll-lve
Memory Limit 512M
Max Execution Time 9000s
Smarty Cache disabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 5 ms 5 ms 3.67 Mb 3.7 Mb
__construct 0 ms 5 ms - Mb 3.7 Mb
init 55 ms 60 ms 1.72 Mb 5.4 Mb
checkAccess 0 ms 60 ms - Mb 5.4 Mb
setMedia 4 ms 64 ms 0.18 Mb 5.6 Mb
postProcess 0 ms 64 ms - Mb 5.6 Mb
initHeader 0 ms 64 ms - Mb 5.6 Mb
initContent 529 ms 593 ms 10.60 Mb 16.2 Mb
initFooter 0 ms 593 ms - Mb 16.2 Mb
display 162 ms 755 ms 8.26 Mb 25.0 Mb
Hook Time Memory Usage
Header 222 ms 2.84 Mb
displayMainMenu 63 ms 3.28 Mb
ActionGetProductPropertiesBefore 10 ms - Mb
LeftColumn 10 ms 0.25 Mb
displayFooter 7 ms 0.64 Mb
displayNav1 6 ms 0.65 Mb
displayProductListFunctionalButtons 6 ms 0.02 Mb
DisplayProductListReviews 5 ms 0.03 Mb
DisplayHeader 5 ms 0.12 Mb
displayLeftColumn 4 ms 0.24 Mb
DisplayFooter 3 ms 0.16 Mb
DisplayProductPriceBlock 2 ms 0.20 Mb
DisplayLeftColumn 2 ms 0.11 Mb
DisplayTop 2 ms 0.16 Mb
ActionFrontControllerSetMedia 1 ms 0.02 Mb
renderWidget 1 ms 0.05 Mb
displayBeforeBodyClosingTag 1 ms 0.04 Mb
DisplayGDPRConsent 1 ms 0.09 Mb
ProductSearchProvider 1 ms 0.01 Mb
DisplayBeforeBodyClosingTag 1 ms 0.10 Mb
displayProductPriceBlock 1 ms 0.11 Mb
displayTop 1 ms 0.07 Mb
displayCountDown 1 ms 0.07 Mb
DisplayNavFullWidth 0 ms - Mb
displayNav2 0 ms - Mb
IsJustElementor 0 ms 0.02 Mb
ActionDispatcherBefore 0 ms - Mb
ModuleRoutes 0 ms - Mb
ActionDispatcher 0 ms - Mb
displayVerticalMenu 0 ms - Mb
ActionProductSearchAfter 0 ms - Mb
DisplayNewsletterRegistration 0 ms - Mb
32 hook(s) 358 ms 8.34 Mb
Module Time Memory Usage
ph_simpleblog 5 ms 0.19 Mb
ps_mbo 2 ms 0.06 Mb
iqitthemeeditor 2 ms 0.13 Mb
pspixel 216 ms 2.66 Mb
spanishcities 1 ms 0.05 Mb
ps_emailsubscription 3 ms 0.29 Mb
ps_emailalerts 0 ms 0.04 Mb
rkrlastprice 2 ms 0.19 Mb
shippingconfiguratorpro 2 ms 0.19 Mb
ps_shoppingcart 0 ms 0.02 Mb
quantitydiscountpro 8 ms 0.64 Mb
advancedpopupcreator 3 ms 0.22 Mb
paypal 6 ms 0.22 Mb
autosuggest 4 ms 0.01 Mb
emarketing 1 ms 0.10 Mb
iqitcompare 7 ms - Mb
iqitcontactpage 1 ms - Mb
iqitcookielaw 1 ms 0.06 Mb
iqitcountdown 1 ms 0.09 Mb
iqitelementor 3 ms 0.22 Mb
iqitfreedeliverycount 0 ms 0.02 Mb
iqitlinksmanager 10 ms 1.09 Mb
iqitmegamenu 64 ms 3.33 Mb
iqitsizecharts 0 ms 0.10 Mb
iqitextendedproduct 1 ms 0.03 Mb
iqitsociallogin 0 ms 0.03 Mb
eicaptcha 1 ms 0.10 Mb
ifeedback 29 ms - Mb
whatsapp 2 ms 0.06 Mb
redsys17 1 ms 0.06 Mb
ps_facetedsearch 4 ms 0.14 Mb
iqitsearch 2 ms 0.07 Mb
ps_customersignin 0 ms 0.02 Mb
ps_languageselector 0 ms 0.02 Mb
ps_currencyselector 0 ms 0.02 Mb
ps_categorytree 4 ms 0.26 Mb
acumbamail 1 ms 0.03 Mb
psgdpr 2 ms 0.20 Mb
38 module(s) 389 ms 10.34 Mb

Stopwatch SQL - 881 queries

Query Time (ms) Rows Filesort Group By Location
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("2026-06-17 00:00:00",
INTERVAL 0 DAY)) > 0 AS new, product_shop.price AS orderprice
FROM `tf_category_product` cp
LEFT JOIN `tf_product` p
ON p.`id_product` = cp.`id_product`
INNER JOIN tf_product_shop product_shop
ON (product_shop.id_product = p.id_product AND product_shop.id_shop = 1) LEFT JOIN `tf_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 tf_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 `tf_category_lang` cl
ON (product_shop.`id_category_default` = cl.`id_category`
AND cl.`id_lang` = 1 AND cl.id_shop = 1 )
LEFT JOIN `tf_product_lang` pl
ON (p.`id_product` = pl.`id_product`
AND pl.`id_lang` = 1 AND pl.id_shop = 1 )
LEFT JOIN `tf_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 `tf_image_lang` il
ON (image_shop.`id_image` = il.`id_image`
AND il.`id_lang` = 1)
LEFT JOIN `tf_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,10
125946 ms 5079 Yes /classes/Category.php:1057
SELECT SQL_NO_CACHE cp.id_category, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tf_product p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 tf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.id_manufacturer='12' GROUP BY p.id_product) p INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tf_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<79 GROUP BY cp.id_category
31766 ms 2086580 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `tf_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1
10743 ms 105299072 /classes/SpecificPrice.php:287
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 `tf_configuration` c
LEFT JOIN `tf_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
4890 ms 1723 /classes/Configuration.php:160
SELECT SQL_NO_CACHE p.id_manufacturer, COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tf_product p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 tf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (23, 61) GROUP BY p.id_product) p GROUP BY p.id_manufacturer
4729 ms 1562500 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE ifbpr.rating as stars, ifbpr.total_comments as comments
FROM `tf_ifb_product_rating` ifbpr
INNER JOIN `tf_ifb_product_rating_detail` `ifbrd` ON ifbpr.id_product_rating = ifbrd.id_product_rating
INNER JOIN `tf_ifb_criterion` `fbc` ON fbc.id_ifb_criterion = ifbrd.id_criterion
INNER JOIN `tf_ifb_criterion_shop` `fbcs` ON fbcs.id_criterion = fbc.id_ifb_criterion AND fbcs.id_shop = 1
INNER JOIN `tf_product` `pd` ON pd.id_product = ifbpr.id_product
INNER JOIN `tf_product_shop` `pds` ON pds.id_product = pd.id_product AND pds.id_shop = 1
INNER JOIN `tf_category_product` `catp` ON pd.id_product = catp.id_product
INNER JOIN `tf_category_shop` `cats` ON catp.id_category = cats.id_category AND cats.id_shop = 1
INNER JOIN `tf_category` `cate` ON cate.id_category = catp.id_category AND cate.id_category IN(23,24,25,26,27,28,29,30,31,32,34,35,36,37,39,40,41,42,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,71,2)
INNER JOIN `tf_ifb_rating` `ifbr` ON ifbr.id_criterion = ifbrd.id_criterion
INNER JOIN `tf_ifb_feedback` `ifb` ON ifbr.id_feedback = ifb.id_feedback
WHERE (ifb.approved = 1) AND (fbc.deleted = 0 AND fbcs.visible = 1)
GROUP BY pd.id_product
4271 ms 870 Yes Yes /modules/ifeedback/classes/IFBClass.php:1276
SELECT SQL_NO_CACHE h.id_hook, h.name as h_name, title, description, h.position, hm.position as hm_position, m.id_module, m.name, m.active
FROM `tf_hook_module` hm
STRAIGHT_JOIN `tf_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `tf_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
3667 ms 633 /classes/Hook.php:504
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tf_product p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 tf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (23, 61) AND p.id_manufacturer='12' GROUP BY p.id_product) p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 tf_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)))
3533 ms 4037500 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tf_module` m
INNER JOIN tf_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 `tf_module_shop` `ms` ON ms.`id_module` = m.`id_module`
INNER JOIN `tf_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tf_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tf_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`
3466 ms 415 Yes Yes /classes/Hook.php:1183
SELECT SQL_NO_CACHE psi.price_min, MIN(price_min) as min, MAX(price_max) as max FROM tf_product p INNER JOIN tf_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 = 6) INNER JOIN tf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (23, 61) AND p.id_manufacturer='12'
3458 ms 646 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE p.id_product FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tf_product p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 tf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (23, 61) AND p.id_manufacturer='12' GROUP BY p.id_product) p INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) GROUP BY p.id_product ORDER BY p.position ASC, p.id_product DESC
3405 ms 807500 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `tf_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `tf_hook_alias` ha
INNER JOIN `tf_hook` h ON ha.name = h.name
2922 ms 0 /classes/Hook.php:1243
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tf_product p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 tf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (23, 61) AND p.id_manufacturer='12' GROUP BY p.id_product) p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 ) WHERE ((sa.out_of_stock=1) OR (sa.quantity>0))
2882 ms 4037500 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE COUNT(DISTINCT p.id_product) c FROM (SELECT p.id_product, p.id_manufacturer, SUM(sa.quantity) as quantity, p.condition, p.weight, p.price, psales.quantity as sales, p.on_sale, p.date_add, cp.position FROM tf_product p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 tf_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tf_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tf_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tf_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tf_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND cp.id_category IN (23, 61) AND p.id_manufacturer='12' GROUP BY p.id_product) p LEFT JOIN tf_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tf_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tf_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 ) WHERE ((sa.quantity>0))
2865 ms 4037500 /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
(SELECT SQL_NO_CACHE * FROM `tf_cart_rule` cr
LEFT JOIN `tf_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND free_shipping = 1 AND carrier_restriction = 1)
1801 ms 1 /classes/CartRule.php:444
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 2 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1 AND c.`level_depth` <= 5 AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1486 ms 39 Yes Yes /classes/Category.php:793
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 `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON (c.`id_category` = cl.`id_category` AND `id_lang` = 1  AND cl.id_shop = 1 )
LEFT JOIN `tf_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
1250 ms 15 Yes Yes /classes/Category.php:919
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tf_manufacturer` m INNER JOIN tf_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tf_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
1120 ms 41 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 30 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
1021 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE hs.`id_tab` as id_tab, hssl.`title`, hssl.`label`, hssl.`url`,
hss.`position`,  hss.`active_label`, hss.`url_type`, hss.`id_url`, hss.`icon_type`, hss.`icon_class`, hss.`icon`, hss.`legend_icon`,
hss.`new_window`, hss.`float`, hss.`submenu_type`, hss.`submenu_content`, hss.`submenu_width`, hss.`group_access`
FROM tf_iqitmegamenu_tabs_shop hs
LEFT JOIN tf_iqitmegamenu_tabs hss ON (hs.id_tab = hss.id_tab)
LEFT JOIN tf_iqitmegamenu_tabs_lang hssl ON (hss.id_tab = hssl.id_tab)
WHERE id_shop = 1 AND menu_type = 1 AND active = 1
AND hssl.id_lang = 1
ORDER BY hss.position
997 ms 14 Yes /modules/iqitmegamenu/models/IqitMenuTab.php:178
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 42 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
991 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 37 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
990 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE m.*, ml.`description`, ml.`short_description`
FROM `tf_manufacturer` m INNER JOIN tf_manufacturer_shop manufacturer_shop
ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = 1)INNER JOIN `tf_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
988 ms 41 Yes /classes/Manufacturer.php:207
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 57 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
964 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 34 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
958 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE lower(name) as name
FROM `tf_hook` h
WHERE (h.active = 1)
956 ms 918 /classes/Hook.php:1283
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 50 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
924 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 27 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
897 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 29 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
892 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 26 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
891 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 28 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
891 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 58 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
885 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 23 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
879 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 54 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
876 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 56 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
875 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1306 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
874 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 51 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
872 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1334
LIMIT 1
862 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 53 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
862 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1515 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
857 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1933 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 0 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
857 ms 6 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 55 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
852 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1086 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
852 ms 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 35 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
851 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 31 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
848 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 32 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
848 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 59 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
848 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 25 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
847 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 61 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
846 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1429 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
842 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 60 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
836 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1796 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
828 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1009 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
826 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE * FROM `tf_currency` c ORDER BY `iso_code` ASC
825 ms 2 Yes /classes/Currency.php:709
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 36 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
824 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1205 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
820 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1138 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
820 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 973 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
816 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 41 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
811 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1283 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
810 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1175 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
803 ms 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1111 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
800 ms 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1386 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
798 ms 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1722 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
798 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1334 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
794 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1486 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
792 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 52 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
786 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1493 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
786 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1236 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
784 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1438 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
779 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1489 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
777 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1096 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
776 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1058 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
772 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1491 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
768 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1114 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
760 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 960 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
759 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1485 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
759 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1494 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
757 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tf_hook`
756 ms 918 /classes/Hook.php:1243
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1065 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
749 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1797 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
746 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1364 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
744 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `tf_meta` m
LEFT JOIN `tf_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
743 ms 67 Yes /classes/Dispatcher.php:650
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1386
LIMIT 1
740 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1306
LIMIT 1
725 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1488 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
725 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1364
LIMIT 1
722 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *
FROM `tf_advancedpopup`
INNER JOIN `tf_advancedpopup_lang` ON `tf_advancedpopup`.`id_advancedpopup` = `tf_advancedpopup_lang`.`id_advancedpopup`
WHERE `id_shop` = 1 AND `id_lang` = 1 AND `active` = 1
AND (`date_init` <= "2026-06-17 22:38:03" OR `date_init` = "1970-01-01 00:00:00")
AND (`date_end` >= "2026-06-17 22:38:03" OR `date_end` = "1970-01-01 00:00:00")
AND (`customers` = ""
OR `customers` IS NULL
OR FIND_IN_SET("0", `customers`))
AND (`languages` = ""
OR `languages` IS NULL
OR FIND_IN_SET("1", `languages`))
AND (`display_ip_string` = ""
OR `display_ip_string` IS NULL
OR FIND_IN_SET("216.73.217.122", `display_ip_string`))
AND (`display_url_string` = ""
OR `display_url_string` IS NULL
OR INSTR("tiendafitnesscanarias.com/2-inicio?page=2&q=Categor%C3%ADas-ACCESORIOS+Y+ALMACENAMIENTO-OUTLET%2FMarca-FDL&resultsPerPage=24", `display_url_string`) > 0)
AND (`genders` = ""
OR `genders` IS NULL) AND (`groups` = ""
OR `groups` IS NULL  OR FIND_IN_SET(1, `groups`)) AND `display_desktop` = 1 AND (`cms` = ""
OR `cms` IS NULL) AND (`controller_exceptions` = ""
OR `controller_exceptions` IS NULL
OR FIND_IN_SET("category", `controller_exceptions`)) AND (`display_after_cart` = 1
OR `products` = ""
OR `products` IS NULL) AND (`display_after_cart` = 1
OR (`categories` = ""
OR `categories` IS NULL
OR FIND_IN_SET("2", `categories`))) AND (`display_after_cart` = 1
OR `manufacturers` = ""
OR `manufacturers` IS NULL) AND (`display_after_cart` = 1
OR `suppliers` = ""
OR `suppliers` IS NULL) ORDER BY `priority` ASC;
721 ms 1 Yes /modules/advancedpopupcreator/classes/AdvancedPopup.php:389
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1086
LIMIT 1
708 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1495 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
707 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1429
LIMIT 1
705 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1009
LIMIT 1
703 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1426 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 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
698 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1796
LIMIT 1
697 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 973
LIMIT 1
691 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1175
LIMIT 1
689 ms 1 /classes/ProductAssembler.php:106
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1933 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1933 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
678 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1236
LIMIT 1
674 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1138
LIMIT 1
664 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tf_module` m
LEFT JOIN `tf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
660 ms 130 /classes/module/Module.php:340
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1429 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1429 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
659 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tf_category` a0
LEFT JOIN `tf_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 79) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
658 ms 1 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1111
LIMIT 1
655 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1438
LIMIT 1
651 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 960
LIMIT 1
644 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1722
LIMIT 1
643 ms 1 /classes/ProductAssembler.php:106
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1722 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1722 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
641 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1491
LIMIT 1
640 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1058
LIMIT 1
639 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE c.`id_category`, cl.`name`
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_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
636 ms 40 Yes /classes/Category.php:718
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1796 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1796 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
635 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1009 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1009 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
631 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1205 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1205 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
631 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1065
LIMIT 1
628 ms 1 /classes/ProductAssembler.php:106
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 973 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 973 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
621 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1306 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1306 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
617 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1096 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1096 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
612 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1205
LIMIT 1
611 ms 1 /classes/ProductAssembler.php:106
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1283 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1283 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
610 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1086 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1086 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
610 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1175 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1175 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
607 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1114
LIMIT 1
607 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tf_module` m
LEFT JOIN `tf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
606 ms 130 /classes/module/Module.php:340
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1096
LIMIT 1
602 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1797
LIMIT 1
602 ms 1 /classes/ProductAssembler.php:106
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1236 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1236 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
599 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1426 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1426 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
595 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1426
LIMIT 1
594 ms 1 /classes/ProductAssembler.php:106
(SELECT 1 FROM `tf_cart_rule` WHERE date_to >= "2026-06-17 00:00:00" AND date_to <= "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `tf_cart_rule` WHERE date_from >= "2026-06-17 00:00:00" AND date_from <= "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `tf_cart_rule` WHERE date_from < "2026-06-17 00:00:00" AND date_to > "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
594 ms 1 /classes/CartRule.php:383
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1111 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1111 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
591 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE tr.*
FROM `tf_tax_rule` tr
JOIN `tf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 10
AND tr.`id_state` IN (0, 363)
AND ('38109' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '38109')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
591 ms 2 /classes/tax/TaxRulesTaxManager.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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1138 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1138 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
581 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1386 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1386 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
578 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1334 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1334 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
576 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1058 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1058 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
576 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 960 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 960 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
575 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1491 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1491 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
572 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1438 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1438 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
565 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1493 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1493 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
560 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1515 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1515 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
559 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1485 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1485 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
558 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1797 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1797 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
548 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1065 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1065 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
547 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1486 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1486 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
545 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1494 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1494 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
539 ms 0 /classes/Cart.php:1429
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1489 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1489 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
532 ms 0 /classes/Cart.php:1429
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1491) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
529 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1364 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1364 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
528 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tf_module` m
LEFT JOIN `tf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
525 ms 130 /classes/module/Module.php:340
(SELECT 1 FROM `tf_cart_rule` WHERE date_to >= "2026-06-17 00:00:00" AND date_to <= "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `tf_cart_rule` WHERE date_from >= "2026-06-17 00:00:00" AND date_from <= "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1)UNION ALL (SELECT 1 FROM `tf_cart_rule` WHERE date_from < "2026-06-17 00:00:00" AND date_to > "2026-06-17 23:59:59" AND `id_customer` IN (0,0) LIMIT 1) LIMIT 1
521 ms 1 /classes/CartRule.php:383
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1933) AND (b.`id_shop` = 1) LIMIT 1
521 ms 1 /src/Adapter/EntityMapper.php:76
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1495 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1495 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
519 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1515) AND (b.`id_shop` = 1) LIMIT 1
516 ms 1 /src/Adapter/EntityMapper.php:76
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1488 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1488 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
510 ms 0 /classes/Cart.php:1429
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1438) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
488 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_category` a0
LEFT JOIN `tf_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` > 2) AND (a0.`nright` < 79) AND (a1.`id_lang` = 1)
488 ms 40 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE *
FROM `tf_country` a
LEFT JOIN `tf_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `tf_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
485 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1205) AND (b.`id_shop` = 1) LIMIT 1
485 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1493) AND (b.`id_shop` = 1) LIMIT 1
484 ms 1 /src/Adapter/EntityMapper.php:76
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 `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1114 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_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` = 1114 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
483 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1486) AND (b.`id_shop` = 1) LIMIT 1
482 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1283) AND (b.`id_shop` = 1) LIMIT 1
481 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1485) AND (b.`id_shop` = 1) LIMIT 1
476 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1386) AND (b.`id_shop` = 1) LIMIT 1
475 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
473 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1489) AND (b.`id_shop` = 1) LIMIT 1
469 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1494) AND (b.`id_shop` = 1) LIMIT 1
465 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1429) AND (b.`id_shop` = 1) LIMIT 1
460 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tf_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
460 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1495) AND (b.`id_shop` = 1) LIMIT 1
456 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1488) AND (b.`id_shop` = 1) LIMIT 1
451 ms 1 /src/Adapter/EntityMapper.php:76
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1796) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
447 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1205) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
447 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1086) AND (b.`id_shop` = 1) LIMIT 1
445 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
444 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1138) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
444 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1111) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
443 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1334) AND (b.`id_shop` = 1) LIMIT 1
443 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1933
ORDER BY f.position ASC
442 ms 1 Yes /classes/Product.php:5905
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1797) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
442 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1306) AND (b.`id_shop` = 1) LIMIT 1
442 ms 1 /src/Adapter/EntityMapper.php:76
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1096) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
442 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1086
ORDER BY f.position ASC
441 ms 1 Yes /classes/Product.php:5905
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 tf_shop_group gs
LEFT JOIN tf_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN tf_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
440 ms 1 Yes /classes/shop/Shop.php:711
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1009
ORDER BY f.position ASC
440 ms 1 Yes /classes/Product.php:5905
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1334) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
438 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1426) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
437 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1114) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
437 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1096
ORDER BY f.position ASC
436 ms 1 Yes /classes/Product.php:5905
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1175) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
436 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
436 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 960) AND (b.`id_shop` = 1) LIMIT 1
434 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1429
ORDER BY f.position ASC
434 ms 1 Yes /classes/Product.php:5905
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1065) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
433 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1722) AND (b.`id_shop` = 1) LIMIT 1
433 ms 1 /src/Adapter/EntityMapper.php:76
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1009) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
433 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1236) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
433 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1364) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
433 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1386) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
432 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1722) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
431 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1429) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
429 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1058) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
428 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1306) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
428 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1722
ORDER BY f.position ASC
427 ms 1 Yes /classes/Product.php:5905
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (960) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
427 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1096) AND (b.`id_shop` = 1) LIMIT 1
426 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1796) AND (b.`id_shop` = 1) LIMIT 1
425 ms 1 /src/Adapter/EntityMapper.php:76
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1086) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
424 ms 1 Yes Yes /classes/Product.php:4487
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 `tf_product_attribute` pa
INNER JOIN tf_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 `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (973) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
424 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1111) AND (b.`id_shop` = 1) LIMIT 1
423 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1306
ORDER BY f.position ASC
423 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1797) AND (b.`id_shop` = 1) LIMIT 1
423 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1175 LIMIT 1
422 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1138) AND (b.`id_shop` = 1) LIMIT 1
421 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 973
ORDER BY f.position ASC
420 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1009) AND (b.`id_shop` = 1) LIMIT 1
419 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1205
ORDER BY f.position ASC
419 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 973) AND (b.`id_shop` = 1) LIMIT 1
419 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1283
ORDER BY f.position ASC
418 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1065) AND (b.`id_shop` = 1) LIMIT 1
416 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1175
ORDER BY f.position ASC
416 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1334
ORDER BY f.position ASC
414 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1236) AND (b.`id_shop` = 1) LIMIT 1
413 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1058) AND (b.`id_shop` = 1) LIMIT 1
412 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1491
ORDER BY f.position ASC
411 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1175) AND (b.`id_shop` = 1) LIMIT 1
410 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1114) AND (b.`id_shop` = 1) LIMIT 1
409 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1426
ORDER BY f.position ASC
407 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_currency` c
INNER JOIN tf_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
407 ms 2 Yes /classes/Currency.php:694
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1111
ORDER BY f.position ASC
407 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
405 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1438) AND (b.`id_shop` = 1) LIMIT 1
404 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) AND (b.`id_shop` = 1) LIMIT 1
404 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1364) AND (b.`id_shop` = 1) LIMIT 1
403 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1796
ORDER BY f.position ASC
403 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1491) AND (b.`id_shop` = 1) LIMIT 1
396 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1236
ORDER BY f.position ASC
394 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1494
ORDER BY f.position ASC
392 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE fb.id_feedback id,
fb.id_feedback,
fb.id_customer,
name_customer customer,
'' email,
fb.feedback,
0 stars,
fb.approved,
fb.date_add,
fb.date_upd,
''reply,
0 stars,
'' order_data,
fb.id_order,
fb.id_product
FROM `tf_ifb_feedback` fb
INNER JOIN `tf_ifb_rating` `fbr` ON fbr.id_feedback = fb.id_feedback
WHERE (fb.id_shop = 1) AND (fb.approved = 1) AND (fb.id_product = 1485)
GROUP BY fb.id_feedback
ORDER BY fb.id_feedback DESC
LIMIT 50, 50
389 ms 1 Yes Yes /modules/ifeedback/classes/IFBFilter.php:111
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1722
ORDER BY `position`
388 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1386
ORDER BY f.position ASC
388 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1086
ORDER BY `position`
387 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1429
ORDER BY `position`
386 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1138
ORDER BY f.position ASC
386 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1515
ORDER BY f.position ASC
384 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `tf_lang` l
JOIN tf_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
383 ms 1 /classes/Language.php:1198
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1493
ORDER BY f.position ASC
383 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1495
ORDER BY f.position ASC
383 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
382 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1438
ORDER BY f.position ASC
382 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 960
ORDER BY f.position ASC
381 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1426) AND (b.`id_shop` = 1) LIMIT 1
380 ms 1 /src/Adapter/EntityMapper.php:76
(SELECT SQL_NO_CACHE * FROM `tf_cart_rule` cr
LEFT JOIN `tf_cart_rule_lang` crl ON (cr.`id_cart_rule` = crl.`id_cart_rule` AND crl.`id_lang` = 1)
WHERE (cr.`id_customer` = 0
OR (cr.`id_customer` = 0 AND (cr.`highlight` = 1 OR cr.`code` = "")))
AND NOW() BETWEEN cr.date_from AND cr.date_to
AND cr.`active` = 1
AND cr.`quantity` > 0 AND highlight = 1 AND code NOT LIKE "BO_ORDER_%")
379 ms 1 /classes/CartRule.php:444
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1096
ORDER BY `position`
379 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
LEFT JOIN `tf_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'ACCESORIOS Y ALMACENAMIENTO'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
378 ms 2 /classes/Category.php:1484
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1058
ORDER BY f.position ASC
378 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1491
ORDER BY `position`
378 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE fb.id_feedback id,
fb.id_feedback,
fb.id_customer,
name_customer customer,
'' email,
fb.feedback,
0 stars,
fb.approved,
fb.date_add,
fb.date_upd,
''reply,
0 stars,
'' order_data,
fb.id_order,
fb.id_product
FROM `tf_ifb_feedback` fb
INNER JOIN `tf_ifb_rating` `fbr` ON fbr.id_feedback = fb.id_feedback
WHERE (fb.id_shop = 1) AND (fb.approved = 1) AND (fb.id_product = 1486)
GROUP BY fb.id_feedback
ORDER BY fb.id_feedback DESC
LIMIT 50, 50
376 ms 1 Yes Yes /modules/ifeedback/classes/IFBFilter.php:111
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1065
ORDER BY f.position ASC
375 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
375 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1485
ORDER BY f.position ASC
375 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE tr.*
FROM `tf_tax_rule` tr
JOIN `tf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 10
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
374 ms 1 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1797
ORDER BY `position`
374 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1009
ORDER BY `position`
373 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE fb.id_feedback id,
fb.id_feedback,
fb.id_customer,
name_customer customer,
'' email,
fb.feedback,
0 stars,
fb.approved,
fb.date_add,
fb.date_upd,
''reply,
0 stars,
'' order_data,
fb.id_order,
fb.id_product
FROM `tf_ifb_feedback` fb
INNER JOIN `tf_ifb_rating` `fbr` ON fbr.id_feedback = fb.id_feedback
WHERE (fb.id_shop = 1) AND (fb.approved = 1) AND (fb.id_product = 1494)
GROUP BY fb.id_feedback
ORDER BY fb.id_feedback DESC
LIMIT 50, 50
372 ms 1 Yes Yes /modules/ifeedback/classes/IFBFilter.php:111
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1364
ORDER BY f.position ASC
370 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
369 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1486
ORDER BY f.position ASC
369 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1489
ORDER BY f.position ASC
367 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
367 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
367 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
366 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1797
ORDER BY f.position ASC
365 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1796
ORDER BY `position`
365 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1306
ORDER BY `position`
364 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1205
ORDER BY `position`
363 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
362 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
362 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE AVG(fbr.star) as stars, COUNT(fbr.star) as total
FROM `tf_ifb_rating` fbr
INNER JOIN `tf_ifb_feedback` `ifb` ON ifb.id_feedback = fbr.id_feedback
WHERE (ifb.id_product != 0) AND (ifb.approved = 1) LIMIT 1
360 ms 19 /modules/ifeedback/classes/IFBClass.php:1315
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM tf_shop_url su
LEFT JOIN tf_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'tiendafitnesscanarias.com' OR su.domain_ssl = 'tiendafitnesscanarias.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
358 ms 1 Yes /classes/shop/Shop.php:1350
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1138
ORDER BY `position`
357 ms 1 Yes /classes/Product.php:3517
REPLACE INTO tf_layered_filter_block (hash, data) VALUES ("121ef391fa973ee0ddc5308170671756", "a:1:{s:7:\"filters\";a:4:{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:11:\"Categorías\";s:6:\"values\";a:10:{i:23;a:3:{s:4:\"name\";s:27:\"ACCESORIOS Y ALMACENAMIENTO\";s:3:\"nbr\";s:2:\"52\";s:7:\"checked\";b:1;}i:25;a:2:{s:4:\"name\";s:12:\"SEGUNDA MANO\";s:3:\"nbr\";s:1:\"1\";}i:26;a:2:{s:4:\"name\";s:28:\"DOMÉSTICO Y SEMIPROFESIONAL\";s:3:\"nbr\";s:1:\"2\";}i:27;a:2:{s:4:\"name\";s:5:\"BOXEO\";s:3:\"nbr\";s:1:\"4\";}i:28;a:2:{s:4:\"name\";s:26:\"MATERIAL DE ESTUDIO - AADD\";s:3:\"nbr\";s:3:\"159\";}i:29;a:2:{s:4:\"name\";s:25:\"CROSS FUNCTIONAL TRAINING\";s:3:\"nbr\";s:3:\"216\";}i:30;a:2:{s:4:\"name\";s:10:\"PESO LIBRE\";s:3:\"nbr\";s:3:\"229\";}i:31;a:2:{s:4:\"name\";s:10:\"PAVIMENTOS\";s:3:\"nbr\";s:2:\"23\";}i:32;a:2:{s:4:\"name\";s:12:\"MUSCULACIÓN\";s:3:\"nbr\";s:2:\"17\";}i:61;a:3:{s:4:\"name\";s:6:\"OUTLET\";s:3:\"nbr\";s:1:\"1\";s:7:\"checked\";b:1;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:1;a:7:{s:9:\"type_lite\";s:12:\"manufacturer\";s:4:\"type\";s:12:\"manufacturer\";s:6:\"id_key\";i:0;s:4:\"name\";s:5:\"Marca\";s:6:\"values\";a:4:{i:5;a:2:{s:4:\"name\";s:6:\"Reebok\";s:3:\"nbr\";s:1:\"6\";}i:6;a:2:{s:4:\"name\";s:4:\"Ziva\";s:3:\"nbr\";s:2:\"55\";}i:12;a:3:{s:4:\"name\";s:3:\"FDL\";s:3:\"nbr\";s:2:\"53\";s:7:\"checked\";b:1;}i:30;a:2:{s:4:\"name\";s:7:\"Impulse\";s:3:\"nbr\";s:1:\"9\";}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}i:2;a:12:{s:9:\"type_lite\";s:5:\"price\";s:4:\"type\";s:5:\"price\";s:6:\"id_key\";i:0;s:4:\"name\";s:6:\"Precio\";s:3:\"max\";d:835;s:3:\"min\";d:2;s:4:\"unit\";s:3:\"€\";s:14:\"specifications\";a:11:{s:6:\"symbol\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:12:\"currencyCode\";s:3:\"EUR\";s:14:\"currencySymbol\";s:3:\"€\";s:13:\"numberSymbols\";a:11:{i:0;s:1:\",\";i:1;s:1:\".\";i:2;s:1:\";\";i:3;s:1:\"%\";i:4;s:1:\"-\";i:5;s:1:\"+\";i:6;s:1:\"E\";i:7;s:2:\"×\";i:8;s:3:\"‰\";i:9;s:3:\"∞\";i:10;s:3:\"NaN\";}s:15:\"positivePattern\";s:12:\"#,##0.00 ¤\";s:15:\"negativePattern\";s:13:\"-#,##0.00 ¤\";s:17:\"maxFractionDigits\";i:2;s:17:\"minFractionDigits\";i:2;s:12:\"groupingUsed\";b:1;s:16:\"primaryGroupSize\";i:3;s:18:\"secondaryGroupSize\";i:3;}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";i:3;s:3:\"nbr\";i:53;s:5:\"value\";N;}i:3;a:7:{s:9:\"type_lite\";s:12:\"availability\";s:4:\"type\";s:12:\"availability\";s:6:\"id_key\";i:0;s:4:\"name\";s:14:\"Disponibilidad\";s:6:\"values\";a:2:{i:2;a:2:{s:4:\"name\";s:8:\"En stock\";s:3:\"nbr\";i:30;}i:0;a:2:{s:4:\"name\";s:13:\"No disponible\";s:3:\"nbr\";i:23;}}s:17:\"filter_show_limit\";i:0;s:11:\"filter_type\";s:1:\"0\";}}}")
357 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:211
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1236
ORDER BY `position`
357 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1488
ORDER BY f.position ASC
357 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1426
ORDER BY `position`
356 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1175
ORDER BY `position`
356 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 973
ORDER BY `position`
351 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1334
ORDER BY `position`
351 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1111
ORDER BY `position`
351 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_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
350 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE fb.id_feedback id,
fb.id_feedback,
fb.id_customer,
name_customer customer,
'' email,
fb.feedback,
0 stars,
fb.approved,
fb.date_add,
fb.date_upd,
''reply,
0 stars,
'' order_data,
fb.id_order,
fb.id_product
FROM `tf_ifb_feedback` fb
INNER JOIN `tf_ifb_rating` `fbr` ON fbr.id_feedback = fb.id_feedback
WHERE (fb.id_shop = 1) AND (fb.approved = 1)
GROUP BY fb.id_feedback
ORDER BY fb.id_feedback DESC
LIMIT 1
349 ms 1 Yes /modules/ifeedback/classes/IFBFilter.php:111
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1386
ORDER BY `position`
346 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 960
ORDER BY `position`
343 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1058
ORDER BY `position`
341 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1933
AND image_shop.`cover` = 1 LIMIT 1
341 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a0
LEFT JOIN `tf_category_lang` `a1` ON (a0.`id_category` = a1.`id_category`)
WHERE (a0.`nleft` < 2) AND (a0.`nright` > 79) AND (a1.`id_lang` = 1)
ORDER BY a0.`nleft` asc
340 ms 1 /classes/PrestaShopCollection.php:381
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `tf_category` c
LEFT JOIN `tf_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 1)
WHERE `level_depth` = 1
340 ms 1 /classes/Category.php:2233
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1065
ORDER BY `position`
338 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1205)
338 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1114
ORDER BY f.position ASC
336 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1722)
335 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1438
ORDER BY `position`
335 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1429)
331 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `tf_lang` l
LEFT JOIN `tf_lang_shop` ls ON (l.id_lang = ls.id_lang)
327 ms 1 /classes/Language.php:1049
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1933)
327 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1515)
326 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
323 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1096)
323 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
322 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1009)
321 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1386)
321 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1086)
320 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1283)
317 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1364
ORDER BY `position`
317 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 960)
316 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1175)
315 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1306)
313 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 973)
313 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1796)
312 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_currency` a
LEFT JOIN `tf_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
312 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1334)
312 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1485)
310 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1111)
307 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE 1 FROM tf_cart_product cp INNER JOIN tf_product p
ON (p.id_product = cp.id_product) INNER JOIN tf_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
306 ms 1 /classes/Cart.php:4218
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1493)
306 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
LEFT JOIN `tf_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'OUTLET'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
304 ms 2 /classes/Category.php:1484
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1491)
304 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1
303 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
303 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE format
FROM `tf_address_format`
WHERE `id_country` = 6 LIMIT 1
302 ms 1 /classes/AddressFormat.php:672
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1236)
302 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1138)
301 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1114
ORDER BY `position`
300 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1438)
300 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1494)
299 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1486)
296 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1
295 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(fbr.star)/COUNT(fbr.id_feedback) AS stars
FROM `tf_ifb_rating` fbr
INNER JOIN `tf_ifb_feedback` `fb` ON fb.id_feedback = fbr.id_feedback
INNER JOIN `tf_ifb_criterion_shop` `fbcs` ON fbcs.id_criterion = fbr.id_criterion AND fbcs.id_shop = fb.id_shop
INNER JOIN `tf_ifb_criterion` `fbc` ON fbc.id_ifb_criterion = fbcs.id_criterion
WHERE (fbcs.visible = 1) AND (fbc.deleted = 0) AND (fbr.id_feedback = 25)
GROUP BY fbr.id_feedback LIMIT 1
293 ms 1 /modules/ifeedback/classes/IFBFilter.php:357
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1058)
293 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `tf_quantity_discount_rule` qdr
LEFT JOIN `tf_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 1 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
292 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1495)
292 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE c.*, cl.*  FROM `tf_category` c
LEFT JOIN `tf_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`nleft` <= 2 AND c.`nright` >= 79 AND c.`nleft` >= 2 AND c.`nright` <= 79 ORDER BY `nleft` DESC
292 ms 1 /classes/Category.php:1586
SELECT SQL_NO_CACHE c.id_ifb_criterion
FROM `tf_ifb_criterion` c
WHERE (c.default = 1) LIMIT 1
291 ms 1 /modules/ifeedback/classes/IFBCriterionClass.php:136
SELECT SQL_NO_CACHE c.*, c.id_ifb_criterion as id, cl.name, cs.visible
FROM `tf_ifb_criterion` c
INNER JOIN `tf_ifb_criterion_shop` `cs` ON cs.id_criterion = c.id_ifb_criterion AND cs.id_shop = 1
INNER JOIN `tf_ifb_criterion_lang` `cl` ON cl.id_ifb_criterion = c.id_ifb_criterion AND cl.id_lang = 1
WHERE (c.deleted = 0)
GROUP BY c.id_ifb_criterion
288 ms 1 Yes /modules/ifeedback/classes/IFBCriterionClass.php:173
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) AND (b.`id_shop` = 1) LIMIT 1
287 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1515
AND image_shop.`cover` = 1 LIMIT 1
287 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1114)
286 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1489)
286 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE AVG(fbr.star) as stars, COUNT(fbr.star) as total
FROM `tf_ifb_rating` fbr
INNER JOIN `tf_ifb_feedback` `ifb` ON ifb.id_feedback = fbr.id_feedback
WHERE (ifb.id_product = 0) AND (ifb.approved = 1) LIMIT 1
286 ms 12 /modules/ifeedback/classes/IFBClass.php:1315
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1488)
286 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE `iso_code`
FROM `tf_country`
WHERE `id_country` = 6 LIMIT 1
285 ms 1 /classes/Country.php:274
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1364)
285 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1065)
285 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 973
AND image_shop.`cover` = 1 LIMIT 1
284 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1489
AND image_shop.`cover` = 1 LIMIT 1
283 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1306
AND image_shop.`cover` = 1 LIMIT 1
282 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE name, alias FROM `tf_hook_alias`
282 ms 88 /classes/Hook.php:353
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM tf_shop s
LEFT JOIN tf_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
281 ms 1 /classes/shop/Shop.php:205
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1
281 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1426)
280 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
280 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1
280 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_lang` a
LEFT JOIN `tf_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
279 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1
279 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) AND (b.`id_shop` = 1) LIMIT 1
279 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1334
AND image_shop.`cover` = 1 LIMIT 1
277 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE tr.*
FROM `tf_tax_rule` tr
JOIN `tf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 363)
AND ('38109' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '38109')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
277 ms 0 /classes/tax/TaxRulesTaxManager.php:109
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) AND (b.`id_shop` = 1) LIMIT 1
276 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1429
AND image_shop.`cover` = 1 LIMIT 1
276 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_currency` a
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
276 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1205 LIMIT 1
276 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1086
AND image_shop.`cover` = 1 LIMIT 1
276 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tf_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
275 ms 1 /classes/shop/ShopUrl.php:182
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) AND (b.`id_shop` = 1) LIMIT 1
274 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1486
AND image_shop.`cover` = 1 LIMIT 1
274 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM tf_iqit_link_block cb
INNER JOIN tf_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 408
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
273 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_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` = 1797)
272 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1494
AND image_shop.`cover` = 1 LIMIT 1
272 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `tf_quantity_discount_rule` qdr
LEFT JOIN `tf_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
271 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1485
AND image_shop.`cover` = 1 LIMIT 1
271 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 57) LIMIT 1
271 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE qdrf.*
FROM `tf_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
271 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
271 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) LIMIT 1
270 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
268 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1058
AND image_shop.`cover` = 1 LIMIT 1
267 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1796
AND image_shop.`cover` = 1 LIMIT 1
267 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1175
AND image_shop.`cover` = 1 LIMIT 1
267 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1205
AND image_shop.`cover` = 1 LIMIT 1
267 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1111
AND image_shop.`cover` = 1 LIMIT 1
266 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1386
AND image_shop.`cover` = 1 LIMIT 1
266 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1722
AND image_shop.`cover` = 1 LIMIT 1
266 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1493
AND image_shop.`cover` = 1 LIMIT 1
265 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_currency` a
LEFT JOIN `tf_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 1
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
264 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1364
AND image_shop.`cover` = 1 LIMIT 1
264 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *, qdrl.`name`, '' as id_customer
FROM `tf_quantity_discount_rule` qdr
LEFT JOIN `tf_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
WHERE qdr.`active` = 1 AND `id_family` = 2 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
263 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
SELECT SQL_NO_CACHE fbcl.name, fbr.star, fbcs.visible
FROM `tf_ifb_rating` fbr
INNER JOIN `tf_ifb_feedback` `fb` ON fb.id_feedback = fbr.id_feedback
INNER JOIN `tf_ifb_criterion_shop` `fbcs` ON fbcs.id_criterion = fbr.id_criterion AND fbcs.id_shop = fb.id_shop
INNER JOIN `tf_ifb_criterion` `fbc` ON fbc.id_ifb_criterion = fbcs.id_criterion
INNER JOIN `tf_ifb_criterion_lang` `fbcl` ON fbcl.id_ifb_criterion = fbc.id_ifb_criterion AND fbcl.id_lang = 1
WHERE (fbc.deleted = 0) AND (fbr.id_feedback = 25)
263 ms 1 /modules/ifeedback/classes/IFBFilter.php:407
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
261 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1283
AND image_shop.`cover` = 1 LIMIT 1
261 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1009
AND image_shop.`cover` = 1 LIMIT 1
260 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1138
AND image_shop.`cover` = 1 LIMIT 1
257 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_country` a
LEFT JOIN `tf_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
257 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE value FROM `tf_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
256 ms 1 /classes/shop/Shop.php:1171
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1236
AND image_shop.`cover` = 1 LIMIT 1
256 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1114
AND image_shop.`cover` = 1 LIMIT 1
256 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 960
AND image_shop.`cover` = 1 LIMIT 1
255 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1096
AND image_shop.`cover` = 1 LIMIT 1
253 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM tf_meta m
LEFT JOIN tf_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
252 ms 1 /classes/Meta.php:190
SELECT SQL_NO_CACHE *
FROM `tf_group` a
LEFT JOIN `tf_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
251 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1491
AND image_shop.`cover` = 1 LIMIT 1
250 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tf_country`
WHERE `id_country` = 6 LIMIT 1
248 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE qdr.`id_quantity_discount_rule`, qdrc.`id_quantity_discount_rule_condition`
FROM `tf_quantity_discount_rule` qdr
INNER JOIN  `tf_quantity_discount_rule_condition` qdrc ON (qdr.`id_quantity_discount_rule` = qdrc.`id_quantity_discount_rule`)
WHERE qdrc.`id_type` = 27 AND qdr.`id_shop` = 1
248 ms 4 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:270
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 50) LIMIT 1
248 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
247 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) AND (b.`id_shop` = 1) LIMIT 1
247 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE c.id_currency
FROM `tf_currency` c
WHERE (iso_code = 'COP') LIMIT 1
246 ms 1 /classes/Currency.php:893
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1488
AND image_shop.`cover` = 1 LIMIT 1
246 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
245 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE qdrf.*
FROM `tf_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
245 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1495
AND image_shop.`cover` = 1 LIMIT 1
244 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1438
AND image_shop.`cover` = 1 LIMIT 1
244 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE qdrf.*
FROM `tf_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
242 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
SELECT SQL_NO_CACHE `name`, `alias` FROM `tf_hook_alias`
242 ms 88 /classes/Hook.php:301
SELECT SQL_NO_CACHE `name`
FROM `tf_hook`
WHERE `id_hook` = 14 LIMIT 1
242 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1386 LIMIT 1
241 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 55) LIMIT 1
240 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE cb.`id_iqit_link_block`
FROM tf_iqit_link_block cb
INNER JOIN tf_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
WHERE `id_hook` = 35
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
240 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 54) LIMIT 1
240 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1797
AND image_shop.`cover` = 1 LIMIT 1
239 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM tf_meta m
LEFT JOIN tf_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
239 ms 1 /classes/Meta.php:190
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1306 LIMIT 1
238 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1515 LIMIT 1
238 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1796 LIMIT 1
237 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE `from` BETWEEN '2026-06-17 00:00:00' AND '2026-06-17 23:59:59' LIMIT 1
237 ms 1 /classes/SpecificPrice.php:362
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1722) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
236 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 71) AND (b.`id_shop` = 1) LIMIT 1
235 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1065
AND image_shop.`cover` = 1 LIMIT 1
234 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1086 LIMIT 1
234 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 0 LIMIT 1
234 ms 1 /classes/SpecificPrice.php:411
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 973 LIMIT 1
234 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 42) LIMIT 1
232 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1009 LIMIT 1
232 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
231 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) LIMIT 1
231 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE qdrf.*
FROM `tf_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
231 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1933 LIMIT 1
231 ms 6 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE qdrf.*
FROM `tf_quantity_discount_rule_family` qdrf
WHERE 1
AND qdrf.active = 1 AND qdrf.`id_shop` = 1 ORDER BY qdrf.priority ASC;
231 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
230 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 45) LIMIT 1
230 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1486) AND (fb.approved = 1)
) LIMIT 1
230 ms 0 /modules/ifeedback/classes/IFBFilter.php:236
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 48) LIMIT 1
229 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 37) LIMIT 1
229 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
229 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
229 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1426
AND image_shop.`cover` = 1 LIMIT 1
229 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
228 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tf_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
228 ms 1 /classes/Category.php:1730
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1429 LIMIT 1
228 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
227 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 47) LIMIT 1
227 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1
227 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1
226 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1
226 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) LIMIT 1
226 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
226 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_currency_lang`
WHERE `id_currency` = 1
226 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) LIMIT 1
225 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1
225 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1
225 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 44) LIMIT 1
225 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1489 LIMIT 1
224 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
224 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 32) LIMIT 1
224 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE id_country FROM tf_country WHERE iso_code="ES" LIMIT 1
224 ms 1 /modules/spanishcities/spanishcities.php:490
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) LIMIT 1
223 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 56) LIMIT 1
223 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1722 LIMIT 1
223 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1009) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
223 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `tf_currency` c
LEFT JOIN tf_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 LIMIT 1
223 ms 2 /classes/Currency.php:1126
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
222 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
222 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 26) LIMIT 1
222 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 29) LIMIT 1
222 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 59) LIMIT 1
222 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 46) LIMIT 1
222 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1429) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
221 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1236 LIMIT 1
221 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_cms` a
LEFT JOIN `tf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 1) LIMIT 1
221 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1283 LIMIT 1
220 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
220 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
219 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1205) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
219 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1058 LIMIT 1
219 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1086 AND id_shop=1 LIMIT 1
218 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
218 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1933) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
218 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1096 LIMIT 1
218 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
218 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1086) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
218 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 960 LIMIT 1
218 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) LIMIT 1
217 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_currency` a
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
217 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
217 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
217 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
217 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1111 LIMIT 1
217 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
217 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1205
217 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `tf_country_lang`
WHERE `id_country` = 6
217 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
216 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `tf_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
216 ms 8 Yes /classes/ImageType.php:109
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
216 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
216 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1
216 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
215 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1283) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
215 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1334 LIMIT 1
215 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) LIMIT 1
214 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1494) AND (fb.approved = 1)
) LIMIT 1
214 ms 0 /modules/ifeedback/classes/IFBFilter.php:236
SELECT SQL_NO_CACHE *
FROM `tf_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
214 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE psgdprl.message FROM `tf_psgdpr_consent` psgdpr
LEFT JOIN tf_psgdpr_consent_lang psgdprl ON (psgdpr.id_gdpr_consent = psgdprl.id_gdpr_consent)
WHERE psgdpr.id_module = 17 AND psgdprl.id_lang =1 LIMIT 1
214 ms 5 /modules/psgdpr/classes/GDPRConsent.php:111
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
213 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
213 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) LIMIT 1
213 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1438 LIMIT 1
213 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
213 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
213 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `width`, `height`
FROM tf_image_type
WHERE `name` = 'home_default' LIMIT 1
213 ms 1 /classes/Image.php:510
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
212 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 41) LIMIT 1
212 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
212 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
211 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
211 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1
211 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE data FROM tf_layered_filter_block WHERE hash="121ef391fa973ee0ddc5308170671756" LIMIT 1
211 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1493 LIMIT 1
211 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1486 LIMIT 1
211 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1138 LIMIT 1
211 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1
211 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
210 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1485) AND (fb.approved = 1)
) LIMIT 1
210 ms 0 /modules/ifeedback/classes/IFBFilter.php:236
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
209 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
209 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1306
209 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1796) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
209 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1
209 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "shippingconfiguratorpro" LIMIT 1
209 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1
208 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1
208 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1
207 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1111) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
207 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
206 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
206 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
206 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1175) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
205 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1138) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
205 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 973) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
205 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) LIMIT 1
204 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
204 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
204 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1065 LIMIT 1
204 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1114 LIMIT 1
204 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcountdown" LIMIT 1
204 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1494) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
203 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
202 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
202 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "spanishcities" LIMIT 1
202 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1364 LIMIT 1
202 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1236) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
201 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_currency_lang`
WHERE `id_currency` = 2
201 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_cms` a
LEFT JOIN `tf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 2) LIMIT 1
201 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 36) LIMIT 1
201 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1058) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
201 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
201 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1515) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
201 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1
201 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1306) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
200 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1494 LIMIT 1
200 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1096) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
200 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
200 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_tax` a
WHERE (a.`id_tax` = 37) LIMIT 1
199 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1485 LIMIT 1
199 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 960) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
199 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
199 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_cms` a
LEFT JOIN `tf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 4) LIMIT 1
198 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
198 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "quantitydiscountpro" LIMIT 1
198 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
198 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1386) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
198 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1086
197 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1009
197 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1086) LIMIT 1
197 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1
197 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `tf_category` c
LEFT JOIN `tf_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 ) WHERE c.`id_category` = 2 LIMIT 1
197 ms 1 /classes/Category.php:1571
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1429
197 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1491 LIMIT 1
197 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
197 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
197 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `width`, `height`
FROM tf_image_type
WHERE `name` = 'small_default' LIMIT 1
196 ms 1 /classes/Image.php:510
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1
196 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
196 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_cms` a
LEFT JOIN `tf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 3) LIMIT 1
196 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
196 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1096
195 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1493) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
195 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 40) LIMIT 1
195 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
195 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE c.id_elementor FROM tf_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
194 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1438) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
194 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1488 LIMIT 1
194 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1334) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
194 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tf_category_lang` cl
WHERE `id_lang` = 1
AND cl.id_shop = 1 
AND cl.`id_category` = 2 LIMIT 1
194 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1933) LIMIT 1
194 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "rkrlastprice" LIMIT 1
194 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
193 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
193 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1058
ORDER BY `id_specific_price_priority` DESC LIMIT 1
193 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1065) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
193 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1495 LIMIT 1
192 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
192 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1205
ORDER BY `id_specific_price_priority` DESC LIMIT 1
192 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE * FROM tf_whatsapp WHERE id_whatsapp = 1 LIMIT 1
192 ms 1 /modules/whatsapp/whatsapp.php:175
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1429) LIMIT 1
192 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
191 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1086
ORDER BY `id_specific_price_priority` DESC LIMIT 1
191 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1485) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
191 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
191 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1797 LIMIT 1
190 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
190 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1515) LIMIT 1
190 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1797
190 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 973
189 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1489) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
189 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_cms` a
LEFT JOIN `tf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = 1
WHERE (a.`id_cms` = 5) LIMIT 1
189 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_group_lang`
WHERE `id_group` = 1
189 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_tax_lang`
WHERE `id_tax` = 37
189 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_module_shop` m
WHERE (m.id_module = 106) AND (m.enable_device & 1) AND (m.id_shop = 1)
188 ms 1 /modules/shippingconfiguratorpro/classes/SCPCore.php:741
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1175
188 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1495) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
188 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
187 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
187 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1
187 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1009) LIMIT 1
187 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1138
187 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1205) LIMIT 1
186 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
186 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1722
186 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1
186 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1236
186 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
186 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
186 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE c.email, c.firstname, c.lastname
FROM `tf_customer` c
WHERE (c.id_customer = 437) LIMIT 1
185 ms 1 /modules/ifeedback/classes/IFBFilter.php:327
SELECT SQL_NO_CACHE * FROM `tf_hook_module_exceptions`
WHERE `id_shop` IN (1)
185 ms 1 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1306) LIMIT 1
185 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1058
185 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
185 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1796
185 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1426 LIMIT 1
184 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1722) LIMIT 1
184 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE c.id_currency
FROM `tf_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
184 ms 1 /classes/Currency.php:893
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
184 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1334
184 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
183 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1283
ORDER BY `id_specific_price_priority` DESC LIMIT 1
183 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1491) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
183 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE * FROM `tf_image_type`
183 ms 8 /classes/ImageType.php:147
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
183 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1009
ORDER BY `id_specific_price_priority` DESC LIMIT 1
183 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1096
ORDER BY `id_specific_price_priority` DESC LIMIT 1
182 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
182 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1426
182 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
182 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1364) LIMIT 1
182 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
182 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 973 AND id_shop=1 LIMIT 1
181 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1488) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
181 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tf_required_field
181 ms 1 /classes/ObjectModel.php:1510
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1485) LIMIT 1
181 ms 1 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2
181 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 137 AND `id_shop` = 1 LIMIT 1
181 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1486) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
181 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1111
181 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1138) LIMIT 1
180 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcompare" LIMIT 1
179 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1429
ORDER BY `id_specific_price_priority` DESC LIMIT 1
179 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1494) LIMIT 1
179 ms 1 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
179 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
178 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1491
178 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1797) LIMIT 1
178 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1386) LIMIT 1
178 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1429 AND id_shop=1 LIMIT 1
178 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1138
ORDER BY `id_specific_price_priority` DESC LIMIT 1
178 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1111
ORDER BY `id_specific_price_priority` DESC LIMIT 1
178 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitelementor" LIMIT 1
178 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
178 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1515
ORDER BY `id_specific_price_priority` DESC LIMIT 1
178 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1796) LIMIT 1
177 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
177 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1065
177 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1386
ORDER BY `id_specific_price_priority` DESC LIMIT 1
177 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 973) LIMIT 1
177 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1489) LIMIT 1
177 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE psgdpr.active FROM `tf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 17 LIMIT 1
177 ms 5 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1722
ORDER BY `id_specific_price_priority` DESC LIMIT 1
176 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1009 AND id_shop=1 LIMIT 1
176 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
176 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1364) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
176 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1386
176 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
176 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 960
175 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1306
ORDER BY `id_specific_price_priority` DESC LIMIT 1
175 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
175 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1175
ORDER BY `id_specific_price_priority` DESC LIMIT 1
175 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1065
ORDER BY `id_specific_price_priority` DESC LIMIT 1
174 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitsearch" LIMIT 1
174 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_state` a
WHERE (a.`id_state` = 363) LIMIT 1
174 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1236) LIMIT 1
174 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1933
ORDER BY `id_specific_price_priority` DESC LIMIT 1
174 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1364
174 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "languageperdomain" LIMIT 1
174 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1114) LIMIT 1
174 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 960) LIMIT 1
173 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1334) LIMIT 1
173 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1
173 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE * FROM tf_whatsapp WHERE id_whatsapp = 1 LIMIT 1
173 ms 1 /modules/whatsapp/whatsapp.php:182
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
173 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
173 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 973
ORDER BY `id_specific_price_priority` DESC LIMIT 1
173 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
173 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1438
173 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE *
FROM `tf_hook` a
WHERE (a.`id_hook` = 408) LIMIT 1
173 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1111 AND id_shop=1 LIMIT 1
172 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1306 AND id_shop=1 LIMIT 1
172 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1933 AND `id_group` = 1 LIMIT 1
172 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1796 AND `id_group` = 1 LIMIT 1
172 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1283) LIMIT 1
171 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1058) LIMIT 1
171 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1205 AND id_shop=1 LIMIT 1
171 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1486 AND `id_group` = 1 LIMIT 1
171 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `name`
FROM `tf_hook`
WHERE `id_hook` = 709 LIMIT 1
171 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
171 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1175) LIMIT 1
170 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1114 AND id_shop=1 LIMIT 1
170 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
170 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1114
ORDER BY `id_specific_price_priority` DESC LIMIT 1
170 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
170 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1334 AND id_shop=1 LIMIT 1
170 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE c.id_elementor FROM tf_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 21
170 ms 0 /modules/iqitelementor/src/IqitElementorContent.php:123
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1486) LIMIT 1
169 ms 1 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1096) LIMIT 1
169 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 960 AND id_shop=1 LIMIT 1
169 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1111) LIMIT 1
169 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1494 AND id_shop=1 LIMIT 1
169 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1438) LIMIT 1
169 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcookielaw" LIMIT 1
168 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `reduction`
FROM `tf_group`
WHERE `id_group` = 1 LIMIT 1
168 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
168 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1515 AND id_shop=1 LIMIT 1
168 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1797) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
168 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
168 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1236
ORDER BY `id_specific_price_priority` DESC LIMIT 1
168 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_categorytree" LIMIT 1
168 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1058 AND `id_group` = 1 LIMIT 1
167 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1796 AND id_shop=1 LIMIT 1
167 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1283 AND id_shop=1 LIMIT 1
167 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1796
ORDER BY `id_specific_price_priority` DESC LIMIT 1
167 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1
167 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1096 AND id_shop=1 LIMIT 1
167 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE id_shop
FROM `tf_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
167 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1493 AND id_shop=1 LIMIT 1
167 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
166 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1236 AND id_shop=1 LIMIT 1
166 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE id_shop
FROM `tf_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
166 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1488 AND id_shop=1 LIMIT 1
166 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcontactpage" LIMIT 1
166 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1933 AND id_shop=1 LIMIT 1
166 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1138 AND id_shop=1 LIMIT 1
165 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
165 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
165 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 960 AND `id_group` = 1 LIMIT 1
165 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1065) LIMIT 1
165 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
165 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1722 AND id_shop=1 LIMIT 1
165 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
165 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1429 AND `id_group` = 1 LIMIT 1
164 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
164 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1426) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
164 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
164 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
164 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1009 AND `id_group` = 1 LIMIT 1
164 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1175 AND id_shop=1 LIMIT 1
164 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 960
ORDER BY `id_specific_price_priority` DESC LIMIT 1
163 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1426
ORDER BY `id_specific_price_priority` DESC LIMIT 1
163 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1485
ORDER BY `id_specific_price_priority` DESC LIMIT 1
163 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1086 AND `id_group` = 1 LIMIT 1
162 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1486
ORDER BY `id_specific_price_priority` DESC LIMIT 1
162 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1493
ORDER BY `id_specific_price_priority` DESC LIMIT 1
162 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitmegamenu" LIMIT 1
162 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
162 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM tf_whatsapp WHERE id_whatsapp = 1 LIMIT 1
162 ms 1 /modules/whatsapp/whatsapp.php:146
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1494
ORDER BY `id_specific_price_priority` DESC LIMIT 1
162 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1058 AND id_shop=1 LIMIT 1
161 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 142 AND `id_shop` = 1 LIMIT 1
161 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1438 AND id_shop=1 LIMIT 1
161 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1111 AND `id_group` = 1 LIMIT 1
160 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
160 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
160 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1114) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
160 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
160 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1386 AND id_shop=1 LIMIT 1
159 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1283 AND `id_group` = 1 LIMIT 1
159 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1
158 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1515 AND `id_group` = 1 LIMIT 1
158 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1438
ORDER BY `id_specific_price_priority` DESC LIMIT 1
158 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1488) LIMIT 1
158 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1491 AND id_shop=1 LIMIT 1
157 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1364
ORDER BY `id_specific_price_priority` DESC LIMIT 1
157 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1
157 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1495) LIMIT 1
157 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
157 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 973 AND `id_group` = 1 LIMIT 1
157 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1334
ORDER BY `id_specific_price_priority` DESC LIMIT 1
156 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE `to` BETWEEN '2026-06-17 00:00:00' AND '2026-06-17 23:59:59' LIMIT 1
156 ms 1 /classes/SpecificPrice.php:366
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1
156 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
155 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
155 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1138 AND `id_group` = 1 LIMIT 1
155 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1
155 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1491) LIMIT 1
155 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1114
154 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1485 AND id_shop=1 LIMIT 1
154 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1797 AND id_shop=1 LIMIT 1
154 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1489
ORDER BY `id_specific_price_priority` DESC LIMIT 1
154 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
154 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1065 AND id_shop=1 LIMIT 1
154 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE id_shop
FROM `tf_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
154 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
153 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1495 AND id_shop=1 LIMIT 1
153 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1
153 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1493) LIMIT 1
153 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1797
ORDER BY `id_specific_price_priority` DESC LIMIT 1
152 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1722 AND `id_group` = 1 LIMIT 1
152 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1236 AND `id_group` = 1 LIMIT 1
152 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1175 AND `id_group` = 1 LIMIT 1
151 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
151 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
151 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1426) LIMIT 1
150 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
150 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
150 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1096 AND `id_group` = 1 LIMIT 1
149 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 105 AND `id_shop` = 1 LIMIT 1
149 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1485 AND `id_group` = 1 LIMIT 1
149 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1494 AND `id_group` = 1 LIMIT 1
149 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1489 AND id_shop=1 LIMIT 1
148 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
148 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1495
ORDER BY `id_specific_price_priority` DESC LIMIT 1
147 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1
147 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1486 AND id_shop=1 LIMIT 1
147 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1205 AND `id_group` = 1 LIMIT 1
147 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1364 AND id_shop=1 LIMIT 1
146 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1493 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1386 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1306 AND `id_group` = 1 LIMIT 1
145 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1488
ORDER BY `id_specific_price_priority` DESC LIMIT 1
143 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1438 AND `id_group` = 1 LIMIT 1
143 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1065 AND `id_group` = 1 LIMIT 1
142 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1334 AND `id_group` = 1 LIMIT 1
142 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1491
ORDER BY `id_specific_price_priority` DESC LIMIT 1
142 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1426 AND id_shop=1 LIMIT 1
142 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
142 ms 0 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tf_category` c
WHERE c.`id_category` = 2 LIMIT 1
141 ms 1 /classes/Category.php:1577
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1491 AND `id_group` = 1 LIMIT 1
140 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE r.feedback
FROM `tf_ifb_reply` r
WHERE (r.id_feedback = 25) LIMIT 1
140 ms 0 /modules/ifeedback/classes/IFBFilter.php:424
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1488 AND `id_group` = 1 LIMIT 1
140 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1489 AND `id_group` = 1 LIMIT 1
137 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1495 AND `id_group` = 1 LIMIT 1
137 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1364 AND `id_group` = 1 LIMIT 1
131 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1797 AND `id_group` = 1 LIMIT 1
130 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1426 AND `id_group` = 1 LIMIT 1
127 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1114 AND `id_group` = 1 LIMIT 1
126 ms 0 /classes/GroupReduction.php:156

Doubles

35 queries
SELECT <span style="color:blue">XX</span> FROM `tf_specific_price` WHERE id_product = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
35 queries
SELECT *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_category` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
35 queries
SELECT *
							FROM `tf_category_lang`
							WHERE `id_category` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span>
34 queries
			SELECT `reduction`
			FROM `tf_product_group_reduction_cache`
			WHERE `id_product` = <span style="color:blue">XX</span> AND `id_group` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
34 queries
SELECT SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = <span style="color:blue">XX</span>) AND (id_product_attribute = <span style="color:blue">XX</span>) AND (id_shop = <span style="color:blue">XX</span>) AND (id_shop_group = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
34 queries
SELECT pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = <span style="color:blue">XX</span>) AND (pr.id_product = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
34 queries
SELECT image_shop.`id_image`
                    FROM `tf_image` i
                     INNER JOIN tf_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
                    WHERE i.`id_product` = <span style="color:blue">XX</span>
                    AND image_shop.`cover` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
34 queries
SELECT name FROM tf_category_lang WHERE id_shop = <span style="color:blue">XX</span> AND id_lang = <span style="color:blue">XX</span> AND id_category = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
34 queries
SELECT *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_product` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
34 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `tf_specific_price_priority`
				WHERE `id_product` = <span style="color:blue">XX</span>
				ORDER BY `id_specific_price_priority` DESC LIMIT <span style="color:blue">XX</span>
34 queries
			SELECT *, ( IF (`id_group` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_country` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_currency` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_shop` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_customer` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>)) AS `score`
				FROM `tf_specific_price`
				WHERE
                `id_shop` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_currency` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_country` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_group` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND `id_product` = <span style="color:blue">XX</span> AND `id_customer` = <span style="color:blue">XX</span> AND `id_product_attribute` = <span style="color:blue">XX</span> AND `id_cart` = <span style="color:blue">XX</span>  AND (`from` = '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>' OR '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>' >= `from`) AND (`to` = '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>' OR '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>' <= `to`)
				AND IF(`from_quantity` > <span style="color:blue">XX</span>, `from_quantity`, <span style="color:blue">XX</span>) <= <span style="color:blue">XX</span> ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT <span style="color:blue">XX</span>
34 queries
                            SELECT `id_tax_rules_group`
                            FROM `tf_product_shop`
                            WHERE `id_product` = <span style="color:blue">XX</span> AND id_shop=<span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
34 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,<span style="color:blue">XX</span>) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = <span style="color:blue">XX</span>)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
WHERE (p.`id_product` = <span style="color:blue">XX</span>)
34 queries
SELECT `id_order`
            FROM `tf_orders`
            WHERE `id_cart` = <span style="color:blue">XX</span> AND id_shop IN (<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
34 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), <span style="color:blue">XX</span>) as deep_quantity,
            COALESCE(SUM(first_level_quantity), <span style="color:blue">XX</span>) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, <span style="color:blue">XX</span> as pack_quantity
          FROM `tf_cart_product` cp
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND cp.`id_product` = <span style="color:blue">XX</span> UNION SELECT <span style="color:blue">XX</span> as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND p.`id_product_item` = <span style="color:blue">XX</span> AND (pr.`pack_stock_type` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) OR (
            pr.`pack_stock_type` = <span style="color:blue">XX</span>
            AND <span style="color:blue">XX</span> = <span style="color:blue">XX</span>
        ))) as q LIMIT <span style="color:blue">XX</span>
34 queries
                SELECT name, value, pf.id_feature, f.position
                FROM tf_feature_product pf
                LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = <span style="color:blue">XX</span>)
                LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = <span style="color:blue">XX</span>)
                LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = <span style="color:blue">XX</span>)
                 INNER JOIN tf_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = <span style="color:blue">XX</span>)
                WHERE pf.id_product = <span style="color:blue">XX</span>
                ORDER BY f.position ASC
27 queries
				SELECT c.*, cl.*
				FROM `tf_category` c
				 INNER JOIN tf_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = <span style="color:blue">XX</span>)
				LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = <span style="color:blue">XX</span> 
				LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `tf_category` c<span style="color:blue">XX</span> ON c<span style="color:blue">XX</span>.`id_category` = <span style="color:blue">XX</span> AND c.`nleft` >= c<span style="color:blue">XX</span>.`nleft` AND c.`nright` <= c<span style="color:blue">XX</span>.`nright`
				WHERE <span style="color:blue">XX</span>  AND `id_lang` = <span style="color:blue">XX</span>
				 AND c.`active` = <span style="color:blue">XX</span>
				 AND cg.`id_group` IN (<span style="color:blue">XX</span>)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
24 queries
SELECT `id_product_attribute`
            FROM `tf_product_attribute`
            WHERE `id_product` = <span style="color:blue">XX</span>
24 queries
            SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, <span style="color:blue">XX</span> qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `tf_product_attribute` pa
             INNER JOIN tf_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
            JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = <span style="color:blue">XX</span>)
            JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (<span style="color:blue">XX</span>) AND ag.`is_color_group` = <span style="color:blue">XX</span>
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
24 queries
SELECT
                    p.*,
                    ps.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, <span style="color:blue">XX</span>) as quantity,
                    (DATEDIFF(
                        p.`date_add`,
                        DATE_SUB(
                            '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>',
                            INTERVAL <span style="color:blue">XX</span> DAY
                        )
                    ) > <span style="color:blue">XX</span>) as new
                FROM tf_product p
                LEFT JOIN tf_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = <span style="color:blue">XX</span>
                    AND pl.id_lang = <span style="color:blue">XX</span>
                LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
			        AND sa.id_shop = <span style="color:blue">XX</span> LEFT JOIN tf_product_shop ps
			        ON ps.id_product = p.id_product
			        AND ps.id_shop = <span style="color:blue">XX</span>
			    WHERE p.id_product = <span style="color:blue">XX</span>
			    LIMIT <span style="color:blue">XX</span>
24 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `tf_image` i
             INNER JOIN tf_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
            LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = <span style="color:blue">XX</span>)
            WHERE i.`id_product` = <span style="color:blue">XX</span>
            ORDER BY `position`
14 queries
SELECT `id_module` FROM `tf_module_shop` WHERE `id_module` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
14 queries
SELECT *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_category` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
5 queries
SELECT qdrf.*
            FROM `tf_quantity_discount_rule_family` qdrf
            WHERE <span style="color:blue">XX</span>
                 AND qdrf.active = <span style="color:blue">XX</span> AND qdrf.`id_shop` = <span style="color:blue">XX</span> ORDER BY qdrf.priority ASC;
5 queries
SELECT *
FROM `tf_cms` a
LEFT JOIN `tf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_cms` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
5 queries
SELECT *
							FROM `tf_cms_lang`
							WHERE `id_cms` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span>
4 queries
SELECT `id_lang` FROM `tf_lang`
                    WHERE `locale` = 'es-es'
                    OR `language_code` = 'es-es' LIMIT <span style="color:blue">XX</span>
3 queries
SELECT *, qdrl.`name`, '' as id_customer
                FROM `tf_quantity_discount_rule` qdr
                LEFT JOIN `tf_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = <span style="color:blue">XX</span>)
                WHERE qdr.`active` = <span style="color:blue">XX</span> AND `id_family` = <span style="color:blue">XX</span> AND `code` != '' AND `highlight` = <span style="color:blue">XX</span> ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tf_quantity_discount_rule` qdr
                INNER JOIN `tf_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = <span style="color:blue">XX</span>)
                INNER JOIN `tf_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
                INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = <span style="color:blue">XX</span>)
                WHERE qdr.`active` = <span style="color:blue">XX</span>
                    AND qdr.`id_shop` = <span style="color:blue">XX</span> AND `id_family` = <span style="color:blue">XX</span>
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tf_quantity_discount_rule` qdr
                INNER JOIN `tf_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = <span style="color:blue">XX</span>)
                INNER JOIN `tf_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayFooter')
                INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = <span style="color:blue">XX</span>)
                WHERE qdr.`active` = <span style="color:blue">XX</span>
                    AND qdr.`id_shop` = <span style="color:blue">XX</span> AND `id_family` = <span style="color:blue">XX</span>
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT * FROM tf_whatsapp WHERE id_whatsapp = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
3 queries
SELECT fb.id_feedback id,
fb.id_feedback,
fb.id_customer,
name_customer customer,
'' email,
fb.feedback,
<span style="color:blue">XX</span> stars,
fb.approved,
fb.date_add,
fb.date_upd,
''reply,
<span style="color:blue">XX</span> stars,
'' order_data,
fb.id_order,
fb.id_product
FROM `tf_ifb_feedback` fb
INNER JOIN `tf_ifb_rating` `fbr` ON fbr.id_feedback = fb.id_feedback
WHERE (fb.id_shop = <span style="color:blue">XX</span>) AND (fb.approved = <span style="color:blue">XX</span>) AND (fb.id_product = <span style="color:blue">XX</span>)
GROUP BY fb.id_feedback
ORDER BY fb.id_feedback DESC
LIMIT <span style="color:blue">XX</span>, <span style="color:blue">XX</span>
3 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `tf_module` m
                LEFT JOIN `tf_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = <span style="color:blue">XX</span>
3 queries
SELECT EXISTS(SELECT <span style="color:blue">XX</span>
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = <span style="color:blue">XX</span>) AND (fb.approved = <span style="color:blue">XX</span>)
) LIMIT <span style="color:blue">XX</span>
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tf_quantity_discount_rule` qdr
                INNER JOIN `tf_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = <span style="color:blue">XX</span>)
                INNER JOIN `tf_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
                INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = <span style="color:blue">XX</span>)
                WHERE qdr.`active` = <span style="color:blue">XX</span>
                    AND qdr.`id_shop` = <span style="color:blue">XX</span> AND `id_family` = <span style="color:blue">XX</span>
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tf_quantity_discount_rule` qdr
                INNER JOIN `tf_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = <span style="color:blue">XX</span>)
                INNER JOIN `tf_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
                INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = <span style="color:blue">XX</span>)
                WHERE qdr.`active` = <span style="color:blue">XX</span>
                    AND qdr.`id_shop` = <span style="color:blue">XX</span> AND `id_family` = <span style="color:blue">XX</span>
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
				SELECT tr.*
				FROM `tf_tax_rule` tr
				JOIN `tf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = <span style="color:blue">XX</span>
				AND tr.`id_country` = <span style="color:blue">XX</span>
				AND tr.`id_tax_rules_group` = <span style="color:blue">XX</span>
				AND tr.`id_state` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>)
				AND ('<span style="color:blue">XX</span>' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = <span style="color:blue">XX</span> AND tr.`zipcode_from` IN(<span style="color:blue">XX</span>, '<span style="color:blue">XX</span>')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT *
FROM `tf_category` a<span style="color:blue">XX</span>
LEFT JOIN `tf_category_lang` `a<span style="color:blue">XX</span>` ON (a<span style="color:blue">XX</span>.`id_category` = a<span style="color:blue">XX</span>.`id_category`)
WHERE (a<span style="color:blue">XX</span>.`nleft` < <span style="color:blue">XX</span>) AND (a<span style="color:blue">XX</span>.`nright` > <span style="color:blue">XX</span>) AND (a<span style="color:blue">XX</span>.`id_lang` = <span style="color:blue">XX</span>)
ORDER BY a<span style="color:blue">XX</span>.`nleft` asc
2 queries
SELECT *
FROM `tf_hook` a
WHERE (a.`id_hook` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
SELECT cb.`id_iqit_link_block`
                    FROM tf_iqit_link_block cb
                    INNER JOIN tf_iqit_link_block_shop cs ON (cb.`id_iqit_link_block` = cs.`id_iqit_link_block`)
                    WHERE `id_hook` = <span style="color:blue">XX</span>
                    AND cs.`id_shop` = <span style="color:blue">XX</span>
                    ORDER BY cb.position ASC
                
2 queries
		SELECT m.*, ml.`description`, ml.`short_description`
		FROM `tf_manufacturer` m INNER JOIN tf_manufacturer_shop manufacturer_shop
        ON (manufacturer_shop.id_manufacturer = m.id_manufacturer AND manufacturer_shop.id_shop = <span style="color:blue">XX</span>)INNER JOIN `tf_manufacturer_lang` ml ON (m.`id_manufacturer` = ml.`id_manufacturer` AND ml.`id_lang` = <span style="color:blue">XX</span>)WHERE <span style="color:blue">XX</span> AND m.`active` = <span style="color:blue">XX</span> ORDER BY m.`name` ASC
		
2 queries
							SELECT `name`
							FROM `tf_hook`
							WHERE `id_hook` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
2 queries
        		SELECT *
        		FROM tf_meta m
        		LEFT JOIN tf_meta_lang ml ON m.id_meta = ml.id_meta
        		WHERE (
        			m.page = "contact"
        			OR m.page = "contact"
        		)
        		AND ml.id_lang = <span style="color:blue">XX</span>
		 AND ml.id_shop = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
							FROM `tf_iqit_link_block_lang`
							WHERE `id_iqit_link_block` = <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `tf_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
(SELECT <span style="color:blue">XX</span> FROM `tf_cart_rule` WHERE date_to >= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_to <= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>)UNION ALL (SELECT <span style="color:blue">XX</span> FROM `tf_cart_rule` WHERE date_from >= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_from <= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>)UNION ALL (SELECT <span style="color:blue">XX</span> FROM `tf_cart_rule` WHERE date_from < "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_to > "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
							FROM `tf_currency_lang`
							WHERE `id_currency` = <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `tf_currency` a
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_currency` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `tf_currency` a
LEFT JOIN `tf_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_currency` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>

Tables stress

136 product_shop
136 product
125 category
123 category_lang
80 category_shop
72 specific_price
69 stock_available
69 cart_product
59 image_shop
59 product_lang
59 product_attribute_shop
58 image
57 product_attribute
38 category_group
35 ifb_product_rating
34 feature_lang
34 feature
34 feature_value_lang
34 feature_product
34 pack
34 orders
34 product_group_reduction_cache
34 feature_shop
34 specific_price_priority
33 product_attribute_combination
25 image_lang
24 attribute_group
24 attribute_lang
24 attribute
22 module
20 module_shop
16 quantity_discount_rule
15 quantity_discount_rule_lang
12 quantity_discount_rule_message_lang
12 quantity_discount_rule_message
12 ifb_feedback
11 category_product
10 hook
9 ifb_rating
9 currency
8 cart_rule
7 lang
7 currency_shop
6 product_sale
5 quantity_discount_rule_family
5 cms_shop
5 cms_lang
5 country
5 cms
5 ifb_criterion
4 iqit_link_block
4 ifb_criterion_shop
4 shop_url
4 shop
4 image_type
4 currency_lang
4 lang_shop
3 manufacturer
3 whatsapp
3 hook_alias
3 tax_rule
3 meta
3 tax_rules_group
3 meta_lang
2 shop_group
2 country_lang
2 country_shop
2 hook_module
2 iqit_link_block_lang
2 iqit_link_block_shop
2 configuration
2 manufacturer_lang
2 manufacturer_shop
2 ifb_criterion_lang
2 group
2 group_shop
2 cart_rule_lang
2 psgdpr_consent
1 iqitmegamenu_tabs_shop
1 configuration_lang
1 iqitmegamenu_tabs_lang
1 customer
1 advancedpopup
1 iqitmegamenu_tabs
1 ifb_reply
1 ifb_product_rating_detail
1 psgdpr_consent_lang
1 layered_price_index
1 iqit_elementor_content
1 module_group
1 iqit_elementor_category
1 layered_filter_block
1 hook_module_exceptions
1 layered_category
1 group_lang
1 address_format
1 state
1 required_field
1 quantity_discount_rule_condition
1 tax_lang
1 tax
1 advancedpopup_lang

ObjectModel instances

Name Instances Source
Category 135 /controllers/front/listing/CategoryController.php [89]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/controllers/front/listing/CategoryController.php [211]
/classes/Meta.php [380]
/classes/PrestaShopCollection.php [383]
/classes/PrestaShopCollection.php [383]
/modules/ps_facetedsearch/src/Filters/Block.php [157]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3277]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/modules/iqitmegamenu/iqitmegamenu.php [3486]
/classes/Link.php [403]
/classes/Link.php [403]
/modules/ps_categorytree/ps_categorytree.php [364]
/modules/ifeedback/ifeedback.php [4056]
/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]
/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]
/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]
Product 82 /classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/src/Adapter/Image/ImageRetriever.php [66]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
/classes/Link.php [114]
Combination 34 /classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
/classes/Product.php [5810]
CMS 8 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [78]
Country 6 /config/config.inc.php [157]
/classes/controller/FrontController.php [374]
/classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1677]
/modules/paypal/paypal.php [352]
/modules/paypal/classes/AbstractMethodPaypal.php [100]
Currency 4 /src/Adapter/Currency/CurrencyDataProvider.php [101]
/src/Adapter/Currency/CurrencyDataProvider.php [101]
/classes/Tools.php [704]
/modules/ps_currencyselector/ps_currencyselector.php [112]
Address 4 /classes/shop/Shop.php [469]
/classes/Product.php [3663]
/classes/Product.php [3773]
/classes/Product.php [5848]
Language 2 /config/config.inc.php [222]
/classes/Tools.php [581]
Hook 2 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
/modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php [33]
IqitLinkBlock 2 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
/modules/iqitlinksmanager/src/IqitLinkBlockRepository.php [178]
QuantityDiscountRule 2 /override/classes/CartRule.php [47]
/override/classes/CartRule.php [107]
Tax 2 /classes/tax/TaxRulesTaxManager.php [116]
/classes/tax/TaxRulesTaxManager.php [116]
State 2 /classes/AddressFormat.php [404]
/classes/controller/FrontController.php [1676]
Shop 1 /config/config.inc.php [128]
IqitElementorCategory 1 /modules/iqitelementor/iqitelementor.php [780]
Risk 1 /classes/controller/FrontController.php [1609]
AddressFormat 1 /classes/controller/FrontController.php [1671]
Gender 1 /classes/controller/FrontController.php [1606]
Group 1 /classes/Cart.php [248]
Cart 1 /classes/controller/FrontController.php [443]
Customer 1 /config/config.inc.php [271]
ShopGroup 1 /classes/shop/Shop.php [557]
AdvancedPopup 1 /modules/advancedpopupcreator/advancedpopupcreator.php [393]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/react/promise/src/functions_include.php
11 /vendor/react/promise/src/functions.php
12 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
13 /vendor/symfony/polyfill-php72/bootstrap.php
14 /vendor/symfony/polyfill-intl-idn/bootstrap.php
15 /vendor/symfony/polyfill-ctype/bootstrap.php
16 /vendor/symfony/polyfill-mbstring/bootstrap.php
17 /vendor/symfony/polyfill-php73/bootstrap.php
18 /vendor/symfony/polyfill-iconv/bootstrap.php
19 /vendor/jakeasmith/http_build_url/src/http_build_url.php
20 /vendor/markbaker/complex/classes/src/functions/abs.php
21 /vendor/markbaker/complex/classes/src/functions/acos.php
22 /vendor/markbaker/complex/classes/src/functions/acosh.php
23 /vendor/markbaker/complex/classes/src/functions/acot.php
24 /vendor/markbaker/complex/classes/src/functions/acoth.php
25 /vendor/markbaker/complex/classes/src/functions/acsc.php
26 /vendor/markbaker/complex/classes/src/functions/acsch.php
27 /vendor/markbaker/complex/classes/src/functions/argument.php
28 /vendor/markbaker/complex/classes/src/functions/asec.php
29 /vendor/markbaker/complex/classes/src/functions/asech.php
30 /vendor/markbaker/complex/classes/src/functions/asin.php
31 /vendor/markbaker/complex/classes/src/functions/asinh.php
32 /vendor/markbaker/complex/classes/src/functions/atan.php
33 /vendor/markbaker/complex/classes/src/functions/atanh.php
34 /vendor/markbaker/complex/classes/src/functions/conjugate.php
35 /vendor/markbaker/complex/classes/src/functions/cos.php
36 /vendor/markbaker/complex/classes/src/functions/cosh.php
37 /vendor/markbaker/complex/classes/src/functions/cot.php
38 /vendor/markbaker/complex/classes/src/functions/coth.php
39 /vendor/markbaker/complex/classes/src/functions/csc.php
40 /vendor/markbaker/complex/classes/src/functions/csch.php
41 /vendor/markbaker/complex/classes/src/functions/exp.php
42 /vendor/markbaker/complex/classes/src/functions/inverse.php
43 /vendor/markbaker/complex/classes/src/functions/ln.php
44 /vendor/markbaker/complex/classes/src/functions/log2.php
45 /vendor/markbaker/complex/classes/src/functions/log10.php
46 /vendor/markbaker/complex/classes/src/functions/negative.php
47 /vendor/markbaker/complex/classes/src/functions/pow.php
48 /vendor/markbaker/complex/classes/src/functions/rho.php
49 /vendor/markbaker/complex/classes/src/functions/sec.php
50 /vendor/markbaker/complex/classes/src/functions/sech.php
51 /vendor/markbaker/complex/classes/src/functions/sin.php
52 /vendor/markbaker/complex/classes/src/functions/sinh.php
53 /vendor/markbaker/complex/classes/src/functions/sqrt.php
54 /vendor/markbaker/complex/classes/src/functions/tan.php
55 /vendor/markbaker/complex/classes/src/functions/tanh.php
56 /vendor/markbaker/complex/classes/src/functions/theta.php
57 /vendor/markbaker/complex/classes/src/operations/add.php
58 /vendor/markbaker/complex/classes/src/operations/subtract.php
59 /vendor/markbaker/complex/classes/src/operations/multiply.php
60 /vendor/markbaker/complex/classes/src/operations/divideby.php
61 /vendor/markbaker/complex/classes/src/operations/divideinto.php
62 /vendor/markbaker/matrix/classes/src/Functions/adjoint.php
63 /vendor/markbaker/matrix/classes/src/Functions/antidiagonal.php
64 /vendor/markbaker/matrix/classes/src/Functions/cofactors.php
65 /vendor/markbaker/matrix/classes/src/Functions/determinant.php
66 /vendor/markbaker/matrix/classes/src/Functions/diagonal.php
67 /vendor/markbaker/matrix/classes/src/Functions/identity.php
68 /vendor/markbaker/matrix/classes/src/Functions/inverse.php
69 /vendor/markbaker/matrix/classes/src/Functions/minors.php
70 /vendor/markbaker/matrix/classes/src/Functions/trace.php
71 /vendor/markbaker/matrix/classes/src/Functions/transpose.php
72 /vendor/markbaker/matrix/classes/src/Operations/add.php
73 /vendor/markbaker/matrix/classes/src/Operations/directsum.php
74 /vendor/markbaker/matrix/classes/src/Operations/subtract.php
75 /vendor/markbaker/matrix/classes/src/Operations/multiply.php
76 /vendor/markbaker/matrix/classes/src/Operations/divideby.php
77 /vendor/markbaker/matrix/classes/src/Operations/divideinto.php
78 /vendor/paragonie/random_compat/lib/random.php
79 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
80 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
81 /vendor/symfony/polyfill-apcu/bootstrap.php
82 /vendor/symfony/polyfill-intl-icu/bootstrap.php
83 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
84 /vendor/ircmaxell/password-compat/lib/password.php
85 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
86 /app/AppKernel.php
87 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Kernel.php
88 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/KernelInterface.php
89 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/HttpKernelInterface.php
90 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/RebootableInterface.php
91 /vendor/symfony/symfony/src/Symfony/Component/HttpKernel/TerminableInterface.php
92 /config/alias.php
93 /classes/PrestaShopAutoload.php
94 /var/cache/prod/class_index.php
95 /config/bootstrap.php
96 /src/Core/ContainerBuilder.php
97 /src/Core/Foundation/IoC/Container.php
98 /src/Adapter/ServiceLocator.php
99 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
100 /var/cache/prod/appParameters.php
103 /classes/controller/Controller.php
105 /classes/ObjectModel.php
106 /src/Core/Foundation/Database/EntityInterface.php
108 /classes/db/Db.php
110 /classes/Hook.php
112 /classes/module/Module.php
113 /src/Core/Module/ModuleInterface.php
115 /classes/Tools.php
116 /classes/Context.php
117 /classes/shop/Shop.php
118 /classes/db/DbPDO.php
119 /classes/AddressFormat.php
120 /override/classes/AddressFormat.php
121 /classes/Configuration.php
122 /override/classes/Configuration.php
123 /classes/Validate.php
124 /classes/cache/Cache.php
125 /src/Adapter/EntityMapper.php
126 /classes/db/DbQuery.php
127 /src/Core/Addon/Theme/ThemeManagerBuilder.php
128 /src/Adapter/Configuration.php
129 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
130 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
131 /src/Core/ConfigurationInterface.php
132 /src/Core/Addon/Theme/ThemeRepository.php
133 /src/Core/Addon/AddonRepositoryInterface.php
134 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
135 /src/Core/Addon/Theme/Theme.php
136 /src/Core/Addon/AddonInterface.php
137 /vendor/shudrum/array-finder/ArrayFinder.php
138 /config/defines_uri.inc.php
139 /classes/Language.php
140 /src/Core/Language/LanguageInterface.php
141 /classes/Country.php
142 /classes/PrestaShopCollection.php
143 /classes/shop/ShopGroup.php
144 /classes/Cookie.php
145 /classes/PhpEncryption.php
146 /vendor/defuse/php-encryption/src/Core.php
147 /classes/PhpEncryptionEngine.php
148 /vendor/defuse/php-encryption/src/Key.php
149 /vendor/defuse/php-encryption/src/Encoding.php
150 /src/Core/Session/SessionHandler.php
151 /src/Core/Session/SessionHandlerInterface.php
152 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
153 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
154 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
155 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
156 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
157 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
158 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
159 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
160 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
161 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
162 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
163 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
164 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
165 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
166 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
167 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
168 /config/smarty.config.inc.php
169 /vendor/smarty/smarty/libs/Smarty.class.php
170 /vendor/smarty/smarty/libs/Autoloader.php
171 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
172 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
173 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
174 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
175 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
176 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
177 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
178 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
179 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
180 /config/smartyfront.config.inc.php
181 /classes/Smarty/SmartyResourceModule.php
182 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
183 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
184 /classes/Smarty/SmartyResourceParent.php
185 /classes/Smarty/SmartyLazyRegister.php
186 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
187 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
188 /classes/Customer.php
189 /classes/Group.php
190 /classes/Link.php
191 /classes/shop/ShopUrl.php
192 /classes/Dispatcher.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
194 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
195 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
196 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
197 /src/Adapter/SymfonyContainer.php
198 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
199 /config/db_slave_server.inc.php
200 /modules/ph_simpleblog/ph_simpleblog.php
201 /modules/ph_simpleblog/assets/phpthumb/ThumbLib.inc.php
202 /modules/ph_simpleblog/assets/phpthumb/PhpThumb.inc.php
203 /modules/ph_simpleblog/assets/phpthumb/ThumbBase.inc.php
204 /modules/ph_simpleblog/assets/phpthumb/GdThumb.inc.php
205 /modules/ph_simpleblog/vendor/autoload.php
206 /modules/ph_simpleblog/vendor/composer/autoload_real.php
207 /modules/ph_simpleblog/vendor/composer/platform_check.php
208 /modules/ph_simpleblog/vendor/composer/autoload_static.php
209 /modules/ph_simpleblog/models/SimpleBlogCategory.php
210 /modules/ph_simpleblog/models/SimpleBlogPost.php
211 /modules/ph_simpleblog/models/SimpleBlogPostType.php
212 /modules/ph_simpleblog/models/SimpleBlogPostImage.php
213 /modules/ph_simpleblog/models/SimpleBlogTag.php
214 /modules/ph_simpleblog/models/SimpleBlogComment.php
215 /modules/ph_simpleblog/models/SimpleBlogPostAuthor.php
216 /modules/ph_simpleblog/classes/SimpleBlogHelper.php
217 /modules/ph_simpleblog/classes/BlogPostsFinder.php
218 /modules/ph_simpleblog/controllers/front/default_list.php
219 /classes/controller/ModuleFrontController.php
220 /classes/controller/FrontController.php
221 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
222 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
223 /classes/Translate.php
224 /modules/ph_simpleblog/translations/es.php
225 /src/PrestaShopBundle/Translation/TranslatorComponent.php
226 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
227 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
228 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
229 /src/PrestaShopBundle/Translation/TranslatorInterface.php
230 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
231 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
232 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
233 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
234 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
235 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageSelector.php
236 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
237 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
238 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
239 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
240 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
241 /var/cache/prod/translations/catalogue.es-ES.NXhscRe.php
242 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
243 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
244 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
245 /modules/ps_mbo/ps_mbo.php
246 /modules/ps_mbo/vendor/autoload.php
247 /modules/ps_mbo/vendor/composer/autoload_real.php
248 /modules/ps_mbo/vendor/composer/platform_check.php
249 /modules/ps_mbo/vendor/composer/autoload_static.php
250 /modules/ps_mbo/vendor/ramsey/uuid/src/functions.php
251 /modules/ps_mbo/autoload.php
252 /vendor/symfony/symfony/src/Symfony/Component/Dotenv/Dotenv.php
253 /modules/ps_mbo/translations/es.php
254 /controllers/front/listing/CategoryController.php
255 /classes/controller/ProductListingFrontController.php
256 /classes/controller/ProductPresentingFrontController.php
257 /src/Adapter/Presenter/Object/ObjectPresenter.php
258 /src/Adapter/Presenter/PresenterInterface.php
259 /src/Adapter/Presenter/Cart/CartPresenter.php
260 /src/Adapter/Product/PriceFormatter.php
261 /src/Adapter/Image/ImageRetriever.php
262 /classes/tax/TaxConfiguration.php
263 /classes/Smarty/TemplateFinder.php
264 /classes/assets/StylesheetManager.php
265 /classes/assets/AbstractAssetManager.php
266 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
267 /classes/assets/JavascriptManager.php
268 /classes/assets/CccReducer.php
269 /modules/iqitthemeeditor/iqitthemeeditor.php
270 /modules/iqitthemeeditor/src/IqitSmartyModifiers.php
271 /modules/iqitthemeeditor/translations/es.php
272 /classes/Category.php
273 /classes/webservice/WebserviceRequest.php
274 /src/Adapter/ContainerBuilder.php
275 /src/Adapter/Environment.php
276 /src/Core/EnvironmentInterface.php
277 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
278 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php
279 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
280 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
281 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
282 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
283 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
284 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
285 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
286 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
287 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
288 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
289 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/MappingDriver.php
290 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/MappingDriver.php
291 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/ClassMetadata.php
292 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/ClassMetadata.php
293 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
294 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
295 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
296 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
297 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
298 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
299 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
300 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
301 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
302 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
303 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
304 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
305 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
306 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
307 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
308 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
309 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
310 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
311 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
312 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
313 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
314 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
315 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
316 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
317 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
318 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
320 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
322 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
323 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
324 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
325 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
326 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
327 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
332 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
333 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
345 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
346 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
347 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
348 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
349 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
350 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
351 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/CachedReader.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
353 /vendor/doctrine/persistence/lib/Doctrine/Persistence/Mapping/Driver/AnnotationDriver.php
354 /vendor/doctrine/persistence/lib/Doctrine/Common/Persistence/Mapping/Driver/AnnotationDriver.php
355 /var/cache/prod/FrontContainer.php
356 /src/Adapter/Container/LegacyContainer.php
357 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
358 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
359 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
360 /vendor/psr/container/src/ContainerInterface.php
361 /src/Adapter/Container/LegacyContainerInterface.php
362 /modules/contactform/vendor/autoload.php
363 /modules/contactform/vendor/composer/autoload_real.php
364 /modules/contactform/vendor/composer/autoload_static.php
365 /modules/dashactivity/vendor/autoload.php
366 /modules/dashactivity/vendor/composer/autoload_real.php
367 /modules/dashactivity/vendor/composer/autoload_static.php
368 /modules/dashtrends/vendor/autoload.php
369 /modules/dashtrends/vendor/composer/autoload_real.php
370 /modules/dashtrends/vendor/composer/autoload_static.php
371 /modules/dashgoals/vendor/autoload.php
372 /modules/dashgoals/vendor/composer/autoload_real.php
373 /modules/dashgoals/vendor/composer/autoload_static.php
374 /modules/dashproducts/vendor/autoload.php
375 /modules/dashproducts/vendor/composer/autoload_real.php
376 /modules/dashproducts/vendor/composer/autoload_static.php
377 /modules/graphnvd3/vendor/autoload.php
378 /modules/graphnvd3/vendor/composer/autoload_real.php
379 /modules/graphnvd3/vendor/composer/autoload_static.php
380 /modules/gridhtml/vendor/autoload.php
381 /modules/gridhtml/vendor/composer/autoload_real.php
382 /modules/gridhtml/vendor/composer/autoload_static.php
383 /modules/gsitemap/vendor/autoload.php
384 /modules/gsitemap/vendor/composer/autoload_real.php
385 /modules/gsitemap/vendor/composer/autoload_static.php
386 /modules/ps_banner/vendor/autoload.php
387 /modules/ps_banner/vendor/composer/autoload_real.php
388 /modules/ps_banner/vendor/composer/autoload_static.php
389 /modules/ps_categorytree/vendor/autoload.php
390 /modules/ps_categorytree/vendor/composer/autoload_real.php
391 /modules/ps_categorytree/vendor/composer/autoload_static.php
392 /modules/ps_contactinfo/vendor/autoload.php
393 /modules/ps_contactinfo/vendor/composer/autoload_real.php
394 /modules/ps_contactinfo/vendor/composer/autoload_static.php
395 /modules/ps_currencyselector/vendor/autoload.php
396 /modules/ps_currencyselector/vendor/composer/autoload_real.php
397 /modules/ps_currencyselector/vendor/composer/autoload_static.php
398 /modules/ps_customeraccountlinks/vendor/autoload.php
399 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
400 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
401 /modules/ps_customersignin/vendor/autoload.php
402 /modules/ps_customersignin/vendor/composer/autoload_real.php
403 /modules/ps_customersignin/vendor/composer/autoload_static.php
404 /modules/ps_customtext/vendor/autoload.php
405 /modules/ps_customtext/vendor/composer/autoload_real.php
406 /modules/ps_customtext/vendor/composer/autoload_static.php
407 /modules/ps_emailsubscription/vendor/autoload.php
408 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
409 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
410 /modules/ps_faviconnotificationbo/vendor/autoload.php
411 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
412 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
413 /modules/ps_featuredproducts/vendor/autoload.php
414 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
415 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
416 /modules/ps_imageslider/vendor/autoload.php
417 /modules/ps_imageslider/vendor/composer/autoload_real.php
418 /modules/ps_imageslider/vendor/composer/autoload_static.php
419 /modules/ps_languageselector/vendor/autoload.php
420 /modules/ps_languageselector/vendor/composer/autoload_real.php
421 /modules/ps_languageselector/vendor/composer/autoload_static.php
422 /modules/ps_linklist/vendor/autoload.php
423 /modules/ps_linklist/vendor/composer/autoload_real.php
424 /modules/ps_linklist/vendor/composer/autoload_static.php
425 /modules/ps_mainmenu/vendor/autoload.php
426 /modules/ps_mainmenu/vendor/composer/autoload_real.php
427 /modules/ps_mainmenu/vendor/composer/autoload_static.php
428 /modules/ps_searchbar/vendor/autoload.php
429 /modules/ps_searchbar/vendor/composer/autoload_real.php
430 /modules/ps_searchbar/vendor/composer/autoload_static.php
431 /modules/ps_sharebuttons/vendor/autoload.php
432 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
433 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
434 /modules/ps_shoppingcart/vendor/autoload.php
435 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
436 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
437 /modules/ps_socialfollow/vendor/autoload.php
438 /modules/ps_socialfollow/vendor/composer/autoload_real.php
439 /modules/ps_socialfollow/vendor/composer/autoload_static.php
440 /modules/ps_themecusto/vendor/autoload.php
441 /modules/ps_themecusto/vendor/composer/autoload_real.php
442 /modules/ps_themecusto/vendor/composer/autoload_static.php
443 /modules/ps_wirepayment/vendor/autoload.php
444 /modules/ps_wirepayment/vendor/composer/autoload_real.php
445 /modules/ps_wirepayment/vendor/composer/autoload_static.php
446 /modules/pagesnotfound/vendor/autoload.php
447 /modules/pagesnotfound/vendor/composer/autoload_real.php
448 /modules/pagesnotfound/vendor/composer/autoload_static.php
449 /modules/sekeywords/vendor/autoload.php
450 /modules/sekeywords/vendor/composer/autoload_real.php
451 /modules/sekeywords/vendor/composer/autoload_static.php
452 /modules/statsbestcategories/vendor/autoload.php
453 /modules/statsbestcategories/vendor/composer/autoload_real.php
454 /modules/statsbestcategories/vendor/composer/autoload_static.php
455 /modules/statsbestcustomers/vendor/autoload.php
456 /modules/statsbestcustomers/vendor/composer/autoload_real.php
457 /modules/statsbestcustomers/vendor/composer/autoload_static.php
458 /modules/statsbestproducts/vendor/autoload.php
459 /modules/statsbestproducts/vendor/composer/autoload_real.php
460 /modules/statsbestproducts/vendor/composer/autoload_static.php
461 /modules/statsbestsuppliers/vendor/autoload.php
462 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
463 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
464 /modules/statsbestvouchers/vendor/autoload.php
465 /modules/statsbestvouchers/vendor/composer/autoload_real.php
466 /modules/statsbestvouchers/vendor/composer/autoload_static.php
467 /modules/statscarrier/vendor/autoload.php
468 /modules/statscarrier/vendor/composer/autoload_real.php
469 /modules/statscarrier/vendor/composer/autoload_static.php
470 /modules/statscatalog/vendor/autoload.php
471 /modules/statscatalog/vendor/composer/autoload_real.php
472 /modules/statscatalog/vendor/composer/autoload_static.php
473 /modules/statscheckup/vendor/autoload.php
474 /modules/statscheckup/vendor/composer/autoload_real.php
475 /modules/statscheckup/vendor/composer/autoload_static.php
476 /modules/statsdata/vendor/autoload.php
477 /modules/statsdata/vendor/composer/autoload_real.php
478 /modules/statsdata/vendor/composer/autoload_static.php
479 /modules/statsequipment/vendor/autoload.php
480 /modules/statsequipment/vendor/composer/autoload_real.php
481 /modules/statsequipment/vendor/composer/autoload_static.php
482 /modules/statsforecast/vendor/autoload.php
483 /modules/statsforecast/vendor/composer/autoload_real.php
484 /modules/statsforecast/vendor/composer/autoload_static.php
485 /modules/statslive/vendor/autoload.php
486 /modules/statslive/vendor/composer/autoload_real.php
487 /modules/statslive/vendor/composer/autoload_static.php
488 /modules/statsnewsletter/vendor/autoload.php
489 /modules/statsnewsletter/vendor/composer/autoload_real.php
490 /modules/statsnewsletter/vendor/composer/autoload_static.php
491 /modules/statsorigin/vendor/autoload.php
492 /modules/statsorigin/vendor/composer/autoload_real.php
493 /modules/statsorigin/vendor/composer/autoload_static.php
494 /modules/statspersonalinfos/vendor/autoload.php
495 /modules/statspersonalinfos/vendor/composer/autoload_real.php
496 /modules/statspersonalinfos/vendor/composer/autoload_static.php
497 /modules/statsproduct/vendor/autoload.php
498 /modules/statsproduct/vendor/composer/autoload_real.php
499 /modules/statsproduct/vendor/composer/autoload_static.php
500 /modules/statsregistrations/vendor/autoload.php
501 /modules/statsregistrations/vendor/composer/autoload_real.php
502 /modules/statsregistrations/vendor/composer/autoload_static.php
503 /modules/statssales/vendor/autoload.php
504 /modules/statssales/vendor/composer/autoload_real.php
505 /modules/statssales/vendor/composer/autoload_static.php
506 /modules/statssearch/vendor/autoload.php
507 /modules/statssearch/vendor/composer/autoload_real.php
508 /modules/statssearch/vendor/composer/autoload_static.php
509 /modules/statsstock/vendor/autoload.php
510 /modules/statsstock/vendor/composer/autoload_real.php
511 /modules/statsstock/vendor/composer/autoload_static.php
512 /modules/statsvisits/vendor/autoload.php
513 /modules/statsvisits/vendor/composer/autoload_real.php
514 /modules/statsvisits/vendor/composer/autoload_static.php
515 /modules/welcome/vendor/autoload.php
516 /modules/welcome/vendor/composer/autoload_real.php
517 /modules/welcome/vendor/composer/autoload_static.php
518 /modules/gamification/vendor/autoload.php
519 /modules/gamification/vendor/composer/autoload_real.php
520 /modules/gamification/vendor/composer/autoload_static.php
521 /modules/emarketing/vendor/autoload.php
522 /modules/emarketing/vendor/composer/autoload_real.php
523 /modules/emarketing/vendor/composer/autoload_static.php
524 /modules/psaddonsconnect/vendor/autoload.php
525 /modules/psaddonsconnect/vendor/composer/autoload_real.php
526 /modules/psaddonsconnect/vendor/composer/autoload_static.php
527 /modules/psgdpr/vendor/autoload.php
528 /modules/psgdpr/vendor/composer/autoload_real.php
529 /modules/psgdpr/vendor/composer/autoload_static.php
530 /modules/ps_buybuttonlite/vendor/autoload.php
531 /modules/ps_buybuttonlite/vendor/composer/autoload_real.php
532 /modules/ps_buybuttonlite/vendor/composer/autoload_static.php
533 /modules/blockreassurance/vendor/autoload.php
534 /modules/blockreassurance/vendor/composer/autoload_real.php
535 /modules/blockreassurance/vendor/composer/autoload_static.php
536 /modules/ps_facetedsearch/vendor/autoload.php
537 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
538 /modules/ps_facetedsearch/vendor/composer/platform_check.php
539 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
540 /modules/iqitsociallogin/vendor/autoload.php
541 /modules/iqitsociallogin/vendor/composer/autoload_real.php
542 /modules/iqitsociallogin/vendor/composer/platform_check.php
543 /modules/iqitsociallogin/vendor/composer/autoload_static.php
544 /modules/eicaptcha/vendor/autoload.php
545 /modules/eicaptcha/vendor/composer/autoload_real.php
546 /modules/eicaptcha/vendor/composer/platform_check.php
547 /modules/eicaptcha/vendor/composer/autoload_static.php
548 /modules/pscleaner/vendor/autoload.php
549 /modules/pscleaner/vendor/composer/autoload_real.php
550 /modules/pscleaner/vendor/composer/autoload_static.php
551 /modules/paypal/vendor/autoload.php
552 /modules/paypal/vendor/composer/autoload_real.php
553 /modules/paypal/vendor/composer/autoload_static.php
554 /modules/gadwords/vendor/autoload.php
555 /modules/gadwords/vendor/composer/autoload_real.php
556 /modules/gadwords/vendor/composer/autoload_static.php
557 /modules/ps_emailalerts/vendor/autoload.php
558 /modules/ps_emailalerts/vendor/composer/autoload_real.php
559 /modules/ps_emailalerts/vendor/composer/autoload_static.php
560 /modules/ps_accounts/vendor/autoload.php
561 /modules/ps_accounts/vendor/composer/autoload_real.php
562 /modules/ps_accounts/vendor/composer/platform_check.php
563 /modules/ps_accounts/vendor/composer/autoload_static.php
564 /modules/ps_accounts/vendor/paragonie/random_compat/lib/random.php
565 /modules/ps_accounts/vendor/symfony/polyfill-ctype/bootstrap.php
566 /modules/ps_accounts/vendor/lcobucci/jwt/compat/class-aliases.php
567 /modules/ps_accounts/vendor/lcobucci/jwt/src/Token.php
568 /modules/ps_accounts/vendor/lcobucci/jwt/src/Signature.php
569 /modules/ps_accounts/vendor/lcobucci/jwt/compat/json-exception-polyfill.php
570 /modules/ps_accounts/vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
571 /modules/ps_accounts/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php
572 /modules/ps_accounts/vendor/ramsey/uuid/src/functions.php
573 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment.php
574 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Client.php
575 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
576 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
577 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
578 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
579 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
580 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
581 /modules/ps_accounts/vendor/segmentio/analytics-php/lib/Segment/Version.php
582 /modules/ps_eventbus/vendor/autoload.php
583 /modules/ps_eventbus/vendor/composer/autoload_real.php
584 /modules/ps_eventbus/vendor/composer/autoload_static.php
585 /modules/ps_facebook/vendor/autoload.php
586 /modules/ps_facebook/vendor/composer/autoload_real.php
587 /modules/ps_facebook/vendor/composer/autoload_static.php
588 /modules/fbstore/vendor/autoload.php
589 /modules/fbstore/vendor/composer/autoload_real.php
590 /modules/fbstore/vendor/composer/autoload_static.php
591 /modules/quantitydiscountpro/vendor/autoload.php
592 /modules/quantitydiscountpro/vendor/composer/autoload_real.php
593 /modules/quantitydiscountpro/vendor/composer/autoload_static.php
594 /modules/redsys17/vendor/autoload.php
595 /modules/redsys17/vendor/composer/autoload_real.php
596 /modules/redsys17/vendor/composer/autoload_static.php
597 /modules/upliftsearch/vendor/autoload.php
598 /modules/upliftsearch/vendor/composer/autoload_real.php
599 /modules/upliftsearch/vendor/composer/autoload_static.php
600 /src/Core/Localization/Locale/Repository.php
601 /src/Core/Localization/Locale/RepositoryInterface.php
602 /src/Core/Localization/CLDR/LocaleRepository.php
603 /src/Core/Localization/CLDR/LocaleDataSource.php
604 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
605 /src/Core/Data/Layer/AbstractDataLayer.php
606 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
607 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
608 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
609 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
610 /vendor/psr/cache/src/CacheItemPoolInterface.php
611 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
612 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
613 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
614 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
615 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
616 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
617 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
618 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
619 /vendor/psr/cache/src/CacheItemInterface.php
620 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
621 /src/Core/Localization/CLDR/Reader.php
622 /src/Core/Localization/CLDR/ReaderInterface.php
623 /src/Core/Localization/Currency/Repository.php
624 /src/Core/Localization/Currency/RepositoryInterface.php
625 /src/Core/Localization/Currency/CurrencyDataSource.php
626 /src/Core/Localization/Currency/DataSourceInterface.php
627 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
628 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
629 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
630 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
631 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
632 /src/Adapter/Currency/CurrencyDataProvider.php
633 /src/Core/Currency/CurrencyDataProviderInterface.php
634 /src/Adapter/LegacyContext.php
635 /src/Adapter/Tools.php
636 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
637 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
638 /vendor/prestashop/decimal/src/Operation/Rounding.php
639 /src/Core/Localization/Locale.php
640 /src/Core/Localization/LocaleInterface.php
641 /src/Core/Localization/Specification/Price.php
642 /src/Core/Localization/Specification/Number.php
643 /src/Core/Localization/Specification/NumberInterface.php
644 /src/Core/Localization/Specification/Factory.php
645 /src/Core/Localization/CLDR/LocaleData.php
646 /src/Core/Localization/CLDR/NumberSymbolsData.php
647 /src/Core/Localization/CLDR/CurrencyData.php
648 /src/Core/Localization/CLDR/Locale.php
649 /src/Core/Localization/CLDR/LocaleInterface.php
650 /src/Core/Localization/Specification/NumberSymbolList.php
651 /classes/Currency.php
652 /src/Core/Localization/Currency/LocalizedCurrencyId.php
653 /src/Core/Localization/Currency/CurrencyData.php
654 /src/Core/Localization/Currency/CurrencyCollection.php
655 /src/Core/Localization/Currency.php
656 /src/Core/Localization/CurrencyInterface.php
657 /src/Core/Localization/Specification/NumberCollection.php
658 /src/Core/Localization/Number/Formatter.php
659 /classes/Cart.php
660 /override/classes/Cart.php
661 /src/Adapter/AddressFactory.php
662 /classes/CartRule.php
663 /override/classes/CartRule.php
664 /modules/quantitydiscountpro/quantitydiscountpro.php
665 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php
666 /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php
667 /modules/quantitydiscountpro/classes/QuantityDiscountDatabase.php
668 /modules/quantitydiscountpro/classes/QuantityDiscountRuleCondition.php
669 /modules/quantitydiscountpro/classes/QuantityDiscountRuleGroup.php
670 /modules/quantitydiscountpro/classes/QuantityDiscountRuleAction.php
671 /modules/quantitydiscountpro/classes/QuantityDiscountRuleMessage.php
672 /modules/quantitydiscountpro/classes/array_column.php
673 /classes/Product.php
674 /src/Core/Domain/Product/ValueObject/RedirectType.php
675 /src/Core/Util/DateTime/DateTime.php
676 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
677 /classes/Pack.php
678 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
679 /src/Core/Domain/Product/ValueObject/ProductType.php
680 /src/Core/Domain/Product/ValueObject/Reference.php
681 /src/Core/Domain/Product/ValueObject/Ean13.php
682 /src/Core/Domain/Product/ValueObject/Isbn.php
683 /src/Core/Domain/Product/ValueObject/Upc.php
684 /src/Core/Domain/Product/ProductSettings.php
685 /src/Core/Domain/Shop/ValueObject/ShopId.php
686 /modules/pspixel/pspixel.php
687 /modules/pspixel/translations/es.php
688 /modules/spanishcities/spanishcities.php
689 /modules/spanishcities/classes/SpanishCity.php
690 /modules/spanishcities/translations/es.php
691 /classes/Media.php
692 /modules/ps_emailsubscription/ps_emailsubscription.php
693 /src/Core/Module/WidgetInterface.php
694 /src/PrestaShopBundle/Translation/DomainNormalizer.php
695 /modules/ps_emailalerts/ps_emailalerts.php
696 /modules/ps_emailalerts/MailAlert.php
697 /modules/rkrlastprice/rkrlastprice.php
698 /modules/rkrlastprice/class/RkrLastSmallPrice.php
699 /modules/rkrlastprice/translations/es.php
700 /classes/ProductDownload.php
701 /classes/tax/Tax.php
702 /src/Core/Localization/CLDR/ComputingPrecision.php
703 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
704 /src/Core/Cart/Calculator.php
705 /src/Core/Cart/CartRowCollection.php
706 /src/Core/Cart/Fees.php
707 /src/Core/Cart/AmountImmutable.php
708 /src/Core/Cart/CartRuleCollection.php
709 /src/Core/Cart/CartRuleCalculator.php
710 /src/Adapter/Product/PriceCalculator.php
711 /classes/order/Order.php
712 /src/Core/Cart/CartRow.php
713 /vendor/prestashop/decimal/src/DecimalNumber.php
714 /vendor/prestashop/decimal/src/Builder.php
715 /classes/Gender.php
716 /classes/Risk.php
717 /classes/Meta.php
718 /classes/Address.php
719 /classes/ImageType.php
720 /src/Core/Addon/Module/ModuleManagerBuilder.php
721 /src/Core/Util/File/YamlParser.php
722 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
723 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
724 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
725 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
726 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
727 /var/cache/prod/yaml/2384567796bcddc4a987afffeaf0ac44.php
728 /var/cache/prod/yaml/ee80dfa9aef6173ff8e8fc525aad4e21.php
729 /src/PrestaShopBundle/Service/DataProvider/Marketplace/ApiClient.php
730 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Client.php
731 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/ClientInterface.php
732 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Event/HasEmitterInterface.php
733 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Event/HasEmitterTrait.php
734 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Url.php
735 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Utils.php
736 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Message/MessageFactory.php
737 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Message/MessageFactoryInterface.php
738 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Event/ListenerAttacherTrait.php
739 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Subscriber/HttpError.php
740 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Event/SubscriberInterface.php
741 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/Subscriber/Redirect.php
742 /modules/upliftsearch/vendor/guzzlehttp/ringphp/src/Client/CurlHandler.php
743 /modules/upliftsearch/vendor/guzzlehttp/ringphp/src/Client/CurlFactory.php
744 /modules/upliftsearch/vendor/guzzlehttp/ringphp/src/Client/CurlMultiHandler.php
745 /modules/upliftsearch/vendor/guzzlehttp/ringphp/src/Client/Middleware.php
746 /modules/upliftsearch/vendor/guzzlehttp/guzzle/src/RequestFsm.php
747 /app/config/parameters.php
748 /src/Adapter/Module/ModuleZipManager.php
749 /src/PrestaShopBundle/Event/Dispatcher/NullDispatcher.php
750 /vendor/symfony/symfony/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php
751 /src/Core/Hook/HookDispatcherInterface.php
752 /src/Adapter/Addons/AddonsDataProvider.php
753 /src/PrestaShopBundle/Service/DataProvider/Admin/AddonsInterface.php
754 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php
755 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php
756 /src/Adapter/LegacyLogger.php
757 /vendor/psr/log/Psr/Log/LoggerInterface.php
758 /src/PrestaShopBundle/Service/DataProvider/Admin/CategoriesProvider.php
759 /src/Adapter/Module/ModuleDataProvider.php
760 /src/Adapter/Module/AdminModuleDataProvider.php
761 /src/PrestaShopBundle/Service/DataProvider/Admin/ModuleInterface.php
762 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocator.php
763 /vendor/symfony/symfony/src/Symfony/Component/Config/FileLocatorInterface.php
764 /vendor/symfony/symfony/src/Symfony/Component/Routing/Loader/YamlFileLoader.php
765 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/FileLoader.php
766 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/Loader.php
767 /vendor/symfony/symfony/src/Symfony/Component/Config/Loader/LoaderInterface.php
768 /vendor/symfony/symfony/src/Symfony/Component/Routing/Router.php
769 /vendor/symfony/symfony/src/Symfony/Component/Routing/RouterInterface.php
770 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php
771 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContextAwareInterface.php
772 /vendor/symfony/symfony/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php
773 /vendor/symfony/symfony/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php
774 /vendor/symfony/symfony/src/Symfony/Component/Routing/RequestContext.php
775 /src/Adapter/Module/ModuleDataUpdater.php
776 /src/Core/Addon/Module/ModuleManager.php
777 /src/Core/Addon/AddonManagerInterface.php
778 /src/Core/Addon/Module/ModuleRepository.php
779 /src/Core/Addon/Module/ModuleRepositoryInterface.php
780 /vendor/symfony/symfony/src/Symfony/Component/Finder/Finder.php
781 /src/Adapter/Cache/Clearer/SymfonyCacheClearer.php
782 /src/Core/Cache/Clearer/CacheClearerInterface.php
783 /modules/shippingconfiguratorpro/shippingconfiguratorpro.php
784 /modules/shippingconfiguratorpro/classes/SCPCore.php
785 /modules/shippingconfiguratorpro/classes/SCPCity.php
786 /modules/shippingconfiguratorpro/classes/SCPGroup.php
787 /modules/shippingconfiguratorpro/classes/SCPCarrierType.php
788 /modules/shippingconfiguratorpro/classes/SCPQueries.php
789 /modules/shippingconfiguratorpro/classes/SCPCarrierLang.php
790 /modules/shippingconfiguratorpro/translations/es.php
791 /classes/State.php
792 /src/Core/Filter/FrontEndObject/MainFilter.php
793 /src/Core/Filter/FilterInterface.php
794 /src/Core/Filter/FrontEndObject/CartFilter.php
795 /src/Core/Filter/HashMapWhitelistFilter.php
796 /src/Core/Filter/CollectionFilter.php
797 /src/Core/Filter/FrontEndObject/ProductFilter.php
798 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
799 /src/Core/Filter/FrontEndObject/CustomerFilter.php
800 /src/Core/Filter/FrontEndObject/ShopFilter.php
801 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
802 /modules/ps_shoppingcart/ps_shoppingcart.php
803 /modules/quantitydiscountpro/translations/es.php
804 /src/Adapter/ContainerFinder.php
805 /src/Core/String/CharacterCleaner.php
806 /modules/advancedpopupcreator/advancedpopupcreator.php
807 /modules/advancedpopupcreator/classes/AdvancedPopup.php
808 /modules/advancedpopupcreator/translations/es.php
809 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
810 /var/cache/prod/smarty/compile/warehouse/c3/3e/0d/c33e0dd722f6d85356fdd1566038171b14003dfe_2.file.apc_functions_front.tpl.php
811 /vendor/smarty/smarty/libs/plugins/modifier.escape.php
812 /modules/paypal/paypal.php
813 /modules/paypal/config_prod.php
814 /classes/PaymentModule.php
815 /override/classes/PaymentModule.php
816 /modules/paypal/classes/Shortcut/ShortcutConfiguration.php
817 /modules/paypal/smarty/plugins/modifier.paypalreplace.php
818 /modules/paypal/translations/es.php
819 /modules/paypal/classes/Constants/PaypalConfigurations.php
820 /modules/paypal/classes/InstallmentBanner/ConfigurationMap.php
821 /modules/paypal/classes/Constants/WebHookConf.php
822 /modules/paypal/vendor/ppbtlib/src/Extensions/ProcessLogger/ProcessLoggerExtension.php
823 /modules/paypal/vendor/ppbtlib/src/Extensions/AbstractModuleExtension.php
824 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/DiagnosticExtension.php
825 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/Constant/DiagnosticHook.php
826 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/StubStorage.php
827 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Storage/DiagnosticRetriever.php
828 /modules/paypal/diagnostic.php
829 /modules/paypal/vendor/ppbtlib/src/Extensions/Diagnostic/Stubs/Model/ModuleConfigModel.php
830 /modules/paypal/classes/AbstractMethodPaypal.php
831 /modules/paypal/vendor/ppbtlib/src/AbstractMethod.php
832 /modules/paypal/classes/MethodEC.php
833 /modules/paypal/classes/WhiteList/WhiteListService.php
834 /modules/paypal/classes/API/PaypalApiManager.php
835 /modules/paypal/classes/API/PaypalApiManagerInterface.php
836 /modules/paypal/classes/API/PaypalVaultApiManagerInterface.php
837 /modules/paypal/classes/API/PaypalWebhookApiManagerInterface.php
838 /modules/paypal/classes/API/PaypalClient.php
839 /modules/paypal/classes/API/Client/HttpClient.php
840 /modules/paypal/classes/API/ClientInterface.php
841 /modules/paypal/classes/API/Environment/PaypalEnvironment.php
842 /modules/paypal/classes/API/EnvironmentInterface.php
843 /modules/paypal/classes/API/Injector/AuthorizationInjector.php
844 /modules/paypal/classes/API/InjectorInterface.php
845 /modules/paypal/classes/API/Injector/BnCodeInjector.php
846 /modules/paypal/classes/API/Injector/UserAgentInjector.php
847 /var/cache/prod/smarty/compile/1f/b5/b4/1fb5b414db934f3cbce1f81a5328eb449f2525ce_2.module.paypalviewstemplatesfront.php
848 /modules/autosuggest/autosuggest.php
849 /modules/autosuggest/translations/es.php
850 /var/cache/prod/smarty/compile/warehouse/c4/e8/8c/c4e88c6439b2674640667cbceabd674c74a63275_2.file.remove_default.tpl.php
851 /modules/emarketing/emarketing.php
852 /modules/emarketing/translations/es.php
853 /modules/emarketing/classes/Service/FrontendJS.php
854 /modules/emarketing/classes/Service/Verification.php
855 /modules/emarketing/classes/Service/GoogleTracker.php
856 /modules/emarketing/classes/Service/Snippets/Snippets.php
857 /modules/emarketing/classes/Service/FacebookPixel.php
858 /modules/emarketing/classes/Service/BingTags.php
859 /modules/iqitcompare/iqitcompare.php
860 /modules/iqitcompare/translations/es.php
861 /modules/iqitcontactpage/iqitcontactpage.php
862 /modules/iqitcontactpage/translations/es.php
863 /modules/iqitcookielaw/iqitcookielaw.php
864 /modules/iqitcookielaw/translations/es.php
865 /modules/iqitcountdown/iqitcountdown.php
866 /modules/iqitcountdown/translations/es.php
867 /modules/iqitelementor/iqitelementor.php
868 /modules/iqitelementor/src/IqitElementorLanding.php
869 /modules/iqitelementor/src/IqitElementorTemplate.php
870 /modules/iqitelementor/src/IqitElementorProduct.php
871 /modules/iqitelementor/src/IqitElementorCategory.php
872 /modules/iqitelementor/src/IqitElementorContent.php
873 /modules/iqitelementor/src/iqitElementorWpHelper.php
874 /modules/iqitelementor/includes/plugin-elementor.php
875 /modules/iqitelementor/src/widgets/IqitElementorWidget_Brands.php
876 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsList.php
877 /modules/iqitelementor/src/widgets/IqitElementorWidget_ProductsListTabs.php
878 /modules/iqitelementor/src/widgets/IqitElementorWidget_Modules.php
879 /modules/iqitelementor/src/widgets/IqitElementorWidget_CustomTpl.php
880 /modules/iqitelementor/src/widgets/IqitElementorWidget_Menu.php
881 /modules/iqitelementor/src/widgets/IqitElementorWidget_RevolutionSlider.php
882 /modules/iqitelementor/src/widgets/IqitElementorWidget_Newsletter.php
883 /modules/iqitelementor/src/widgets/IqitElementorWidget_Blog.php
884 /modules/iqitelementor/src/widgets/IqitElementorWidget_Search.php
885 /modules/iqitelementor/src/widgets/IqitElementorWidget_Links.php
886 /modules/iqitelementor/src/widgets/IqitElementorWidget_ContactForm.php
887 /modules/iqitelementor/translations/es.php
888 /modules/iqitfreedeliverycount/iqitfreedeliverycount.php
889 /modules/iqitfreedeliverycount/translations/es.php
890 /modules/iqitlinksmanager/iqitlinksmanager.php
891 /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php
892 /modules/iqitlinksmanager/src/IqitLinkBlock.php
893 /modules/iqitlinksmanager/src/IqitLinkBlockPresenter.php
894 /modules/iqitlinksmanager/translations/es.php
895 /modules/iqitmegamenu/iqitmegamenu.php
896 /modules/iqitmegamenu/models/IqitMenuTab.php
897 /modules/iqitmegamenu/models/IqitMenuHtml.php
898 /modules/iqitmegamenu/models/IqitMenuLinks.php
899 /modules/iqitmegamenu/translations/es.php
900 /modules/iqitsizecharts/iqitsizecharts.php
901 /modules/iqitsizecharts/src/IqitSizeCharts.php
902 /modules/iqitsizecharts/translations/es.php
903 /modules/iqitextendedproduct/iqitextendedproduct.php
904 /modules/iqitextendedproduct/src/IqitThreeSixty.php
905 /modules/iqitextendedproduct/src/IqitProductVideo.php
906 /modules/iqitextendedproduct/translations/es.php
907 /classes/assets/PrestashopAssetsLibraries.php
908 /modules/iqitsociallogin/iqitsociallogin.php
909 /modules/iqitsociallogin/translations/es.php
910 /modules/eicaptcha/eicaptcha.php
911 /modules/eicaptcha/translations/es.php
912 /modules/eicaptcha/src/Debugger.php
913 /classes/Combination.php
914 /classes/stock/StockAvailable.php
915 /modules/ifeedback/ifeedback.php
916 /modules/ifeedback/classes/IFBCore.php
917 /modules/ifeedback/lib/jquery.filer/class.uploader.php
918 /modules/ifeedback/classes/IFBClass.php
919 /modules/ifeedback/classes/IFBCriterionClass.php
920 /modules/ifeedback/classes/IFBFilter.php
921 /modules/ifeedback/classes/IFBCSVReader.php
922 /modules/ifeedback/translations/es.php
923 /classes/SpecificPrice.php
924 /classes/tax/TaxManagerFactory.php
925 /classes/tax/TaxRulesTaxManager.php
926 /classes/tax/TaxManagerInterface.php
927 /classes/tax/TaxCalculator.php
928 /classes/GroupReduction.php
929 /classes/Feature.php
930 /var/cache/prod/smarty/compile/warehouse/1c/2e/df/1c2edfb1cd2c3b6f29627fe3dce69c15fc66e1e7_2.file.header.tpl.php
931 /modules/whatsapp/whatsapp.php
932 /modules/whatsapp/translations/es.php
933 /var/cache/prod/smarty/compile/warehouse/99/04/8f/99048f930e085642efcb2c917f673cca78c368ca_2.file.header.tpl.php
934 /var/cache/prod/smarty/compile/warehouse/6a/12/d7/6a12d7f72ab60c5262f5f36f5ccc503f5a1ebbaf_2.file.theme.tpl.php
935 /modules/redsys17/redsys17.php
936 /modules/redsys17/redsys17Init.php
937 /modules/redsys17/translations/es.php
938 /src/Core/Product/Search/ProductSearchContext.php
939 /src/Core/Product/Search/ProductSearchQuery.php
940 /src/Core/Product/Search/SortOrder.php
941 /modules/ps_facetedsearch/ps_facetedsearch.php
942 /modules/ps_facetedsearch/src/HookDispatcher.php
943 /modules/ps_facetedsearch/src/Hook/Attribute.php
944 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
945 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
946 /modules/ps_facetedsearch/src/Hook/Category.php
947 /modules/ps_facetedsearch/src/Hook/Configuration.php
948 /modules/ps_facetedsearch/src/Hook/Design.php
949 /modules/ps_facetedsearch/src/Hook/Feature.php
950 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
951 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
952 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
953 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
954 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
955 /modules/ps_facetedsearch/src/Hook/Product.php
956 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
957 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
958 /src/Adapter/Localization/LegacyTranslator.php
959 /modules/ps_facetedsearch/src/Filters/Provider.php
960 /modules/ps_facetedsearch/src/URLSerializer.php
961 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
962 /modules/ps_facetedsearch/src/Product/SearchProvider.php
963 /src/Core/Product/Search/FacetsRendererInterface.php
964 /src/Core/Product/Search/ProductSearchProviderInterface.php
965 /modules/ps_facetedsearch/src/Filters/Converter.php
966 /modules/ps_facetedsearch/src/Product/SearchFactory.php
967 /src/Core/Product/Search/ProductSearchResult.php
968 /classes/Manufacturer.php
969 /modules/ps_facetedsearch/src/Product/Search.php
970 /modules/ps_facetedsearch/src/Adapter/MySQL.php
971 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
972 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
973 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
974 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
975 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
976 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
977 /modules/ps_facetedsearch/src/Filters/Products.php
978 /modules/ps_facetedsearch/src/Filters/Block.php
979 /modules/ps_facetedsearch/src/Definition/Availability.php
980 /src/Core/Product/Search/Facet.php
981 /src/Core/Product/Search/Filter.php
982 /src/Core/Product/Search/FacetCollection.php
983 /classes/ProductAssembler.php
984 /classes/ProductPresenterFactory.php
985 /src/Adapter/Presenter/Product/ProductListingPresenter.php
986 /src/Adapter/Presenter/Product/ProductPresenter.php
987 /src/Adapter/Product/ProductColorsRetriever.php
988 /src/Adapter/HookManager.php
989 /src/Core/Product/ProductPresentationSettings.php
990 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
991 /src/Adapter/Presenter/Product/ProductLazyArray.php
992 /src/Adapter/Presenter/AbstractLazyArray.php
993 /classes/Image.php
994 /vendor/doctrine/common/lib/Doctrine/Common/Util/Inflector.php
995 /vendor/doctrine/inflector/lib/Doctrine/Common/Inflector/Inflector.php
996 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
997 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
998 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
999 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
1000 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
1001 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
1002 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
1003 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
1004 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
1005 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
1006 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
1007 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
1008 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
1009 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
1010 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
1011 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
1012 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
1013 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
1014 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
1015 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
1016 /vendor/prestashop/decimal/src/Operation/Multiplication.php
1017 /vendor/prestashop/decimal/src/Operation/Addition.php
1018 /var/cache/prod/smarty/compile/warehouse/d4/1d/65/d41d65d76b9471b5d365fe06cf1737c89a53af9f_2.module.psfacetedsearchviewstempl.php
1019 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
1020 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
1021 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
1022 /var/cache/prod/smarty/compile/warehouse/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.psfacetedsearchviewstempl.php
1023 /src/Core/Product/Search/Pagination.php
1024 /vendor/defuse/php-encryption/src/Crypto.php
1025 /vendor/defuse/php-encryption/src/KeyOrPassword.php
1026 /vendor/defuse/php-encryption/src/RuntimeTests.php
1027 /vendor/defuse/php-encryption/src/DerivedKeys.php
1028 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
1029 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
1030 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/17/a6/1b/17a61b8a99ecc0a391200bca7abcd16b0227cfb5_2.file.category.tpl.php
1031 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
1032 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/c6/82/cc/c682cce3c704defa44b7da2802885eacd0480eb3_2.file.product-list.tpl.php
1033 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/73/1d/50/731d50e61874f685519cd0c2c9c2538239603173_2.file.layout-left-column.tpl.php
1034 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/2d/b0/2b/2db02b628a5dfa6644b73aa3f1767d7fdcec0ea6_2.file.layout-both-columns.tpl.php
1035 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/55/7f/3d/557f3d01a0c0ab71922848748866d02320df168b_2.file.helpers.tpl.php
1036 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
1037 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/c8/eb/ec/c8ebec3e18c335736465f1fa5239424dbd91cb5f_2.file.head.tpl.php
1038 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/29/4f/10/294f108f44e60620e11521caa36dc9320af496d0_2.file.head-jsonld.tpl.php
1039 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/36/25/f1/3625f15018156ddc342383d893470c90a6b484f3_2.file.product-list-jsonld.tpl.php
1040 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/4d/a9/f2/4da9f206b3ba8e68d9bba2be28e688ee1d5262cc_2.file.pagination-seo.tpl.php
1041 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
1042 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
1043 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/fd/4f/57/fd4f571459013d33e570271959cdf84c464362b9_2.file.stylesheets.tpl.php
1044 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/39/db/3c/39db3c21d848eadec1199dd4d6e8162fdb603dcc_2.file.javascript.tpl.php
1045 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/83/06/25/8306250ebb99420e291e75a6c83a827497ada0de_2.file.product-activation.tpl.php
1046 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/88/08/bb/8808bb02e419e145b6cd3521a7511ba794516e4e_2.file.header.tpl.php
1047 /classes/CMS.php
1048 /var/cache/prod/smarty/compile/warehouse/ef/3d/cd/ef3dcd2ceee3dd6a458a9c29f5ad0be7ff371cd7_2.module.iqitlinksmanagerviewstemp.php
1049 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e7/35/87/e73587bd60ae9db507811fc54a402adb2fb6152c_2.file.header-2.tpl.php
1050 /modules/iqitsearch/iqitsearch.php
1051 /modules/iqitsearch/translations/es.php
1052 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
1053 /var/cache/prod/smarty/compile/warehouse/78/3c/e0/783ce0bc99544193d9645b02e003b32e879d6a43_2.module.iqitsearchviewstemplatesh.php
1054 /var/cache/prod/smarty/compile/warehouse/46/29/db/4629dbb3c4efa13c090c633dc2e46e5f2b42bed3_2.module.iqitsearchviewstemplatesh.php
1055 /modules/ps_customersignin/ps_customersignin.php
1056 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/72/be/19/72be192e406191c1cad554abe284e159adeb4234_2.module.pscustomersigninpscustome.php
1057 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/b4/a4/76/b4a476e0a8201677b298f7c0f8ca1ac698e1bac3_2.module.psshoppingcartpsshoppingc.php
1058 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.psshoppingcartpsshoppingc.php
1059 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/f6/e9/f2/f6e9f2b1680a466582d2199d038efe2cfa3a83f7_2.module.psshoppingcartpsshoppingc.php
1060 /var/cache/prod/smarty/compile/warehouse/79/74/04/797404135c3d6163c184d5946c377ac2bc91c4d2_2.module.iqitmegamenuviewstemplate.php
1061 /var/cache/prod/smarty/compile/warehouse/47/0d/5c/470d5c96fd175e37e89afd5cc78d331c9756e29d_2.module.iqitmegamenuviewstemplate.php
1062 /var/cache/prod/smarty/compile/warehouse/98/cb/9e/98cb9e3fbf4c879e219db3109049550b02a2da1b_2.module.iqitmegamenuviewstemplate.php
1063 /var/cache/prod/smarty/compile/warehouse/e0/77/dd/e077dd2170956816de1e46af35296e5cbbf8e702_2.module.iqitmegamenuviewstemplate.php
1064 /modules/ps_languageselector/ps_languageselector.php
1065 /var/cache/prod/smarty/compile/warehouse/9b/b6/a9/9bb6a9970aa01b8fd3c752c16e574cb1b14bf323_2.module.pslanguageselectorpslangu.php
1066 /modules/ps_currencyselector/ps_currencyselector.php
1067 /var/cache/prod/smarty/compile/warehouse/dd/65/22/dd6522dbacb2ead7139cef7a64e59ac80e0726fc_2.module.pscurrencyselectorpscurre.php
1068 /var/cache/prod/smarty/compile/warehouse/d3/f6/c8/d3f6c8247111f1ef9bebabfff451b9cb9207ba0b_2.module.pscustomersigninpscustome.php
1069 /modules/paypal/classes/InstallmentBanner/BannerManager.php
1070 /modules/paypal/classes/InstallmentBanner/Banner.php
1071 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/fa/fc/e7/fafce70ed0d43efa50226f7bfcefeca851448241_2.file.mobile-header-1.tpl.php
1072 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7a/30/38/7a3038780284d52e9fcd7a66e51e5b86a166106b_2.module.iqitsearchviewstemplatesh.php
1073 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/be/ee/e6/beeee6f3d87613010f8af1cabc4c4562f8cf600a_2.module.pscustomersigninpscustome.php
1074 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d4/e1/57/d4e1571b6b210795247564db06deb17061778b51_2.module.psshoppingcartpsshoppingc.php
1075 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/74/bb/01/74bb0108e59a90821bb5e862e0c9abbc4bceca21_2.file.breadcrumb.tpl.php
1076 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/1d/ff/51/1dff51b066249af5fb992fa0f8533059aadc47a2_2.file.notifications.tpl.php
1077 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/64/b2/b3/64b2b374d2a4ab4f1e8f4d7bdb92c330b6da117d_2.file.category-header.tpl.php
1078 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/7d/a3/0a/7da30ac851c6d6451af98ed23d108f0e177a8d7e_2.file.products-top.tpl.php
1079 /vendor/smarty/smarty/libs/plugins/modifier.regex_replace.php
1080 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/24/84/89/2484894bd8105f70c69556d9577cee29791255ec_2.file.sort-orders.tpl.php
1081 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/dd/cd/d4/ddcdd47ab4070cbf7d30fe4cddd5ab6d8e0341b0_2.file.products.tpl.php
1082 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e8/a3/4e/e8a34e701562fe03d8390a7be8bba83b68a08216_2.file.product.tpl.php
1083 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/e3/e0/b6/e3e0b648af84f4ded9461c1380334282b8f8b8f1_2.file.product-miniature-1.tpl.php
1084 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/36/23/dd/3623dde8a4c6f2ac4abe0b6b1cf5a205bd37aaa4_2.file.product-miniature-thumb.tpl.php
1085 /var/cache/prod/smarty/compile/warehouse/90/53/a0/9053a0dd520a39bef75969a0e9efeeae750df91b_2.module.iqitcompareviewstemplates.php
1086 /var/cache/prod/smarty/compile/warehouse/e9/d0/d0/e9d0d0181498591e471bcc4919b78230b0744e24_2.file.productlistreviews.tpl.php
1087 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/5d/41/1f/5d411f5220e8418c3264646a0d7f1df5cc64e85a_2.file.product-miniature-btn.tpl.php
1088 /var/cache/prod/smarty/compile/warehouse/55/c7/a8/55c7a89f423f7f64b1b84881dcb668e4d788f013_2.module.iqitcountdownviewstemplat.php
1089 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/44/a0/3c/44a03c378a2334e325ef597ad915aba270bef024_2.file.pagination.tpl.php
1090 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/d2/05/33/d20533d04b9147ab2eacf7f42b90440da18047ff_2.file.products-bottom.tpl.php
1091 /modules/ps_categorytree/ps_categorytree.php
1092 /var/cache/prod/smarty/compile/warehouse/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.pscategorytreeviewstempla.php
1093 /var/cache/prod/smarty/compile/warehouse/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.psfacetedsearchpsfaceteds.php
1094 /modules/acumbamail/acumbamail.php
1095 /modules/acumbamail/api/acumbamail.class.php
1096 /modules/acumbamail/translations/es.php
1097 /var/cache/prod/smarty/compile/warehouse/fa/a1/27/faa127b867e29d9db43d0f494a32cacb9e4819c6_2.file.frontend.tpl.php
1098 /var/cache/prod/smarty/compile/warehouse/10/0a/14/100a143514bc288c64eb5aeb347b421dd77aa566_2.file.ifeedback.tpl.php
1099 /var/cache/prod/smarty/compile/warehouse/48/9d/f8/489df8c3a300c276d6d7705f7278096a6eefcbe7_2.file.rating_table.tpl.php
1100 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/db/58/9d/db589dbec5cc4a1ff0e917fafde6e8d912e5fb6c_2.file.footer.tpl.php
1101 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/63/94/b5/6394b55bdd0431a83f311f71e004a78769fcdb65_2.file.footer-1.tpl.php
1102 /var/cache/prod/smarty/compile/warehouse/ee/75/26/ee752603de038a9aef5378771f6bf531aa9e40f3_2.module.iqitcontactpageviewstempl.php
1103 /var/cache/prod/smarty/compile/warehouse/44/b4/ef/44b4ef888deb2f933dcd9da2c1066fcd712ea5c6_2.module.iqitcontactpageviewstempl.php
1104 /var/cache/prod/smarty/compile/17/73/32/177332b960cd9c3f05d0ac00a7e8942a2d266e15_2.file.footer.tpl.php
1105 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/86/e7/12/86e7129a0858ed9f4bc84fd82f87bba5cd07a2f3_2.file.social-links.tpl.php
1106 /var/cache/prod/smarty/compile/warehouse/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.psemailsubscriptionviewst.php
1107 /modules/psgdpr/psgdpr.php
1108 /modules/psgdpr/translations/es.php
1109 /modules/psgdpr/classes/GDPRConsent.php
1110 /var/cache/prod/smarty/compile/warehouse/5e/ee/24/5eee242e5cbca9bb89b8ffa439cebef7beaaf2e4_2.module.psgdprviewstemplateshookd.php
1111 /var/cache/prod/smarty/compile/warehouselayouts_layout_left_column_tpl/69/21/dd/6921ddcb2a67efb1a0e1e4266f52289e4bb34ecc_2.file.footer-copyrights-1.tpl.php
1112 /var/cache/prod/smarty/compile/warehouse/d4/a2/00/d4a200912ea9e133f46cf39b7eadc37ea7dd3d2f_2.module.iqitcompareviewstemplates.php
1113 /var/cache/prod/smarty/compile/warehouse/b7/58/8a/b7588a77287e3c02dfc5dfe6fd3a17abf03f7e2e_2.module.iqitcookielawviewstemplat.php