5.0
( Sobre 5 )
Product added to compare.

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

Load Time 380 ms
Querying Time 251 ms
Queries 432
Memory Peak Usage 17.1 Mb
Included Files 1066 files - 11.72 Mb
PrestaShop Cache - Mb
Global vars 0.85 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 4 ms 4 ms 3.68 Mb 3.7 Mb
__construct 0 ms 4 ms - Mb 3.7 Mb
init 43 ms 46 ms 1.72 Mb 5.4 Mb
checkAccess 0 ms 46 ms - Mb 5.4 Mb
setMedia 3 ms 50 ms 0.18 Mb 5.6 Mb
postProcess 0 ms 50 ms - Mb 5.6 Mb
initHeader 0 ms 50 ms - Mb 5.6 Mb
initContent 228 ms 277 ms 5.12 Mb 10.7 Mb
initFooter 0 ms 277 ms - Mb 10.7 Mb
display 103 ms 380 ms 6.15 Mb 17.1 Mb
Hook Time Memory Usage
Header 181 ms 2.84 Mb
displayMainMenu 55 ms 3.34 Mb
LeftColumn 9 ms 0.25 Mb
displayFooter 7 ms 0.58 Mb
displayNav1 5 ms 0.65 Mb
displayLeftColumn 4 ms 0.25 Mb
DisplayHeader 4 ms 0.12 Mb
ActionGetProductPropertiesBefore 4 ms 0.16 Mb
DisplayFooter 3 ms 0.16 Mb
DisplayLeftColumn 2 ms 0.11 Mb
DisplayTop 2 ms 0.10 Mb
displayBeforeBodyClosingTag 1 ms 0.04 Mb
ActionFrontControllerSetMedia 1 ms 0.02 Mb
renderWidget 1 ms 0.05 Mb
DisplayGDPRConsent 1 ms 0.09 Mb
DisplayBeforeBodyClosingTag 1 ms 0.10 Mb
ProductSearchProvider 1 ms 0.01 Mb
displayTop 1 ms 0.13 Mb
DisplayNavFullWidth 0 ms 0.01 Mb
displayNav2 0 ms - Mb
IsJustElementor 0 ms 0.01 Mb
ActionDispatcherBefore 0 ms - Mb
ModuleRoutes 0 ms - Mb
ActionDispatcher 0 ms - Mb
displayVerticalMenu 0 ms - Mb
DisplayNewsletterRegistration 0 ms - Mb
ActionProductSearchAfter 0 ms - Mb
27 hook(s) 284 ms 8.97 Mb
Module Time Memory Usage
ph_simpleblog 4 ms 0.19 Mb
ps_mbo 2 ms 0.07 Mb
iqitthemeeditor 1 ms 0.13 Mb
pspixel 176 ms 2.66 Mb
spanishcities 1 ms 0.05 Mb
ps_emailsubscription 3 ms 0.23 Mb
ps_emailalerts 0 ms 0.04 Mb
rkrlastprice 0 ms 0.03 Mb
shippingconfiguratorpro 1 ms 0.19 Mb
ps_shoppingcart 0 ms 0.02 Mb
quantitydiscountpro 5 ms 0.34 Mb
advancedpopupcreator 2 ms 0.22 Mb
paypal 5 ms 0.23 Mb
autosuggest 1 ms 0.01 Mb
emarketing 1 ms 0.10 Mb
iqitcompare 1 ms - Mb
iqitcontactpage 1 ms - Mb
iqitcookielaw 1 ms 0.06 Mb
iqitcountdown 0 ms 0.02 Mb
iqitelementor 2 ms 0.28 Mb
iqitfreedeliverycount 0 ms 0.02 Mb
iqitlinksmanager 9 ms 1.09 Mb
iqitmegamenu 56 ms 3.39 Mb
iqitsizecharts 0 ms 0.10 Mb
iqitextendedproduct 0 ms 0.03 Mb
iqitsociallogin 0 ms 0.03 Mb
eicaptcha 0 ms 0.10 Mb
ifeedback 16 ms 0.51 Mb
whatsapp 2 ms 0.06 Mb
redsys17 1 ms 0.06 Mb
ps_facetedsearch 3 ms 0.14 Mb
iqitsearch 1 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.33 Mb
acumbamail 1 ms 0.03 Mb
psgdpr 2 ms 0.14 Mb
38 module(s) 307 ms 10.86 Mb

