5.0
( Sobre 5 )

Inicio

Product added to compare.

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

Load Time 647 ms
Querying Time 424 ms
Queries 861
Memory Peak Usage 24.8 Mb
Included Files 1112 files - 11.92 Mb
PrestaShop Cache - Mb
Global vars 0.93 Mb
PrestaShop Version 1.7.8.11
PHP Version 7.4.33
MySQL Version 11.4.10-MariaDB-cll-lve
Memory Limit 512M
Max Execution Time 9000s
Smarty Cache disabled
Smarty Compilation never recompile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 4 ms 4 ms 3.67 Mb 3.7 Mb
__construct 0 ms 4 ms - Mb 3.7 Mb
init 47 ms 51 ms 1.72 Mb 5.4 Mb
checkAccess 0 ms 51 ms - Mb 5.4 Mb
setMedia 3 ms 54 ms 0.18 Mb 5.6 Mb
postProcess 0 ms 54 ms - Mb 5.6 Mb
initHeader 0 ms 54 ms - Mb 5.6 Mb
initContent 436 ms 491 ms 10.41 Mb 16.0 Mb
initFooter 0 ms 491 ms - Mb 16.0 Mb
display 156 ms 647 ms 8.27 Mb 24.8 Mb
Hook Time Memory Usage
Header 194 ms 2.84 Mb
displayMainMenu 59 ms 3.35 Mb
LeftColumn 10 ms 0.25 Mb
ActionGetProductPropertiesBefore 9 ms - Mb
displayFooter 7 ms 0.58 Mb
displayProductListFunctionalButtons 6 ms 0.02 Mb
DisplayProductListReviews 6 ms 0.03 Mb
displayNav1 5 ms 0.64 Mb
DisplayHeader 4 ms 0.12 Mb
displayLeftColumn 4 ms 0.24 Mb
DisplayFooter 3 ms 0.16 Mb
DisplayProductPriceBlock 2 ms 0.20 Mb
DisplayLeftColumn 2 ms 0.13 Mb
DisplayTop 2 ms 0.10 Mb
DisplayGDPRConsent 1 ms 0.09 Mb
ActionFrontControllerSetMedia 1 ms 0.02 Mb
displayBeforeBodyClosingTag 1 ms 0.04 Mb
renderWidget 1 ms 0.05 Mb
ProductSearchProvider 1 ms 0.01 Mb
displayProductPriceBlock 1 ms 0.11 Mb
DisplayBeforeBodyClosingTag 1 ms 0.10 Mb
displayTop 1 ms 0.07 Mb
displayCountDown 1 ms 0.07 Mb
DisplayNavFullWidth 0 ms - Mb
displayNav2 0 ms - Mb
IsJustElementor 0 ms 0.02 Mb
ActionDispatcherBefore 0 ms - Mb
ModuleRoutes 0 ms - Mb
displayVerticalMenu 0 ms - Mb
ActionDispatcher 0 ms - Mb
ActionProductSearchAfter 0 ms - Mb
DisplayNewsletterRegistration 0 ms - Mb
32 hook(s) 322 ms 8.31 Mb
Module Time Memory Usage
ph_simpleblog 5 ms 0.19 Mb
ps_mbo 2 ms 0.06 Mb
iqitthemeeditor 1 ms 0.13 Mb
pspixel 189 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 1 ms 0.19 Mb
shippingconfiguratorpro 1 ms 0.19 Mb
ps_shoppingcart 0 ms 0.02 Mb
quantitydiscountpro 8 ms 0.57 Mb
advancedpopupcreator 2 ms 0.22 Mb
paypal 6 ms 0.22 Mb
autosuggest 1 ms 0.01 Mb
emarketing 1 ms 0.10 Mb
iqitcompare 7 ms - Mb
iqitcontactpage 1 ms - Mb
iqitcookielaw 1 ms 0.06 Mb
iqitcountdown 1 ms 0.09 Mb
iqitelementor 3 ms 0.22 Mb
iqitfreedeliverycount 0 ms 0.02 Mb
iqitlinksmanager 9 ms 1.08 Mb
iqitmegamenu 59 ms 3.41 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 27 ms - Mb
whatsapp 2 ms 0.06 Mb
redsys17 1 ms 0.06 Mb
ps_facetedsearch 3 ms 0.16 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.26 Mb
acumbamail 1 ms 0.03 Mb
psgdpr 2 ms 0.14 Mb
38 module(s) 347 ms 10.25 Mb