Stopwatch SQL - 432 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
101564 ms 5079 Yes /classes/Category.php:1057
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
10801 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`)
4597 ms 1723 /classes/Configuration.php:160
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
4013 ms 870 Yes Yes /modules/ifeedback/classes/IFBClass.php:1276
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`
3464 ms 415 Yes Yes /classes/Hook.php:1183
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
3161 ms 807500 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
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
2943 ms 633 /classes/Hook.php:504
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
2712 ms 0 /classes/Hook.php:1243
(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)
1681 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
1221 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
1156 ms 15 Yes Yes /classes/Category.php:919
SELECT SQL_NO_CACHE lower(name) as name
FROM `tf_hook` h
WHERE (h.active = 1)
944 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` = 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
922 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
896 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
862 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
851 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` = 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
846 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
818 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
814 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` = 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
804 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` = 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
801 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
801 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` = 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
799 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
797 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
790 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` = 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
785 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
784 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
783 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` = 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
781 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
777 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` = 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
777 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` = 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
775 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
774 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` = 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
766 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` = 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
763 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
761 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
757 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
754 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` = 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
752 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
751 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` = 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
749 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` = 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
749 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tf_hook`
732 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` = 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
679 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` = 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
671 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
669 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` = 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
662 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
660 ms 3 Yes /classes/SpecificPrice.php:561
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:40:21" OR `date_init` = "1970-01-01 00:00:00")
AND (`date_end` >= "2026-06-17 22:40:21" 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=3&q=Categor%C3%ADas-ACCESORIOS+Y+ALMACENAMIENTO-OUTLET%2FMarca-FDL&resultsPerPage=99999", `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;
658 ms 1 Yes /modules/advancedpopupcreator/classes/AdvancedPopup.php:389
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
656 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
656 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` = 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
646 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` = 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
645 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
583 ms 67 Yes /classes/Dispatcher.php:650
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
528 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
522 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` = 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
520 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
493 ms 130 /classes/module/Module.php:340
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
492 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` = 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
481 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
479 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
478 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` = 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
475 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
470 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)
464 ms 40 /classes/PrestaShopCollection.php:381
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
461 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` = 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
446 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
444 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` = 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
443 ms 0 /classes/Cart.php:1429
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 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
439 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
411 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` = '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
409 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` = 1515) AND (b.`id_shop` = 1) LIMIT 1
408 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` = 1495) AND (b.`id_shop` = 1) LIMIT 1
406 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
397 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
388 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
386 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_%")
386 ms 1 /classes/CartRule.php:444
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
385 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` = 1485) AND (b.`id_shop` = 1) LIMIT 1
385 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
381 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
380 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` = 1486) AND (b.`id_shop` = 1) LIMIT 1
379 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
378 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
378 ms 1 /src/Adapter/EntityMapper.php:76
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
359 ms 1 Yes /classes/shop/Shop.php:1350
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
357 ms 2 /classes/tax/TaxRulesTaxManager.php:109
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
350 ms 2 Yes /classes/Currency.php:694
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 100, 50
347 ms 1 Yes Yes /modules/ifeedback/classes/IFBFilter.php:111
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
345 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` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
343 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 = 1488
ORDER BY f.position ASC
339 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 = 1494)
GROUP BY fb.id_feedback
ORDER BY fb.id_feedback DESC
LIMIT 100, 50
334 ms 1 Yes Yes /modules/ifeedback/classes/IFBFilter.php:111
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
331 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
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
329 ms 1 /classes/Language.php:1198
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
327 ms 1 Yes /modules/ifeedback/classes/IFBFilter.php:111
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
326 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
325 ms 1 /src/Adapter/EntityMapper.php:84
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
324 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 = 1495
ORDER BY f.position ASC
324 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` = '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
324 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
324 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
322 ms 19 /modules/ifeedback/classes/IFBClass.php:1315
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
322 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
321 ms 1 Yes /classes/Product.php:5905
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
321 ms 1 /classes/Category.php:2233
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
319 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
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
319 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
316 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 100, 50
314 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 = 1485
ORDER BY f.position ASC
313 ms 1 Yes /classes/Product.php:5905
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
312 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 = 1515
ORDER BY f.position ASC
312 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 = 1283
ORDER BY f.position ASC
308 ms 1 Yes /classes/Product.php:5905
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
304 ms 1 /classes/PrestaShopCollection.php:381
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
301 ms 2 /classes/Category.php:1484
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
299 ms 1 /classes/tax/TaxRulesTaxManager.php:109
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
299 ms 1 /classes/Cart.php:4218
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
299 ms 1 /classes/Category.php:1586
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)
294 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` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
293 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
SELECT SQL_NO_CACHE * FROM `tf_currency` c ORDER BY `iso_code` ASC
292 ms 2 Yes /classes/Currency.php:709
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)
290 ms 1 /classes/Language.php:1049
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
288 ms 1 /classes/PrestaShopCollection.php:381
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
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` = 2) AND (b.`id_shop` = 1) LIMIT 1
278 ms 1 /src/Adapter/EntityMapper.php:76
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
277 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
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
275 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` = 34) AND (b.`id_shop` = 1) LIMIT 1
272 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` = 1485)
268 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` = 1488)
268 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)
265 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
264 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` = 1283)
264 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` = 1933
AND image_shop.`cover` = 1 LIMIT 1
263 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` = 1495)
262 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)
259 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` = 25) AND (b.`id_shop` = 1) LIMIT 1
257 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` = 1494)
257 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
256 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` = 1489)
256 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` = 1493)
254 ms 1 /classes/Product.php:3829
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
253 ms 1 /modules/ifeedback/classes/IFBFilter.php:357
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
253 ms 1 /classes/Product.php:3542
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
251 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` = 29) AND (b.`id_shop` = 1) LIMIT 1
251 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
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` = 35) AND (b.`id_shop` = 1) LIMIT 1
247 ms 1 /src/Adapter/EntityMapper.php:76
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
246 ms 1 /classes/Meta.php:190
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
245 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
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
241 ms 1 /src/Adapter/EntityMapper.php:76
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)
240 ms 1 /modules/ifeedback/classes/IFBFilter.php:407
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
239 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
238 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` = 61) AND (b.`id_shop` = 1) LIMIT 1
237 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` = 30) AND (b.`id_shop` = 1) LIMIT 1
237 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` = 32) AND (b.`id_shop` = 1) LIMIT 1
235 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
234 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` = 27) AND (b.`id_shop` = 1) LIMIT 1
233 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` = 1495
AND image_shop.`cover` = 1 LIMIT 1
233 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
233 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `tf_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
233 ms 8 Yes /classes/ImageType.php:109
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;
232 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
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
231 ms 4 /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:270
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
230 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
230 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` = 1486
AND image_shop.`cover` = 1 LIMIT 1
228 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` = 1485
AND image_shop.`cover` = 1 LIMIT 1
228 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;
228 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
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
228 ms 1 /classes/Meta.php:190
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
227 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` = 1494
AND image_shop.`cover` = 1 LIMIT 1
227 ms 1 /classes/Product.php:3542
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
226 ms 1 /classes/shop/Shop.php:205
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
225 ms 1 /src/Adapter/EntityMapper.php:76
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
219 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` = 408
AND cs.`id_shop` = 1
ORDER BY cb.position ASC
217 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
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
217 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` = 1488
AND image_shop.`cover` = 1 LIMIT 1
217 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
216 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE `name`, `alias` FROM `tf_hook_alias`
216 ms 88 /classes/Hook.php:301
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
214 ms 0 /classes/tax/TaxRulesTaxManager.php:109
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
212 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` = 1283
AND image_shop.`cover` = 1 LIMIT 1
212 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE name, alias FROM `tf_hook_alias`
210 ms 88 /classes/Hook.php:353
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1486) AND (fb.approved = 1)
) LIMIT 1
210 ms 0 /modules/ifeedback/classes/IFBFilter.php:236
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;
209 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
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
207 ms 1 /src/Adapter/EntityMapper.php:76
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
205 ms 1 /classes/Category.php:1571
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
204 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
202 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;
202 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tf_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
201 ms 1 /classes/shop/ShopUrl.php:182
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
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` = 42) LIMIT 1
200 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` = 31) LIMIT 1
199 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` = 23) LIMIT 1
199 ms 1 /src/Adapter/EntityMapper.php:76
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
198 ms 1 /classes/SpecificPrice.php:362
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
197 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
197 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
197 ms 1 /src/Adapter/EntityMapper.php:76
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
197 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` = 52) LIMIT 1
196 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` = 26) LIMIT 1
196 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` = 57) LIMIT 1
196 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
195 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
195 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE data FROM tf_layered_filter_block WHERE hash="121ef391fa973ee0ddc5308170671756" LIMIT 1
194 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
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
194 ms 1 /src/Adapter/EntityMapper.php:76
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
194 ms 2 /classes/Currency.php:1126
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
193 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` = 34) LIMIT 1
192 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` = 55) LIMIT 1
192 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` = 54) LIMIT 1
192 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` = 32) LIMIT 1
192 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
191 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` = 50) LIMIT 1
191 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE c.id_ifb_criterion
FROM `tf_ifb_criterion` c
WHERE (c.default = 1) LIMIT 1
191 ms 1 /modules/ifeedback/classes/IFBCriterionClass.php:136
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
191 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` = 25) LIMIT 1
191 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 0 LIMIT 1
190 ms 1 /classes/SpecificPrice.php:411
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
190 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
190 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` = 51) LIMIT 1
190 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_currency_lang`
WHERE `id_currency` = 2
190 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` = 58) LIMIT 1
189 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` = 53) LIMIT 1
189 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` = 45) LIMIT 1
188 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1485) AND (fb.approved = 1)
) LIMIT 1
186 ms 0 /modules/ifeedback/classes/IFBFilter.php:236
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1495 LIMIT 1
186 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE value FROM `tf_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
186 ms 1 /classes/shop/Shop.php:1171
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
186 ms 5 /modules/psgdpr/classes/GDPRConsent.php:111
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1485 LIMIT 1
186 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` = 3) LIMIT 1
185 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
184 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
182 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1515 LIMIT 1
182 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1
182 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` = 40) LIMIT 1
181 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE c.id_elementor FROM tf_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
180 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_NO_CACHE c.email, c.firstname, c.lastname
FROM `tf_customer` c
WHERE (c.id_customer = 437) LIMIT 1
180 ms 1 /modules/ifeedback/classes/IFBFilter.php:327
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
180 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
180 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
180 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1
179 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1
179 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE format
FROM `tf_address_format`
WHERE `id_country` = 6 LIMIT 1
179 ms 1 /classes/AddressFormat.php:672
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1
179 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` = 4) LIMIT 1
179 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
179 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
179 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
178 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
178 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1494) AND (fb.approved = 1)
) LIMIT 1
178 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` = 39) LIMIT 1
178 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "spanishcities" LIMIT 1
178 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
177 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
177 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1489 LIMIT 1
176 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` = 48) LIMIT 1
176 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tf_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
176 ms 1 /classes/Category.php:1730
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1493 LIMIT 1
176 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `name`
FROM `tf_hook`
WHERE `id_hook` = 14 LIMIT 1
176 ms 1 /classes/Hook.php:239
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
176 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
175 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1
175 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
175 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` = 46) LIMIT 1
175 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
174 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
174 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
174 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
174 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1283 LIMIT 1
174 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `iso_code`
FROM `tf_country`
WHERE `id_country` = 6 LIMIT 1
174 ms 1 /classes/Country.php:274
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
174 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
174 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1494 LIMIT 1
174 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
173 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1
173 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
173 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1
173 ms 1 /src/Adapter/EntityMapper.php:84
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
173 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `width`, `height`
FROM tf_image_type
WHERE `name` = 'home_default' LIMIT 1
173 ms 1 /classes/Image.php:510
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1
173 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
173 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
173 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
172 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
172 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1
172 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` = 5) LIMIT 1
171 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
171 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcookielaw" LIMIT 1
171 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
171 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1488 LIMIT 1
171 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_module_shop` m
WHERE (m.id_module = 106) AND (m.enable_device & 1) AND (m.id_shop = 1)
170 ms 1 /modules/shippingconfiguratorpro/classes/SCPCore.php:741
SELECT SQL_NO_CACHE id_country FROM tf_country WHERE iso_code="ES" LIMIT 1
169 ms 1 /modules/spanishcities/spanishcities.php:490
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1486 LIMIT 1
169 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
168 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
168 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
167 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
167 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
167 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
166 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "quantitydiscountpro" LIMIT 1
165 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE id_shop
FROM `tf_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
165 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
165 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_country_lang`
WHERE `id_country` = 6
165 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
165 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
165 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1933 LIMIT 1
165 ms 6 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE psgdpr.active FROM `tf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 17 LIMIT 1
164 ms 5 /modules/psgdpr/classes/GDPRConsent.php:132
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
164 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1
164 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
164 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
164 ms 1 /classes/order/Order.php:1203
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
163 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
163 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `tf_image_type`
163 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
162 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
162 ms 1 /classes/stock/StockAvailable.php:453
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
162 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_state` a
WHERE (a.`id_state` = 363) LIMIT 1
161 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 = 1486) LIMIT 1
161 ms 1 /modules/ifeedback/classes/IFBClass.php:976
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
161 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
161 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
160 ms 1 /classes/order/Order.php:1203
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
160 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
160 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
160 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `name`
FROM `tf_hook`
WHERE `id_hook` = 709 LIMIT 1
158 ms 1 /classes/Hook.php:239
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
158 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE c.id_currency
FROM `tf_currency` c
WHERE (iso_code = 'COP') LIMIT 1
158 ms 1 /classes/Currency.php:893
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
158 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "languageperdomain" LIMIT 1
157 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
157 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2
156 ms 1 /src/Adapter/EntityMapper.php:84
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
156 ms 1 /classes/stock/StockAvailable.php:453
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
156 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_categorytree" LIMIT 1
156 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_tax_lang`
WHERE `id_tax` = 37
156 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_group_lang`
WHERE `id_group` = 1
155 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `width`, `height`
FROM tf_image_type
WHERE `name` = 'small_default' LIMIT 1
155 ms 1 /classes/Image.php:510
SELECT SQL_NO_CACHE * FROM `tf_hook_module_exceptions`
WHERE `id_shop` IN (1)
154 ms 1 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE *
FROM `tf_currency_lang`
WHERE `id_currency` = 1
153 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE c.id_currency
FROM `tf_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
153 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
152 ms 1 /classes/Product.php:5622
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
151 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE *
FROM `tf_tax` a
WHERE (a.`id_tax` = 37) LIMIT 1
151 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1515 AND id_shop=1 LIMIT 1
151 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 = 1495) LIMIT 1
151 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 = 1494) LIMIT 1
151 ms 1 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1485 AND id_shop=1 LIMIT 1
151 ms 1 /classes/Product.php:6759
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
151 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1933 AND id_shop=1 LIMIT 1
150 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1
150 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 = 1485) LIMIT 1
150 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 = 1515) LIMIT 1
150 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 = 1933) LIMIT 1
150 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE *
FROM `tf_hook` a
WHERE (a.`id_hook` = 408) LIMIT 1
149 ms 1 /src/Adapter/EntityMapper.php:76
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
149 ms 1 /classes/SpecificPrice.php:366
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
149 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
148 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tf_required_field
148 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 = 1493) LIMIT 1
147 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcontactpage" LIMIT 1
147 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 2) LIMIT 1
147 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE id_shop
FROM `tf_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
147 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
146 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 105 AND `id_shop` = 1 LIMIT 1
146 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 = 1489) LIMIT 1
145 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "shippingconfiguratorpro" LIMIT 1
145 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
144 ms 0 /classes/module/Module.php:2840
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
144 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE * FROM tf_whatsapp WHERE id_whatsapp = 1 LIMIT 1
143 ms 1 /modules/whatsapp/whatsapp.php:146
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
143 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tf_category` c
WHERE c.`id_category` = 2 LIMIT 1
143 ms 1 /classes/Category.php:1577
SELECT SQL_NO_CACHE * FROM tf_whatsapp WHERE id_whatsapp = 1 LIMIT 1
142 ms 1 /modules/whatsapp/whatsapp.php:182
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1
142 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
142 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcompare" LIMIT 1
142 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1489 AND id_shop=1 LIMIT 1
142 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1495 AND id_shop=1 LIMIT 1
141 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 = 1488) LIMIT 1
141 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block` a
WHERE (a.`id_iqit_link_block` = 1) LIMIT 1
141 ms 1 /src/Adapter/EntityMapper.php:76
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
141 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1283 AND id_shop=1 LIMIT 1
141 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1486 AND id_shop=1 LIMIT 1
141 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1494 AND id_shop=1 LIMIT 1
141 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE * FROM tf_whatsapp WHERE id_whatsapp = 1 LIMIT 1
140 ms 1 /modules/whatsapp/whatsapp.php:175
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1488 AND id_shop=1 LIMIT 1
140 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
140 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1933 AND `id_group` = 1 LIMIT 1
140 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE *
FROM `tf_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
140 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1493 AND id_shop=1 LIMIT 1
139 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 = 1283) LIMIT 1
139 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tf_country`
WHERE `id_country` = 6 LIMIT 1
139 ms 1 /classes/Country.php:401
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
138 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
136 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitelementor" LIMIT 1
136 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
136 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 137 AND `id_shop` = 1 LIMIT 1
136 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE id_shop
FROM `tf_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
135 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
135 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
135 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1
135 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tf_group`
WHERE `id_group` = 1 LIMIT 1
135 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitsearch" LIMIT 1
134 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
134 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE c.id_elementor FROM tf_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 21
134 ms 0 /modules/iqitelementor/src/IqitElementorContent.php:123
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
132 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1494 AND `id_group` = 1 LIMIT 1
132 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
132 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
132 ms 0 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
131 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
131 ms 1 /classes/module/Module.php:2328
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
131 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
130 ms 1 /classes/Product.php:5622
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
129 ms 0 /classes/SpecificPrice.php:250
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
129 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1
128 ms 1 /classes/module/Module.php:2328
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
128 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1495 AND `id_group` = 1 LIMIT 1
128 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitmegamenu" LIMIT 1
127 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1485 AND `id_group` = 1 LIMIT 1
126 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 77 AND `id_shop` = 1 LIMIT 1
123 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1489 AND `id_group` = 1 LIMIT 1
123 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1515 AND `id_group` = 1 LIMIT 1
121 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE r.feedback
FROM `tf_ifb_reply` r
WHERE (r.id_feedback = 25) LIMIT 1
121 ms 0 /modules/ifeedback/classes/IFBFilter.php:424
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1486 AND `id_group` = 1 LIMIT 1
120 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1493 AND `id_group` = 1 LIMIT 1
120 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1488 AND `id_group` = 1 LIMIT 1
120 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1283 AND `id_group` = 1 LIMIT 1
119 ms 0 /classes/GroupReduction.php:156

Doubles

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>
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>
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
				
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>
12 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>
11 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>
10 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>)
10 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
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>
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>
4 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;
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 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 *, 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` = '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 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 * FROM tf_whatsapp WHERE id_whatsapp = <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` = '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 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
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>
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 <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_iqit_link_block_lang`
							WHERE `id_iqit_link_block` = <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_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 `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_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 *
FROM `tf_hook` a
WHERE (a.`id_hook` = <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>
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_lang`
							WHERE `id_currency` = <span style="color:blue">XX</span>

Tables stress

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

ObjectModel instances

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