Stopwatch SQL - 861 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
113796 ms 5079 Yes /classes/Category.php:1057
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 (34, 26, 31, 30, 25, 27) 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
36340 ms 128981205 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
SELECT SQL_NO_CACHE COUNT(*) FROM (SELECT DISTINCT `id_product` FROM `tf_specific_price` WHERE `id_product` != 0 GROUP BY id_product ) AS counted LIMIT 1
10849 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`)
4369 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
4127 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`
3463 ms 415 Yes Yes /classes/Hook.php:1183
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
2956 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
2766 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)
1763 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
1297 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
1218 ms 15 Yes Yes /classes/Category.php:919
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
934 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE lower(name) as name
FROM `tf_hook` h
WHERE (h.active = 1)
929 ms 918 /classes/Hook.php:1283
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
883 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
878 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` = 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
872 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
871 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
834 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
830 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
829 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
827 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
821 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
813 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
812 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
811 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
810 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
807 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
806 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
805 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
INNER JOIN tf_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tf_category` c2 ON c2.`id_category` = 61 AND c.`nleft` >= c2.`nleft` AND c.`nright` <= c2.`nright`
WHERE 1  AND `id_lang` = 1
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC
, category_shop.`position` ASC
805 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
805 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
804 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` = 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
798 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
793 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
793 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
792 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` = 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
788 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
782 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
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` = 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
779 ms 40 Yes Yes /classes/Category.php:793
SELECT SQL_NO_CACHE `width`, `height`
FROM tf_image_type
WHERE `name` = 'home_default' LIMIT 1
779 ms 1 /classes/Image.php:510
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tf_hook`
749 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` = 14818 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
742 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
734 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` = 14824 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
726 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` = 1161 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
725 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( 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` = 1164 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
719 ms 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 14829 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
711 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` = 14831 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
709 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` = 1165 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
709 ms 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 14830 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
706 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` = 1172 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
701 ms 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 14826 AND `id_customer` = 0 AND `id_product_attribute` = 0 AND `id_cart` = 0  AND (`from` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' >= `from`) AND (`to` = '0000-00-00 00:00:00' OR '2026-06-17 00:00:00' <= `to`)
AND IF(`from_quantity` > 1, `from_quantity`, 0) <= 1 ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT 1
698 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( 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` = 14825 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
693 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` = 1166 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
682 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` = 14828 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
680 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` = 14821 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
676 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` = 1162 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 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1160 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 4 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 14625 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` = 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
671 ms 3 Yes /classes/SpecificPrice.php:561
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14818
LIMIT 1
668 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE *, ( IF (`id_group` = 1, 2, 0) +  IF (`id_country` = 6, 4, 0) +  IF (`id_currency` = 1, 8, 0) +  IF (`id_shop` = 1, 16, 0) +  IF (`id_customer` = 0, 32, 0)) AS `score`
FROM `tf_specific_price`
WHERE
`id_shop` IN (0, 1) AND
`id_currency` IN (0, 1) AND
`id_country` IN (0, 6) AND
`id_group` IN (0, 1) AND `id_product` = 1158 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
668 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` = 1156 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
665 ms 5 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
664 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
663 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` = 14827 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
663 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` = 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
662 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:39:11" OR `date_init` = "1970-01-01 00:00:00")
AND (`date_end` >= "2026-06-17 22:39:11" 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=7&q=Categor%C3%ADas-CARDIO-DOM%C3%89STICO+Y+SEMIPROFESIONAL-PAVIMENTOS-PESO+LIBRE-SEGUNDA+MANO-BOXEO&resultsPerPage=24", `display_url_string`) > 0)
AND (`genders` = ""
OR `genders` IS NULL) AND (`groups` = ""
OR `groups` IS NULL  OR FIND_IN_SET(1, `groups`)) AND `display_desktop` = 1 AND (`cms` = ""
OR `cms` IS NULL) AND (`controller_exceptions` = ""
OR `controller_exceptions` IS NULL
OR FIND_IN_SET("category", `controller_exceptions`)) AND (`display_after_cart` = 1
OR `products` = ""
OR `products` IS NULL) AND (`display_after_cart` = 1
OR (`categories` = ""
OR `categories` IS NULL
OR FIND_IN_SET("2", `categories`))) AND (`display_after_cart` = 1
OR `manufacturers` = ""
OR `manufacturers` IS NULL) AND (`display_after_cart` = 1
OR `suppliers` = ""
OR `suppliers` IS NULL) ORDER BY `priority` ASC;
661 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` = 14822 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
661 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
661 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` = 14819 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
655 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
655 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` = 14823 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
654 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
651 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
649 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` = 14820 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
648 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
638 ms 67 Yes /classes/Dispatcher.php:650
(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
615 ms 1 /classes/CartRule.php:383
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14824
LIMIT 1
569 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1164
LIMIT 1
566 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1161
LIMIT 1
565 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1165
LIMIT 1
560 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tf_module` m
LEFT JOIN `tf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
560 ms 130 /classes/module/Module.php:340
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14826
LIMIT 1
558 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1172
LIMIT 1
556 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14821
LIMIT 1
556 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1933 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1933 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
555 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
554 ms 130 /classes/module/Module.php:340
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14829
LIMIT 1
554 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1166
LIMIT 1
550 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14625
LIMIT 1
545 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14831
LIMIT 1
545 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1156
LIMIT 1
544 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14828
LIMIT 1
541 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14830
LIMIT 1
537 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14818 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` = 14818 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
537 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1160
LIMIT 1
532 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1162
LIMIT 1
528 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tf_module` m
LEFT JOIN `tf_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
528 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` = 14831 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` = 14831 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
527 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14819
LIMIT 1
527 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14823
LIMIT 1
526 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14827
LIMIT 1
525 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1161 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` = 1161 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 p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14822
LIMIT 1
519 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14825
LIMIT 1
517 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1164 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` = 1164 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
515 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 14820
LIMIT 1
514 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2026-06-17 00:00:00',
INTERVAL 0 DAY
)
) > 0) as new
FROM tf_product p
LEFT JOIN tf_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 1
LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 1 LEFT JOIN tf_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product = 1158
LIMIT 1
510 ms 1 /classes/ProductAssembler.php:106
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1165 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` = 1165 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
506 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` = 14830 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` = 14830 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
506 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14818) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
502 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 14829 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` = 14829 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
493 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` = 14824 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` = 14824 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
488 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` = 1166 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` = 1166 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
485 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` = 14825 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` = 14825 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
480 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` = 1172 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` = 1172 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 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
474 ms 1 /classes/CartRule.php:383
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1166) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
473 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 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
473 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)
473 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` = 14828 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` = 14828 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
467 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` = 14826 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` = 14826 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
467 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT cp.`quantity` as first_level_quantity, 0 as pack_quantity
FROM `tf_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 1485 UNION SELECT 0 as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_customization` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 1485 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
467 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
463 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
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` = 14827 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` = 14827 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
460 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` = 1160 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` = 1160 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
458 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` = 14821 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` = 14821 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
456 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` = 14822 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` = 14822 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
455 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` = 1156 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` = 1156 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
455 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` = 1162 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` = 1162 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
453 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
452 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` = 1158 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` = 1158 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
451 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` = 14625 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` = 14625 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
447 ms 0 /classes/Cart.php:1429
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
446 ms 2 Yes /classes/Currency.php:694
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
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` = 14823 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` = 14823 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
445 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` = 14819 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` = 14819 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
445 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
445 ms 0 /classes/Cart.php:1429
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
443 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
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
441 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` = 14820 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` = 14820 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
440 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1156) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
438 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE 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
436 ms 0 /classes/Cart.php:1429
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14829) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
433 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14828) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
431 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14825) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
430 ms 1 Yes Yes /classes/Product.php:4487
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
430 ms 1 Yes /classes/shop/Shop.php:711
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 1
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
428 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14826) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
427 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14824) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
422 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1515) AND (b.`id_shop` = 1) LIMIT 1
422 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1164) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
421 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14830) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
420 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14625) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
417 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1494) AND (b.`id_shop` = 1) LIMIT 1
415 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1161) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
414 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1933) AND (b.`id_shop` = 1) LIMIT 1
413 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14823) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
413 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1162) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
412 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14822) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
412 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1165) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
411 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14821) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
410 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1160) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
407 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1158) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
406 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1486) AND (b.`id_shop` = 1) LIMIT 1
405 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1485) AND (b.`id_shop` = 1) LIMIT 1
405 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14819) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
404 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14827) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
404 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14830) AND (b.`id_shop` = 1) LIMIT 1
404 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 14826) AND (b.`id_shop` = 1) LIMIT 1
400 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_%")
399 ms 1 /classes/CartRule.php:444
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
399 ms 1 /classes/PrestaShopCollection.php:381
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` = 1164) AND (b.`id_shop` = 1) LIMIT 1
399 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14831) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
398 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (1172) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
397 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1161) AND (b.`id_shop` = 1) LIMIT 1
396 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` = '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
396 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.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` = 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
394 ms 2 /classes/tax/TaxRulesTaxManager.php:109
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` = 14829) AND (b.`id_shop` = 1) LIMIT 1
394 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE pa.`id_product`, a.`color`, pac.`id_product_attribute`, 0 qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
FROM `tf_product_attribute` pa
INNER JOIN tf_product_attribute_shop product_attribute_shop
ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = 1)
JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 1)
JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (14820) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
394 ms 1 Yes Yes /classes/Product.php:4487
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1493) AND (b.`id_shop` = 1) LIMIT 1
393 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` = 14828) AND (b.`id_shop` = 1) LIMIT 1
393 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` = 14824) AND (b.`id_shop` = 1) LIMIT 1
392 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` = 14831) AND (b.`id_shop` = 1) LIMIT 1
392 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` = 1165) AND (b.`id_shop` = 1) LIMIT 1
391 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` = 14827) AND (b.`id_shop` = 1) LIMIT 1
391 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` = 1172) AND (b.`id_shop` = 1) LIMIT 1
389 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tf_layered_category
WHERE controller = 'category'
AND id_category = 2
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
388 ms 4 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:61
SELECT SQL_NO_CACHE *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 1
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 1495) AND (b.`id_shop` = 1) LIMIT 1
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` = 14823) 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
385 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
382 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` = 1488) AND (b.`id_shop` = 1) LIMIT 1
379 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
379 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
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` = 14825) AND (b.`id_shop` = 1) LIMIT 1
375 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` = 14818) AND (b.`id_shop` = 1) LIMIT 1
375 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` = 1166) AND (b.`id_shop` = 1) LIMIT 1
373 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` = 1156) AND (b.`id_shop` = 1) LIMIT 1
373 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` = 14819) AND (b.`id_shop` = 1) LIMIT 1
372 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` = 1158) AND (b.`id_shop` = 1) LIMIT 1
372 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` = 14821) AND (b.`id_shop` = 1) LIMIT 1
371 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` = 1160) AND (b.`id_shop` = 1) LIMIT 1
369 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` = 14820) AND (b.`id_shop` = 1) LIMIT 1
369 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` = 14822) AND (b.`id_shop` = 1) LIMIT 1
368 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
367 ms 1 Yes /classes/shop/Shop.php:1350
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 300, 50
367 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 = 1161
ORDER BY f.position ASC
366 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` = 14625) AND (b.`id_shop` = 1) LIMIT 1
366 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 = 14830
ORDER BY f.position ASC
364 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` = 1162) AND (b.`id_shop` = 1) LIMIT 1
364 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE * FROM `tf_currency` c ORDER BY `iso_code` ASC
362 ms 2 Yes /classes/Currency.php:709
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 = 1164
ORDER BY f.position ASC
360 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 = 14831
ORDER BY f.position ASC
360 ms 1 Yes /classes/Product.php:5905
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
359 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 = 14818
ORDER BY f.position ASC
357 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14819
ORDER BY `position`
355 ms 11 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1165
ORDER BY f.position ASC
354 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
354 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 = 14823
ORDER BY f.position ASC
353 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 = 1172
ORDER BY f.position ASC
352 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayTop')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
351 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 = 14829
ORDER BY f.position ASC
349 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 = 1160
ORDER BY f.position ASC
347 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 = 1166
ORDER BY f.position ASC
346 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` = 'CARDIO'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
345 ms 2 /classes/Category.php:1484
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 300, 50
343 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` = 'hookDisplayProductPriceBlock')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
343 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
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
341 ms 1 /classes/PrestaShopCollection.php:381
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 = 14825
ORDER BY f.position ASC
341 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 = 14827
ORDER BY f.position ASC
339 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayLeftColumn')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 2
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
337 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
337 ms 1 /classes/Language.php:1198
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
336 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
335 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE DISTINCT(qdr.`id_quantity_discount_rule`)
FROM `tf_quantity_discount_rule` qdr
INNER JOIN `tf_quantity_discount_rule_lang` qdrl
ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = 1)
INNER JOIN `tf_quantity_discount_rule_message` qdrm
ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = 1)
WHERE qdr.`active` = 1
AND qdr.`id_shop` = 1 AND `id_family` = 3
ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
335 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 = 1158
ORDER BY f.position ASC
335 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 = 14828
ORDER BY f.position ASC
333 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 = 14826
ORDER BY f.position ASC
333 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 = 14824
ORDER BY f.position ASC
332 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 = 1493
ORDER BY f.position ASC
331 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` = 3
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 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
330 ms 1 /classes/Product.php:3542
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 = 14822
ORDER BY f.position ASC
330 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1161
ORDER BY `position`
330 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1486
ORDER BY f.position ASC
329 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
327 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1164
ORDER BY `position`
327 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1485
ORDER BY f.position ASC
326 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
326 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:301
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1166
ORDER BY `position`
325 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1165
ORDER BY `position`
324 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14819
ORDER BY f.position ASC
323 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 = 14821
ORDER BY f.position ASC
323 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)
GROUP BY fb.id_feedback
ORDER BY fb.id_feedback DESC
LIMIT 1
321 ms 1 Yes /modules/ifeedback/classes/IFBFilter.php:111
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
320 ms 1 /classes/Category.php:2233
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
320 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1515
ORDER BY f.position ASC
319 ms 1 Yes /classes/Product.php:5905
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14823
ORDER BY `position`
318 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1162
ORDER BY f.position ASC
318 ms 1 Yes /classes/Product.php:5905
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
318 ms 1 /classes/Cart.php:4218
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1156
ORDER BY `position`
317 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 14820
ORDER BY f.position ASC
317 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 300, 50
317 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 = 14625
ORDER BY f.position ASC
316 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 = 1156
ORDER BY f.position ASC
316 ms 1 Yes /classes/Product.php:5905
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
316 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1172
ORDER BY `position`
315 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position
FROM tf_feature_product pf
LEFT JOIN tf_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 1)
LEFT JOIN tf_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 1)
LEFT JOIN tf_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 1)
INNER JOIN tf_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 1489
ORDER BY f.position ASC
315 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
313 ms 1 Yes /classes/Product.php:5905
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
311 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` = 3 AND `code` != '' AND `highlight` = 1 ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
306 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1933)
303 ms 1 /classes/Product.php:3829
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
302 ms 1 /classes/tax/TaxRulesTaxManager.php:109
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
301 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
294 ms 7 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRule.php:252
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14818
ORDER BY `position`
293 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14829
ORDER BY `position`
292 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) AND (b.`id_shop` = 1) LIMIT 1
291 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14830
ORDER BY `position`
291 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14831
ORDER BY `position`
290 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1160
ORDER BY `position`
289 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14831)
289 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1158
ORDER BY `position`
289 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 1162
ORDER BY `position`
288 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
LEFT JOIN `tf_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'DOMÉSTICO Y SEMIPROFESIONAL'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
284 ms 2 /classes/Category.php:1484
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14825
ORDER BY `position`
283 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 3 AND `id_shop` = 1
282 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` = 1172)
281 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 1 AND `id_shop` = 1
280 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 34) AND (b.`id_shop` = 1) LIMIT 1
280 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` = 1164)
279 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` = 14829)
279 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` = 1166)
279 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14824
ORDER BY `position`
278 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14830)
278 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` = 1161)
278 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` = 1165)
277 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14828
ORDER BY `position`
277 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1165
AND image_shop.`cover` = 1 LIMIT 1
276 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` = 1488)
276 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
LEFT JOIN `tf_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'SEGUNDA MANO'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
276 ms 2 /classes/Category.php:1484
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14827)
275 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14625
ORDER BY `position`
275 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14824)
274 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14827
ORDER BY `position`
274 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14828)
273 ms 1 /classes/Product.php:3829
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
273 ms 1 /src/Adapter/EntityMapper.php:76
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
272 ms 1 /classes/Category.php:1586
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` = 'PAVIMENTOS'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
271 ms 2 /classes/Category.php:1484
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1494)
271 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` = 14826)
269 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14826
ORDER BY `position`
269 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1515)
269 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` = 1162)
267 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14820
ORDER BY `position`
266 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE `name`
FROM `tf_hook`
WHERE `id_hook` = 14 LIMIT 1
266 ms 1 /classes/Hook.php:239
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` = 14825)
266 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tf_category` c
LEFT JOIN `tf_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 1 AND cl.id_shop = 1 )
WHERE `name` = 'PESO LIBRE'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
266 ms 2 /classes/Category.php:1484
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` = 'BOXEO'
AND c.`id_category` != 2
AND c.`id_parent` = 2 LIMIT 1
265 ms 2 /classes/Category.php:1484
SELECT SQL_NO_CACHE data FROM tf_layered_filter_block WHERE hash="bf5620978409a23ca8784b52919d9442" LIMIT 1
265 ms 1 /modules/ps_facetedsearch/src/Filters/Block.php:186
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)
265 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1485)
265 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
265 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` = 14821)
264 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
263 ms 1 /modules/ifeedback/classes/IFBFilter.php:357
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14821
ORDER BY `position`
263 ms 1 Yes /classes/Product.php:3517
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 27) AND (b.`id_shop` = 1) LIMIT 1
263 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` = 71) AND (b.`id_shop` = 1) LIMIT 1
263 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` = 1486)
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` = 14818)
262 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 1)
WHERE i.`id_product` = 14822
ORDER BY `position`
262 ms 1 Yes /classes/Product.php:3517
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
260 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 14823)
260 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` = 32) AND (b.`id_shop` = 1) LIMIT 1
259 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 61) AND (b.`id_shop` = 1) LIMIT 1
259 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` = 1495)
259 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` = 14819)
258 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` = 1160)
258 ms 1 /classes/Product.php:3829
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
257 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` = 31) 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` = 14820)
257 ms 1 /classes/Product.php:3829
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;
257 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
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` = 1158)
257 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 4 AND `id_shop` = 1
257 ms 1 /src/Adapter/EntityMapper.php:84
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
255 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` = 14625)
255 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` = 14822)
255 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` = 1156)
254 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = 1)
WHERE (p.`id_product` = 1489)
254 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` = 23) AND (b.`id_shop` = 1) LIMIT 1
254 ms 1 /src/Adapter/EntityMapper.php:76
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)
254 ms 1 /classes/Language.php:1049
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
253 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
253 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` = 1283)
253 ms 1 /classes/Product.php:3829
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) AND (b.`id_shop` = 1) LIMIT 1
252 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` = 14819
AND image_shop.`cover` = 1 LIMIT 1
251 ms 11 /classes/Product.php:3542
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
251 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 2 AND `id_shop` = 1
250 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 1
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) AND (b.`id_shop` = 1) LIMIT 1
249 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
248 ms 1 /classes/Meta.php:190
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)
248 ms 1 /modules/ifeedback/classes/IFBFilter.php:407
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` = 1161
AND image_shop.`cover` = 1 LIMIT 1
246 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` = 1515
AND image_shop.`cover` = 1 LIMIT 1
246 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` = 1164
AND image_shop.`cover` = 1 LIMIT 1
244 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
243 ms 1 Yes /modules/ifeedback/classes/IFBCriterionClass.php:173
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` = 14818
AND image_shop.`cover` = 1 LIMIT 1
241 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` = 1172
AND image_shop.`cover` = 1 LIMIT 1
241 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE tr.*
FROM `tf_tax_rule` tr
JOIN `tf_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
WHERE trg.`active` = 1
AND tr.`id_country` = 6
AND tr.`id_tax_rules_group` = 0
AND tr.`id_state` IN (0, 363)
AND ('38109' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '38109')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
240 ms 0 /classes/tax/TaxRulesTaxManager.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;
240 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
SELECT SQL_NO_CACHE c.id_ifb_criterion
FROM `tf_ifb_criterion` c
WHERE (c.default = 1) LIMIT 1
238 ms 1 /modules/ifeedback/classes/IFBCriterionClass.php:136
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
238 ms 2 Yes /modules/iqitlinksmanager/src/IqitLinkBlockRepository.php:174
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
236 ms 1 /classes/Meta.php:190
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
235 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 14824
AND image_shop.`cover` = 1 LIMIT 1
235 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` = 1166
AND image_shop.`cover` = 1 LIMIT 1
235 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` = 1160
AND image_shop.`cover` = 1 LIMIT 1
234 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` = 1494
AND image_shop.`cover` = 1 LIMIT 1
233 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` = 14829
AND image_shop.`cover` = 1 LIMIT 1
233 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1493
AND image_shop.`cover` = 1 LIMIT 1
233 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` = 14828
AND image_shop.`cover` = 1 LIMIT 1
233 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE * FROM `tf_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
232 ms 8 Yes /classes/ImageType.php:109
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
232 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
231 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
228 ms 1 /classes/shop/Shop.php:205
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` = 14831
AND image_shop.`cover` = 1 LIMIT 1
225 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE `name`, `alias` FROM `tf_hook_alias`
225 ms 88 /classes/Hook.php:301
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` = 14830
AND image_shop.`cover` = 1 LIMIT 1
224 ms 1 /classes/Product.php:3542
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
223 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 28) LIMIT 1
222 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
222 ms 2 /classes/Currency.php:1126
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;
222 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
SELECT SQL_NO_CACHE value FROM `tf_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
220 ms 1 /classes/shop/Shop.php:1171
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1158
AND image_shop.`cover` = 1 LIMIT 1
220 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` = 1495
AND image_shop.`cover` = 1 LIMIT 1
220 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "quantitydiscountpro" LIMIT 1
219 ms 1 /classes/module/Module.php:2840
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;
219 ms 3 Yes /modules/quantitydiscountpro/classes/QuantityDiscountRuleFamily.php:69
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
218 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` = 1489
AND image_shop.`cover` = 1 LIMIT 1
218 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 52) LIMIT 1
218 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
217 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` = 1162
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` = 14826
AND image_shop.`cover` = 1 LIMIT 1
215 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE name, alias FROM `tf_hook_alias`
215 ms 88 /classes/Hook.php:353
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` = 1156
AND image_shop.`cover` = 1 LIMIT 1
214 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 53) LIMIT 1
214 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
214 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
214 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` = 14822
AND image_shop.`cover` = 1 LIMIT 1
214 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 25) LIMIT 1
214 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_cms_lang`
WHERE `id_cms` = 5 AND `id_shop` = 1
213 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tf_image` i
INNER JOIN tf_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 1283
AND image_shop.`cover` = 1 LIMIT 1
212 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 23) LIMIT 1
212 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE id_country FROM tf_country WHERE iso_code="ES" LIMIT 1
212 ms 1 /modules/spanishcities/spanishcities.php:490
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` = 14827
AND image_shop.`cover` = 1 LIMIT 1
212 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
211 ms 1 /classes/Product.php:3542
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
211 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` = 29) LIMIT 1
211 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
211 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
211 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` = 14823
AND image_shop.`cover` = 1 LIMIT 1
211 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 39) LIMIT 1
211 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` = 27) LIMIT 1
211 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
211 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
210 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` = 14821
AND image_shop.`cover` = 1 LIMIT 1
210 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 51) LIMIT 1
210 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` = 14820
AND image_shop.`cover` = 1 LIMIT 1
210 ms 1 /classes/Product.php:3542
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
210 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 30) LIMIT 1
210 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 60) LIMIT 1
209 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` = 61) LIMIT 1
209 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14829 LIMIT 1
209 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` = 57) LIMIT 1
209 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
209 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` = 14625
AND image_shop.`cover` = 1 LIMIT 1
209 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 58) LIMIT 1
208 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
208 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_lang` a
LEFT JOIN `tf_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 1) LIMIT 1
208 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14829) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
208 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 31) LIMIT 1
207 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
207 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 35) LIMIT 1
207 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` = 41) LIMIT 1
207 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
207 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` = 40) LIMIT 1
205 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_currency` a
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
205 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 49) LIMIT 1
205 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
205 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` = 47) 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` = 46) LIMIT 1
204 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_currency` a
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 2) LIMIT 1
204 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14827 LIMIT 1
204 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` = 44) LIMIT 1
203 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1165 LIMIT 1
203 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 28 AND `id_shop` = 1
203 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1172 LIMIT 1
203 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14831 LIMIT 1
203 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 55 AND `id_shop` = 1
203 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1166 LIMIT 1
202 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 26 AND `id_shop` = 1
202 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` = 14825
AND image_shop.`cover` = 1 LIMIT 1
202 ms 1 /classes/Product.php:3542
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tf_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
202 ms 1 /classes/shop/ShopUrl.php:182
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 *
FROM `tf_category_lang`
WHERE `id_category` = 41 AND `id_shop` = 1
201 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` = 48) LIMIT 1
201 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitlinksmanager" LIMIT 1
201 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1488 LIMIT 1
201 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE c.id_currency
FROM `tf_currency` c
WHERE (iso_code = 'COP') LIMIT 1
201 ms 1 /classes/Currency.php:893
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
200 ms 5 /modules/psgdpr/classes/GDPRConsent.php:111
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1164 LIMIT 1
200 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14830 LIMIT 1
200 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14824 LIMIT 1
199 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1172) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
199 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
199 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
199 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_country_lang`
WHERE `id_country` = 6
199 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 34 AND `id_shop` = 1
198 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1486) AND (fb.approved = 1)
) LIMIT 1
198 ms 0 /modules/ifeedback/classes/IFBFilter.php:236
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1161 LIMIT 1
198 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 42 AND `id_shop` = 1
198 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 40 AND `id_shop` = 1
197 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 35 AND `id_shop` = 1
197 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 30 AND `id_shop` = 1
197 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14828 LIMIT 1
197 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 27 AND `id_shop` = 1
196 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_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
196 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 23 AND `id_shop` = 1
196 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1515 LIMIT 1
195 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 54 AND `id_shop` = 1
195 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 56 AND `id_shop` = 1
195 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 29 AND `id_shop` = 1
195 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
194 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 50 AND `id_shop` = 1
194 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 61 AND `id_shop` = 1
194 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 46 AND `id_shop` = 1
194 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 31 AND `id_shop` = 1
193 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 57 AND `id_shop` = 1
193 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 51 AND `id_shop` = 1
193 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
193 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 59 AND `id_shop` = 1
193 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 36 AND `id_shop` = 1
193 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 52 AND `id_shop` = 1
193 ms 1 /src/Adapter/EntityMapper.php:84
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
193 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14818 LIMIT 1
193 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 0 LIMIT 1
193 ms 1 /classes/SpecificPrice.php:411
SELECT SQL_NO_CACHE ctg.`id_group`
FROM tf_category_group ctg
WHERE ctg.`id_category` = 2 AND ctg.`id_group` = 1 LIMIT 1
193 ms 1 /classes/Category.php:1730
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 58 AND `id_shop` = 1
193 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 53 AND `id_shop` = 1
192 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 32 AND `id_shop` = 1
192 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 37 AND `id_shop` = 1
192 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 47 AND `id_shop` = 1
191 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1160 LIMIT 1
191 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE psgdpr.active FROM `tf_psgdpr_consent` psgdpr
WHERE psgdpr.id_module = 17 LIMIT 1
191 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
191 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 60 AND `id_shop` = 1
191 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
191 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 45 AND `id_shop` = 1
190 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 25 AND `id_shop` = 1
190 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
190 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
190 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 39 AND `id_shop` = 1
190 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "spanishcities" LIMIT 1
189 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 48 AND `id_shop` = 1
188 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 49 AND `id_shop` = 1
188 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE `width`, `height`
FROM tf_image_type
WHERE `name` = 'small_default' LIMIT 1
188 ms 1 /classes/Image.php:510
SELECT SQL_NO_CACHE c.id_elementor FROM tf_iqit_elementor_category c WHERE c.id_category = 2 LIMIT 1
188 ms 1 /modules/iqitelementor/src/IqitElementorCategory.php:87
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
187 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
187 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE format
FROM `tf_address_format`
WHERE `id_country` = 6 LIMIT 1
187 ms 1 /classes/AddressFormat.php:672
SELECT SQL_NO_CACHE *
FROM `tf_category_lang`
WHERE `id_category` = 44 AND `id_shop` = 1
186 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1165) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
186 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
186 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
185 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1164) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
185 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `iso_code`
FROM `tf_country`
WHERE `id_country` = 6 LIMIT 1
185 ms 1 /classes/Country.php:274
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1161) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
185 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `name`
FROM `tf_hook`
WHERE `id_hook` = 709 LIMIT 1
185 ms 1 /classes/Hook.php:239
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
184 ms 1 /classes/Category.php:1571
SELECT SQL_NO_CACHE *
FROM `tf_state` a
WHERE (a.`id_state` = 363) LIMIT 1
184 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14826 LIMIT 1
183 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1172
182 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14831) 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 `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
181 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14830) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
181 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
181 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14821 LIMIT 1
181 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
180 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "rkrlastprice" LIMIT 1
180 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1166) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
180 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1158 LIMIT 1
180 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1494) AND (fb.approved = 1)
) LIMIT 1
180 ms 0 /modules/ifeedback/classes/IFBFilter.php:236
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1493 LIMIT 1
180 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcountdown" LIMIT 1
179 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_categorytree" LIMIT 1
178 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
177 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
177 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `tf_image_type`
177 ms 8 /classes/ImageType.php:147
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1485 LIMIT 1
177 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14822 LIMIT 1
176 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1166
176 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14823 LIMIT 1
176 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
176 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1156 LIMIT 1
176 ms 5 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 2
176 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 1 FROM `tf_specific_price` WHERE id_product = 1283 LIMIT 1
175 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` = 5) LIMIT 1
175 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE *
FROM `tf_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
175 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1165
175 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14824) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
175 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1495 LIMIT 1
175 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1494 LIMIT 1
175 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14819 LIMIT 1
174 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14820 LIMIT 1
174 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14825 LIMIT 1
174 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
174 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1486 LIMIT 1
174 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1164
174 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 14625 LIMIT 1
173 ms 3 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE *
FROM `tf_hook` a
WHERE (a.`id_hook` = 408) LIMIT 1
173 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE EXISTS(SELECT 1
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = 1485) AND (fb.approved = 1)
) LIMIT 1
173 ms 0 /modules/ifeedback/classes/IFBFilter.php:236
SELECT SQL_NO_CACHE *
FROM `tf_group_lang`
WHERE `id_group` = 1
172 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE 1 FROM `tf_specific_price` WHERE id_product = 1162 LIMIT 1
172 ms 4 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1161
171 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
171 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE *
FROM `tf_currency_lang`
WHERE `id_currency` = 1
170 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE *
FROM `tf_module_shop` m
WHERE (m.id_module = 106) AND (m.enable_device & 1) AND (m.id_shop = 1)
170 ms 1 /modules/shippingconfiguratorpro/classes/SCPCore.php:741
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
170 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcookielaw" LIMIT 1
170 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
170 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
170 ms 0 /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
169 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1933) LIMIT 1
169 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitcompare" LIMIT 1
169 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
168 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14828) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
168 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `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 *
FROM `tf_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
168 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
168 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
168 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE * FROM `tf_hook_module_exceptions`
WHERE `id_shop` IN (1)
168 ms 1 /classes/module/Module.php:2237
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
167 ms 1 /classes/Language.php:853
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
166 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14827) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tf_required_field
166 ms 1 /classes/ObjectModel.php:1510
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14822) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
166 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitsearch" LIMIT 1
166 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1161) LIMIT 1
166 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
166 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1164
ORDER BY `id_specific_price_priority` DESC LIMIT 1
166 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
165 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
165 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14819) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
165 ms 1 /classes/stock/StockAvailable.php:453
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 = 14824) LIMIT 1
165 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE *
FROM `tf_currency_lang`
WHERE `id_currency` = 2
165 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE c.email, c.firstname, c.lastname
FROM `tf_customer` c
WHERE (c.id_customer = 437) LIMIT 1
164 ms 1 /modules/ifeedback/classes/IFBFilter.php:327
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 `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 pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 14830) LIMIT 1
164 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "languageperdomain" LIMIT 1
164 ms 0 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 68 AND `id_shop` = 1 LIMIT 1
163 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
163 ms 0 /classes/module/Module.php:2328
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 1 FROM `tf_specific_price` WHERE id_product = 1933 LIMIT 1
163 ms 6 /classes/SpecificPrice.php:420
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14818) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
163 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1166 AND id_shop=1 LIMIT 1
163 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
163 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14826) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
163 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14830 AND id_shop=1 LIMIT 1
163 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14825) 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 pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 14829) LIMIT 1
162 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14820) 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 = 1485) 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 name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
162 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 76 AND `id_shop` = 1 LIMIT 1
162 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "shippingconfiguratorpro" LIMIT 1
162 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE c.id_currency
FROM `tf_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
162 ms 1 /classes/Currency.php:893
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 `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 `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 pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 14831) LIMIT 1
162 ms 0 /modules/ifeedback/classes/IFBClass.php:976
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
162 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 137 AND `id_shop` = 1 LIMIT 1
161 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1486) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
161 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
161 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 142 AND `id_shop` = 1 LIMIT 1
161 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
161 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
161 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14821) 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 `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14831
ORDER BY `id_specific_price_priority` DESC LIMIT 1
161 ms 0 /classes/SpecificPrice.php:250
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 = 1494) 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_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1164 AND id_shop=1 LIMIT 1
160 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1172 AND id_shop=1 LIMIT 1
160 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 = 1164) LIMIT 1
160 ms 0 /modules/ifeedback/classes/IFBClass.php:976
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 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
159 ms 1 /classes/stock/StockAvailable.php:453
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 = 14818) LIMIT 1
159 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 = 1172) LIMIT 1
159 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1160) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
159 ms 1 /classes/stock/StockAvailable.php:453
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
159 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1158) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
159 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE *
FROM `tf_iqit_link_block_lang`
WHERE `id_iqit_link_block` = 1
159 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
159 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
159 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14625) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
159 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14824
ORDER BY `id_specific_price_priority` DESC LIMIT 1
159 ms 0 /classes/SpecificPrice.php:250
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
158 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14831 AND id_shop=1 LIMIT 1
158 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 14819
158 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
158 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
158 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1165) LIMIT 1
158 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE c.id_elementor FROM tf_iqit_elementor_content c WHERE c.active = 1 AND c.hook = 21
158 ms 0 /modules/iqitelementor/src/IqitElementorContent.php:123
SELECT SQL_NO_CACHE `id_order`
FROM `tf_orders`
WHERE `id_cart` = 0 AND id_shop IN (1) LIMIT 1
158 ms 1 /classes/order/Order.php:1203
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitelementor" LIMIT 1
158 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1166) LIMIT 1
158 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 105 AND `id_shop` = 1 LIMIT 1
157 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1161 AND id_shop=1 LIMIT 1
157 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1165 AND id_shop=1 LIMIT 1
157 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 14823) AND (id_product_attribute = 0) AND (id_shop = 1) AND (id_shop_group = 0) LIMIT 1
157 ms 1 /classes/stock/StockAvailable.php:453
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1166
ORDER BY `id_specific_price_priority` DESC LIMIT 1
157 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 14827) LIMIT 1
156 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = 1162) 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 = 1156) 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_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
156 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14829 AND id_shop=1 LIMIT 1
156 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1160
154 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1485 AND id_shop=1 LIMIT 1
154 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1162
154 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
154 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1486) LIMIT 1
154 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 = 14821) LIMIT 1
153 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
153 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1494) LIMIT 1
153 ms 1 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "iqitmegamenu" LIMIT 1
153 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE *
FROM `tf_tax_lang`
WHERE `id_tax` = 37
153 ms 1 /src/Adapter/EntityMapper.php:84
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
153 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 10 AND `id_shop` = 1 LIMIT 1
153 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1158
152 ms 1 /classes/Product.php:2879
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
152 ms 1 /classes/Category.php:1371
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1165
ORDER BY `id_specific_price_priority` DESC LIMIT 1
151 ms 0 /classes/SpecificPrice.php:250
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
151 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
151 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 67 AND `id_shop` = 1 LIMIT 1
151 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
151 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
151 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14826 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` = 14830
ORDER BY `id_specific_price_priority` DESC LIMIT 1
150 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 14826) 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 = 14828) LIMIT 1
150 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1161
ORDER BY `id_specific_price_priority` DESC LIMIT 1
150 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14828 AND id_shop=1 LIMIT 1
150 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tf_product_attribute`
WHERE `id_product` = 1156
150 ms 1 /classes/Product.php:2879
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1172
ORDER BY `id_specific_price_priority` DESC LIMIT 1
150 ms 0 /classes/SpecificPrice.php:250
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
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
149 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tf_country`
WHERE `id_country` = 6 LIMIT 1
149 ms 1 /classes/Country.php:401
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14829
ORDER BY `id_specific_price_priority` DESC LIMIT 1
149 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 72 AND `id_shop` = 1 LIMIT 1
149 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
149 ms 1 /classes/Product.php:5622
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 `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14824 AND id_shop=1 LIMIT 1
149 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
148 ms 1 /classes/module/Module.php:2840
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1485) LIMIT 1
148 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 = 1495) LIMIT 1
148 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 71 AND `id_shop` = 1 LIMIT 1
148 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14827 AND id_shop=1 LIMIT 1
148 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_lang` FROM `tf_lang`
WHERE `locale` = 'es-es'
OR `language_code` = 'es-es' LIMIT 1
148 ms 1 /classes/Language.php:853
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1933 AND id_shop=1 LIMIT 1
148 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 82 AND `id_shop` = 1 LIMIT 1
148 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE *
FROM `tf_tax` a
WHERE (a.`id_tax` = 37) LIMIT 1
148 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1162 AND id_shop=1 LIMIT 1
148 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 = 14825) LIMIT 1
147 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
147 ms 1 /classes/Product.php:5622
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_whatsapp WHERE id_whatsapp = 1 LIMIT 1
147 ms 1 /modules/whatsapp/whatsapp.php:182
SELECT SQL_NO_CACHE id_shop
FROM `tf_lang_shop`
WHERE `id_lang` = 1
AND id_shop = 1 LIMIT 1
146 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 `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1164 AND `id_group` = 1 LIMIT 1
146 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE id_shop
FROM `tf_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
146 ms 1 /classes/ObjectModel.php:1647
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1166 AND `id_group` = 1 LIMIT 1
146 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
146 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1165 AND `id_group` = 1 LIMIT 1
146 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14822 AND id_shop=1 LIMIT 1
145 ms 1 /classes/Product.php:6759
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
145 ms 1 /classes/SpecificPrice.php:366
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1162
ORDER BY `id_specific_price_priority` DESC LIMIT 1
145 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 1160) LIMIT 1
143 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14828
ORDER BY `id_specific_price_priority` DESC LIMIT 1
143 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14830 AND `id_group` = 1 LIMIT 1
143 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1156
ORDER BY `id_specific_price_priority` DESC LIMIT 1
143 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE * FROM tf_whatsapp WHERE id_whatsapp = 1 LIMIT 1
142 ms 1 /modules/whatsapp/whatsapp.php:175
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 14819) LIMIT 1
142 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14824 AND `id_group` = 1 LIMIT 1
142 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14625 AND id_shop=1 LIMIT 1
142 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 = 1156) LIMIT 1
142 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14819
ORDER BY `id_specific_price_priority` DESC LIMIT 1
142 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14821 AND id_shop=1 LIMIT 1
142 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
142 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14825 AND id_shop=1 LIMIT 1
142 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14827
ORDER BY `id_specific_price_priority` DESC LIMIT 1
142 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14831 AND `id_group` = 1 LIMIT 1
142 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 14625) LIMIT 1
142 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
142 ms 1 /src/Adapter/EntityMapper.php:76
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1488 AND id_shop=1 LIMIT 1
142 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 = 1162) LIMIT 1
141 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 = 14820) LIMIT 1
141 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14820 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 = 14822) LIMIT 1
141 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE *
FROM `tf_hook` a
WHERE (a.`id_hook` = 35) LIMIT 1
141 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 = 1158) LIMIT 1
141 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
141 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1160 AND id_shop=1 LIMIT 1
141 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1161 AND `id_group` = 1 LIMIT 1
141 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = 1) AND (pr.id_product = 14823) LIMIT 1
141 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1485
ORDER BY `id_specific_price_priority` DESC LIMIT 1
140 ms 1 /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
140 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 = 1493) LIMIT 1
140 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1172 AND `id_group` = 1 LIMIT 1
140 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14826
ORDER BY `id_specific_price_priority` DESC LIMIT 1
140 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14823 AND id_shop=1 LIMIT 1
140 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14825
ORDER BY `id_specific_price_priority` DESC LIMIT 1
140 ms 0 /classes/SpecificPrice.php:250
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 `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14829 AND `id_group` = 1 LIMIT 1
140 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14818
ORDER BY `id_specific_price_priority` DESC LIMIT 1
140 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14625
ORDER BY `id_specific_price_priority` DESC LIMIT 1
139 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1515 AND id_shop=1 LIMIT 1
139 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1158 AND id_shop=1 LIMIT 1
139 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
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 `id_module` FROM `tf_module_shop` WHERE `id_module` = 69 AND `id_shop` = 1 LIMIT 1
139 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1493 AND id_shop=1 LIMIT 1
138 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14819 AND id_shop=1 LIMIT 1
138 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
138 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1486 AND id_shop=1 LIMIT 1
137 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 14818 AND id_shop=1 LIMIT 1
137 ms 1 /classes/Product.php:6759
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1489 AND id_shop=1 LIMIT 1
137 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 = 1489) LIMIT 1
137 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1283
ORDER BY `id_specific_price_priority` DESC LIMIT 1
137 ms 1 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1156 AND id_shop=1 LIMIT 1
137 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
137 ms 0 /modules/ifeedback/classes/IFBClass.php:976
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
137 ms 1 /classes/Product.php:5622
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
137 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tf_product_shop`
WHERE `id_product` = 1495 AND id_shop=1 LIMIT 1
137 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
136 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE * FROM tf_whatsapp WHERE id_whatsapp = 1 LIMIT 1
136 ms 1 /modules/whatsapp/whatsapp.php:146
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 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 `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1160
ORDER BY `id_specific_price_priority` DESC LIMIT 1
135 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
134 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
134 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
134 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE name FROM tf_category_lang WHERE id_shop = 1 AND id_lang = 1 AND id_category = 2 LIMIT 1
134 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14823
ORDER BY `id_specific_price_priority` DESC LIMIT 1
134 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
133 ms 1 /classes/module/Module.php:2328
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14821
ORDER BY `id_specific_price_priority` DESC LIMIT 1
133 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tf_category` c
WHERE c.`id_category` = 2 LIMIT 1
133 ms 1 /classes/Category.php:1577
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1158
ORDER BY `id_specific_price_priority` DESC LIMIT 1
133 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14820
ORDER BY `id_specific_price_priority` DESC LIMIT 1
133 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `id_module` FROM `tf_module` WHERE `name` = "onepagecheckoutps" LIMIT 1
133 ms 0 /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
132 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE r.feedback
FROM `tf_ifb_reply` r
WHERE (r.id_feedback = 25) LIMIT 1
132 ms 0 /modules/ifeedback/classes/IFBFilter.php:424
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14826 AND `id_group` = 1 LIMIT 1
132 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1485 AND `id_group` = 1 LIMIT 1
132 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14828 AND `id_group` = 1 LIMIT 1
131 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
131 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
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
131 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14821 AND `id_group` = 1 LIMIT 1
131 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14825 AND `id_group` = 1 LIMIT 1
131 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1494 AND `id_group` = 1 LIMIT 1
131 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14827 AND `id_group` = 1 LIMIT 1
130 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14818 AND `id_group` = 1 LIMIT 1
130 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
130 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 1495
ORDER BY `id_specific_price_priority` DESC LIMIT 1
130 ms 0 /classes/SpecificPrice.php:250
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1283 AND `id_group` = 1 LIMIT 1
129 ms 0 /classes/GroupReduction.php:156
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
128 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
128 ms 1 /classes/Product.php:5622
SELECT SQL_NO_CACHE `priority`, `id_specific_price_priority`
FROM `tf_specific_price_priority`
WHERE `id_product` = 14822
ORDER BY `id_specific_price_priority` DESC LIMIT 1
128 ms 0 /classes/SpecificPrice.php:250
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` = 1486 AND `id_group` = 1 LIMIT 1
128 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14820 AND `id_group` = 1 LIMIT 1
126 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1156 AND `id_group` = 1 LIMIT 1
124 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_group`
WHERE `id_group` = 1 LIMIT 1
123 ms 1 /classes/Group.php:154
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14625 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` = 1160 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` = 1493 AND `id_group` = 1 LIMIT 1
122 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
122 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14823 AND `id_group` = 1 LIMIT 1
122 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
122 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14819 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` = 1158 AND `id_group` = 1 LIMIT 1
119 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1162 AND `id_group` = 1 LIMIT 1
119 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 14822 AND `id_group` = 1 LIMIT 1
119 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1489 AND `id_group` = 1 LIMIT 1
117 ms 0 /classes/GroupReduction.php:156
SELECT SQL_NO_CACHE `reduction`
FROM `tf_product_group_reduction_cache`
WHERE `id_product` = 1495 AND `id_group` = 1 LIMIT 1
116 ms 0 /classes/GroupReduction.php:156

Doubles

35 queries
SELECT *
FROM `tf_category` a
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_category` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
35 queries
SELECT *
							FROM `tf_category_lang`
							WHERE `id_category` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span>
35 queries
SELECT <span style="color:blue">XX</span> FROM `tf_specific_price` WHERE id_product = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
34 queries
SELECT *
FROM `tf_product` a
LEFT JOIN `tf_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tf_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_product` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
34 queries
SELECT SUM(quantity)
FROM `tf_stock_available`
WHERE (id_product = <span style="color:blue">XX</span>) AND (id_product_attribute = <span style="color:blue">XX</span>) AND (id_shop = <span style="color:blue">XX</span>) AND (id_shop_group = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
34 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,<span style="color:blue">XX</span>) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tf_product` p
INNER JOIN `tf_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = <span style="color:blue">XX</span>)
LEFT JOIN `tf_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
WHERE (p.`id_product` = <span style="color:blue">XX</span>)
34 queries
SELECT pr.id_product_rating, pr.total_comments, pr.rating
FROM `tf_ifb_product_rating` pr
WHERE (pr.id_shop = <span style="color:blue">XX</span>) AND (pr.id_product = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
34 queries
			SELECT *, ( IF (`id_group` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_country` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_currency` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_shop` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>) +  IF (`id_customer` = <span style="color:blue">XX</span>, <span style="color:blue">XX</span>, <span style="color:blue">XX</span>)) AS `score`
				FROM `tf_specific_price`
				WHERE
                `id_shop` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_currency` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_country` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND
                `id_group` IN (<span style="color:blue">XX</span>, <span style="color:blue">XX</span>) AND `id_product` = <span style="color:blue">XX</span> AND `id_customer` = <span style="color:blue">XX</span> AND `id_product_attribute` = <span style="color:blue">XX</span> AND `id_cart` = <span style="color:blue">XX</span>  AND (`from` = '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>' OR '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>' >= `from`) AND (`to` = '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>' OR '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>' <= `to`)
				AND IF(`from_quantity` > <span style="color:blue">XX</span>, `from_quantity`, <span style="color:blue">XX</span>) <= <span style="color:blue">XX</span> ORDER BY `id_product_attribute` DESC, `id_cart` DESC, `from_quantity` DESC, `id_specific_price_rule` ASC, `score` DESC, `to` DESC, `from` DESC LIMIT <span style="color:blue">XX</span>
34 queries
				SELECT `priority`, `id_specific_price_priority`
				FROM `tf_specific_price_priority`
				WHERE `id_product` = <span style="color:blue">XX</span>
				ORDER BY `id_specific_price_priority` DESC LIMIT <span style="color:blue">XX</span>
34 queries
			SELECT `reduction`
			FROM `tf_product_group_reduction_cache`
			WHERE `id_product` = <span style="color:blue">XX</span> AND `id_group` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
34 queries
SELECT image_shop.`id_image`
                    FROM `tf_image` i
                     INNER JOIN tf_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
                    WHERE i.`id_product` = <span style="color:blue">XX</span>
                    AND image_shop.`cover` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
34 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), <span style="color:blue">XX</span>) as deep_quantity,
            COALESCE(SUM(first_level_quantity), <span style="color:blue">XX</span>) as quantity
          FROM (SELECT cp.`quantity` as first_level_quantity, <span style="color:blue">XX</span> as pack_quantity
          FROM `tf_cart_product` cp
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND cp.`id_product` = <span style="color:blue">XX</span> UNION SELECT <span style="color:blue">XX</span> as first_level_quantity, cp.`quantity` * p.`quantity` as pack_quantity
          FROM `tf_cart_product` cp JOIN `tf_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tf_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = <span style="color:blue">XX</span>
            AND cp.`id_customization` = <span style="color:blue">XX</span>
            AND cp.`id_cart` = <span style="color:blue">XX</span> AND p.`id_product_item` = <span style="color:blue">XX</span> AND (pr.`pack_stock_type` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) OR (
            pr.`pack_stock_type` = <span style="color:blue">XX</span>
            AND <span style="color:blue">XX</span> = <span style="color:blue">XX</span>
        ))) as q LIMIT <span style="color:blue">XX</span>
34 queries
SELECT `id_order`
            FROM `tf_orders`
            WHERE `id_cart` = <span style="color:blue">XX</span> AND id_shop IN (<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
34 queries
                            SELECT `id_tax_rules_group`
                            FROM `tf_product_shop`
                            WHERE `id_product` = <span style="color:blue">XX</span> AND id_shop=<span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
34 queries
                SELECT 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
34 queries
SELECT name FROM tf_category_lang WHERE id_shop = <span style="color:blue">XX</span> AND id_lang = <span style="color:blue">XX</span> AND id_category = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
27 queries
				SELECT c.*, cl.*
				FROM `tf_category` c
				 INNER JOIN tf_category_shop category_shop
        ON (category_shop.id_category = c.id_category AND category_shop.id_shop = <span style="color:blue">XX</span>)
				LEFT JOIN `tf_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = <span style="color:blue">XX</span> 
				LEFT JOIN `tf_category_group` cg ON c.`id_category` = cg.`id_category`
				RIGHT JOIN `tf_category` c<span style="color:blue">XX</span> ON c<span style="color:blue">XX</span>.`id_category` = <span style="color:blue">XX</span> AND c.`nleft` >= c<span style="color:blue">XX</span>.`nleft` AND c.`nright` <= c<span style="color:blue">XX</span>.`nright`
				WHERE <span style="color:blue">XX</span>  AND `id_lang` = <span style="color:blue">XX</span>
				 AND c.`active` = <span style="color:blue">XX</span>
				 AND cg.`id_group` IN (<span style="color:blue">XX</span>)
				 GROUP BY c.`id_category`
				 ORDER BY c.`level_depth` ASC
				, category_shop.`position` ASC
				
24 queries
            SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, <span style="color:blue">XX</span> qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `tf_product_attribute` pa
             INNER JOIN tf_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = <span style="color:blue">XX</span>)
            JOIN `tf_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `tf_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `tf_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = <span style="color:blue">XX</span>)
            JOIN `tf_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (<span style="color:blue">XX</span>) AND ag.`is_color_group` = <span style="color:blue">XX</span>
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
24 queries
SELECT
                    p.*,
                    ps.*,
                    pl.*,
                    sa.out_of_stock,
                    IFNULL(sa.quantity, <span style="color:blue">XX</span>) as quantity,
                    (DATEDIFF(
                        p.`date_add`,
                        DATE_SUB(
                            '<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>',
                            INTERVAL <span style="color:blue">XX</span> DAY
                        )
                    ) > <span style="color:blue">XX</span>) as new
                FROM tf_product p
                LEFT JOIN tf_product_lang pl
                    ON pl.id_product = p.id_product
                    AND pl.id_shop = <span style="color:blue">XX</span>
                    AND pl.id_lang = <span style="color:blue">XX</span>
                LEFT JOIN tf_stock_available sa   ON sa.id_product = p.id_product
			        AND sa.id_shop = <span style="color:blue">XX</span> LEFT JOIN tf_product_shop ps
			        ON ps.id_product = p.id_product
			        AND ps.id_shop = <span style="color:blue">XX</span>
			    WHERE p.id_product = <span style="color:blue">XX</span>
			    LIMIT <span style="color:blue">XX</span>
24 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `tf_image` i
             INNER JOIN tf_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = <span style="color:blue">XX</span>)
            LEFT JOIN `tf_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = <span style="color:blue">XX</span>)
            WHERE i.`id_product` = <span style="color:blue">XX</span>
            ORDER BY `position`
14 queries
SELECT `id_module` FROM `tf_module_shop` WHERE `id_module` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
14 queries
SELECT *
FROM `tf_category` a
LEFT JOIN `tf_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tf_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_category` = <span style="color:blue">XX</span>) AND (b.`id_shop` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
10 queries
SELECT `id_product_attribute`
            FROM `tf_product_attribute`
            WHERE `id_product` = <span style="color:blue">XX</span>
5 queries
SELECT qdrf.*
            FROM `tf_quantity_discount_rule_family` qdrf
            WHERE <span style="color:blue">XX</span>
                 AND qdrf.active = <span style="color:blue">XX</span> AND qdrf.`id_shop` = <span style="color:blue">XX</span> ORDER BY qdrf.priority ASC;
5 queries
SELECT *
FROM `tf_cms` a
LEFT JOIN `tf_cms_shop` `c` ON a.`id_cms` = c.`id_cms` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_cms` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
5 queries
SELECT *
							FROM `tf_cms_lang`
							WHERE `id_cms` = <span style="color:blue">XX</span> AND `id_shop` = <span style="color:blue">XX</span>
4 queries
SELECT `id_lang` FROM `tf_lang`
                    WHERE `locale` = 'es-es'
                    OR `language_code` = 'es-es' LIMIT <span style="color:blue">XX</span>
3 queries
SELECT *, qdrl.`name`, '' as id_customer
                FROM `tf_quantity_discount_rule` qdr
                LEFT JOIN `tf_quantity_discount_rule_lang` qdrl ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = <span style="color:blue">XX</span>)
                WHERE qdr.`active` = <span style="color:blue">XX</span> AND `id_family` = <span style="color:blue">XX</span> AND `code` != '' AND `highlight` = <span style="color:blue">XX</span> ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT fb.id_feedback id,
fb.id_feedback,
fb.id_customer,
name_customer customer,
'' email,
fb.feedback,
<span style="color:blue">XX</span> stars,
fb.approved,
fb.date_add,
fb.date_upd,
''reply,
<span style="color:blue">XX</span> stars,
'' order_data,
fb.id_order,
fb.id_product
FROM `tf_ifb_feedback` fb
INNER JOIN `tf_ifb_rating` `fbr` ON fbr.id_feedback = fb.id_feedback
WHERE (fb.id_shop = <span style="color:blue">XX</span>) AND (fb.approved = <span style="color:blue">XX</span>) AND (fb.id_product = <span style="color:blue">XX</span>)
GROUP BY fb.id_feedback
ORDER BY fb.id_feedback DESC
LIMIT <span style="color:blue">XX</span>, <span style="color:blue">XX</span>
3 queries
SELECT 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 EXISTS(SELECT <span style="color:blue">XX</span>
FROM `tf_ifb_feedback` fb
WHERE (fb.id_product = <span style="color:blue">XX</span>) AND (fb.approved = <span style="color:blue">XX</span>)
) LIMIT <span style="color:blue">XX</span>
3 queries
SELECT DISTINCT(qdr.`id_quantity_discount_rule`)
                FROM `tf_quantity_discount_rule` qdr
                INNER JOIN `tf_quantity_discount_rule_lang` qdrl
                    ON (qdr.`id_quantity_discount_rule` = qdrl.`id_quantity_discount_rule` AND qdrl.`id_lang` = <span style="color:blue">XX</span>)
                INNER JOIN `tf_quantity_discount_rule_message` qdrm
                    ON (qdrm.`id_quantity_discount_rule` = qdr.`id_quantity_discount_rule` AND qdrm.`hook_name` = 'hookDisplayProductPriceBlock')
                INNER JOIN `tf_quantity_discount_rule_message_lang` qdrml
                    ON (qdrm.`id_quantity_discount_rule_message` = qdrml.`id_quantity_discount_rule_message` AND qdrml.`id_lang` = <span style="color:blue">XX</span>)
                WHERE qdr.`active` = <span style="color:blue">XX</span>
                    AND qdr.`id_shop` = <span style="color:blue">XX</span> AND `id_family` = <span style="color:blue">XX</span>
                ORDER BY qdr.`priority` ASC, qdr.`id_quantity_discount_rule` ASC
3 queries
SELECT * FROM tf_whatsapp WHERE id_whatsapp = <span style="color:blue">XX</span> LIMIT <span style="color:blue">XX</span>
3 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `tf_module` m
                LEFT JOIN `tf_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = <span style="color:blue">XX</span>
3 queries
				SELECT 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 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 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
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_lang`
							WHERE `id_iqit_link_block` = <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 *
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_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 *
							FROM `tf_currency_lang`
							WHERE `id_currency` = <span style="color:blue">XX</span>
2 queries
(SELECT <span style="color:blue">XX</span> FROM `tf_cart_rule` WHERE date_to >= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_to <= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>)UNION ALL (SELECT <span style="color:blue">XX</span> FROM `tf_cart_rule` WHERE date_from >= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_from <= "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>)UNION ALL (SELECT <span style="color:blue">XX</span> FROM `tf_cart_rule` WHERE date_from < "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND date_to > "<span style="color:blue">XX</span>-<span style="color:blue">XX</span>-<span style="color:blue">XX</span> <span style="color:blue">XX</span>:<span style="color:blue">XX</span>:<span style="color:blue">XX</span>" AND `id_customer` IN (<span style="color:blue">XX</span>,<span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `tf_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_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_currency` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>
2 queries
SELECT *
FROM `tf_currency` a
LEFT JOIN `tf_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = <span style="color:blue">XX</span>
LEFT JOIN `tf_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = <span style="color:blue">XX</span>
WHERE (a.`id_currency` = <span style="color:blue">XX</span>) LIMIT <span style="color:blue">XX</span>

Tables stress

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

ObjectModel instances

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

Included Files

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