Novos produtos

Filtros ativos

Load Time 1091 ms
Querying Time 566 ms
Queries 1310
Memory Peak Usage 29.2 Mb
Included Files 1175 files - 14.50 Mb
PrestaShop Cache - Mb
Global vars 0.35 Mb
PrestaShop Version 8.2.0
PHP Version 8.2.29
MySQL Version 10.3.39-MariaDB-0ubuntu0.20.04.2
Memory Limit 256M
Max Execution Time 120s
Smarty Cache disabled
Smarty Compilation force compile
  Time Cumulated Time Memory Usage Memory Peak Usage
config 2.357 ms 2.357 ms 3.38 Mb 4.5 Mb
__construct 2.077 ms 4.434 ms 0.01 Mb 4.5 Mb
init 29.486 ms 33.920 ms 0.51 Mb 4.5 Mb
checkAccess 0.003 ms 33.923 ms - Mb 4.5 Mb
setMedia 3.774 ms 37.697 ms 0.06 Mb 4.5 Mb
postProcess 0.002 ms 37.699 ms - Mb 4.5 Mb
initHeader 0.001 ms 37.700 ms - Mb 4.5 Mb
initContent 677.572 ms 715.272 ms 17.71 Mb 21.7 Mb
initFooter 0.002 ms 715.274 ms - Mb 21.7 Mb
display 375.861 ms 1091 ms 6.82 Mb 29.2 Mb
Hook Time Memory Usage
displayProductListReviews 152.425 ms 0.86 Mb
displayFooter 15.588 ms 0.24 Mb
DisplayFooter 9.978 ms 0.13 Mb
displayNav2 8.549 ms 0.26 Mb
displayLeftColumn 8.077 ms 0.22 Mb
DisplayBeforeBodyClosingTag 7.052 ms 0.11 Mb
displayTop 6.895 ms 0.16 Mb
DisplayHeader 5.940 ms 0.08 Mb
displayFooterBefore 5.882 ms 0.11 Mb
displayNav1 2.693 ms 0.08 Mb
DisplayMyAccountBlock 1.442 ms 0.01 Mb
DisplayLeftColumn 1.341 ms - Mb
ActionFilterDeliveryOptionList 1.338 ms 0.06 Mb
ActionFrontControllerSetMedia 1.207 ms 0.01 Mb
ProductSearchProvider 0.653 ms - Mb
ActionObjectAddAfter 0.218 ms - Mb
ActionDispatcher 0.159 ms 0.01 Mb
ModuleRoutes 0.031 ms 0.01 Mb
DisplayFooterBefore 0.014 ms - Mb
DisplayNavFullWidth 0.013 ms - Mb
DisplayFooterAfter 0.013 ms - Mb
DisplayAfterBodyOpeningTag 0.009 ms - Mb
22 hook(s) 229.516 ms 2.34 Mb
Module Time Memory Usage
pm_advancedsearch4 6.308 ms 0.01 Mb
cttexpress 1.888 ms 0.13 Mb
blockwishlist 12.646 ms 0.15 Mb
ps_emailsubscription 3.508 ms 0.07 Mb
blockreassurance 0.393 ms 0.02 Mb
ps_emailalerts 0.215 ms 0.01 Mb
ps_socialfollow 2.865 ms 0.06 Mb
productcomments 153.219 ms 0.91 Mb
ps_searchbar 2.507 ms 0.06 Mb
ps_shoppingcart 2.937 ms 0.08 Mb
correosoficial 3.887 ms 0.41 Mb
ps_imageslider 0.423 ms 0.01 Mb
ps_googleanalytics 3.790 ms 0.06 Mb
ps_facetedsearch 3.013 ms 0.02 Mb
ps_contactinfo 6.361 ms 0.12 Mb
ps_languageselector 3.043 ms 0.07 Mb
ps_currencyselector 0.819 ms 0.07 Mb
ps_customersignin 2.236 ms 0.06 Mb
ps_mainmenu 5.189 ms 0.12 Mb
ps_categorytree 8.225 ms 0.22 Mb
ps_linklist 5.091 ms 0.09 Mb
ps_customeraccountlinks 8.400 ms 0.12 Mb
statsdata 3.631 ms 0.06 Mb
23 module(s) 240.593 ms 2.92 Mb

Stopwatch SQL - 1310 queries

# Query Time (ms) Rows Filesort Group By Location
51
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 FROM tyht_product p LEFT JOIN tyht_product_attribute pa ON (p.id_product = pa.id_product) LEFT JOIN tyht_product_attribute_combination pac ON (pa.id_product_attribute = pac.id_product_attribute) LEFT JOIN tyht_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_group = 1  AND sa.id_shop = 0 ) LEFT JOIN tyht_product_sale psales ON (psales.id_product = p.id_product) INNER JOIN tyht_product_shop ps ON (p.id_product = ps.id_product AND ps.id_shop = 1 AND ps.active = TRUE) INNER JOIN tyht_category_product cp ON (p.id_product = cp.id_product) INNER JOIN tyht_category c ON (cp.id_category = c.id_category AND c.active=1) LEFT JOIN tyht_category_group cg ON (cg.id_category = c.id_category) WHERE ps.id_shop='1' AND ps.visibility IN ('both', 'catalog') AND cg.id_group='1' AND p.date_add>'2023-02-26 00:00:00' GROUP BY p.id_product) p GROUP BY p.id_product ORDER BY p.date_add DESC, p.id_product DESC
245.677 ms 55980324 Yes /modules/ps_facetedsearch/src/Adapter/MySQL.php:85
2
SELECT SQL_NO_CACHE c.`name`, cl.`id_lang`, IF(cl.`id_lang` IS NULL, c.`value`, cl.`value`) AS value, c.id_shop_group, c.id_shop
FROM `tyht_configuration` c
LEFT JOIN `tyht_configuration_lang` cl ON (c.`id_configuration` = cl.`id_configuration`)
7.925 ms 4282 /classes/Configuration.php:180
53
SELECT SQL_NO_CACHE p.*,
ps.*,
pl.*,
sa.out_of_stock,
IFNULL(sa.quantity, 0) as quantity,
(DATEDIFF(
p.`date_add`,
DATE_SUB(
'2025-11-21 00:00:00',
INTERVAL 1000 DAY
)
) > 0) as new
FROM tyht_product p
LEFT JOIN tyht_product_lang pl
ON pl.id_product = p.id_product
AND pl.id_shop = 1
AND pl.id_lang = 5
LEFT JOIN tyht_stock_available sa   ON sa.id_product = p.id_product
AND sa.id_shop = 0
AND sa.id_product_attribute = 0
AND sa.id_shop_group = 1 LEFT JOIN tyht_product_shop ps
ON ps.id_product = p.id_product
AND ps.id_shop = 1
WHERE p.id_product IN (2335,2324,2323,2322,2321,2320,2319,2317,2316,2313,2312,2304,2302,2298,2286,2243,2216,2215,2213,2212,2210,2209,2208,2205,2204,2202,2200,2199,2197,2196,2195,2194,2193,2192,2188,2151,2150,2137,2136,2134,2131,2115,2110,2109,2108,2107,2103,567,359,43588,41170,41079,32953,28786,28784,21582,19789,15031,9367,9366,9365,7910,7307,7088,7066,7061,7060,5971,5970,5966,5961,3858,3857,3855,3854,3755,3746,3706,3592,46448,46445,46444,43115,42633,42632,32855,21744,20803,19144,15026,15019,10759,10745,9363,9362,9361,9360,9318,9317,7917)
3.838 ms 100 /classes/ProductAssembler.php:95
59
SELECT SQL_NO_CACHE `id_hook`, `name`
FROM `tyht_hook`
UNION
SELECT `id_hook`, ha.`alias` as name
FROM `tyht_hook_alias` ha
INNER JOIN `tyht_hook` h ON ha.name = h.name
2.757 ms 0 /classes/Hook.php:1326
60
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 `tyht_hook_module` hm
STRAIGHT_JOIN `tyht_hook` h ON (h.id_hook = hm.id_hook AND hm.id_shop = 1)
STRAIGHT_JOIN `tyht_module` as m ON (m.id_module = hm.id_module)
ORDER BY hm.position
2.599 ms 651 /classes/Hook.php:452
1307
INSERT INTO `tyht_connections_source` (`id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES ('5819471', '', 'tusdisfracesbaratos.com/pt/novos-produtos?p=195&page=118', '', '2025-11-21 11:45:07')
2.138 ms 1 /classes/ObjectModel.php:622
18
SELECT SQL_NO_CACHE h.`name` as hook, m.`id_module`, h.`id_hook`, m.`name` as module
FROM `tyht_module` m
INNER JOIN tyht_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 `tyht_hook_module` `hm` ON hm.`id_module` = m.`id_module`
INNER JOIN `tyht_hook` `h` ON hm.`id_hook` = h.`id_hook`
LEFT JOIN `tyht_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`
1.655 ms 325 Yes Yes /classes/Hook.php:1267
1309
SELECT SQL_NO_CACHE cp.`id_category`, cp.`id_product`, cl.`name` FROM `tyht_category_product` cp
LEFT JOIN `tyht_category` c ON (c.id_category = cp.id_category)
LEFT JOIN `tyht_category_lang` cl ON (cp.`id_category` = cl.`id_category` AND cl.id_shop = 1 )
INNER JOIN tyht_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
WHERE cp.`id_product` IN (2335,2324,2323,2322,2321,2320,2319,2317,2316,2313,2312,2304,2302,2298,2286,2243,2216,2215,2213,2212,2210,2209,2208,2205,2204,2202,2200,2199,2197,2196,2195,2194,2193,2192,2188,2151,2150,2137,2136,2134,2131,2115,2110,2109,2108,2107,2103,567,359,43588,41170,41079,32953,28786,28784,21582,19789,15031,9367,9366,9365,7910,7307,7088,7066,7061,7060,5971,5970,5966,5961,3858,3857,3855,3854,3755,3746,3706,3592,46448,46445,46444,43115,42633,42632,32855,21744,20803,19144,15026,15019,10759,10745,9363,9362,9361,9360,9318,9317,7917) AND cl.`id_lang` = 5
ORDER BY c.`level_depth` DESC
1.239 ms 100 Yes /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php:103
17
SELECT SQL_NO_CACHE lower(name) as name
FROM `tyht_hook` h
WHERE (h.active = 1)
1.196 ms 1074 /classes/Hook.php:1366
1189
SELECT SQL_NO_CACHE c.*, cl.*
FROM `tyht_category` c
INNER JOIN tyht_category_shop category_shop
ON (category_shop.id_category = c.id_category AND category_shop.id_shop = 1)
LEFT JOIN `tyht_category_lang` cl ON c.`id_category` = cl.`id_category` AND cl.id_shop = 1 
LEFT JOIN `tyht_category_group` cg ON c.`id_category` = cg.`id_category`
RIGHT JOIN `tyht_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` = 5
AND c.`active` = 1
AND cg.`id_group` IN (1)
GROUP BY c.`id_category`
ORDER BY c.`level_depth` ASC, category_shop.`position` ASC
1.171 ms 143 Yes Yes /classes/Category.php:785
1197
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2324) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
1.166 ms 1 Yes Yes /classes/Product.php:4513
1267
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3858) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.837 ms 1 Yes Yes /classes/Product.php:4513
950
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2197) AND (b.`id_shop` = 1) LIMIT 1
0.787 ms 1 /src/Adapter/EntityMapper.php:71
591
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7061
ORDER BY f.position ASC
0.776 ms 7 Yes /classes/Product.php:6013
1244
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (359) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.765 ms 1 Yes Yes /classes/Product.php:4513
1183
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 29 AND `id_shop` = 1 LIMIT 1
0.755 ms 1 /classes/module/Module.php:2132
1198
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2323) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.734 ms 1 Yes Yes /classes/Product.php:4513
1194
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2335) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.729 ms 1 Yes Yes /classes/Product.php:4513
402
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2110)
0.721 ms 1 /classes/Product.php:3860
854
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9317 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9317 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.680 ms 0 /classes/Cart.php:1430
52
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tyht_layered_category
WHERE controller = 'new-products'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.673 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
1225
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2196) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.673 ms 1 Yes Yes /classes/Product.php:4513
1166
SELECT SQL_NO_CACHE 1 FROM tyht_cart_product cp INNER JOIN tyht_product p
ON (p.id_product = cp.id_product) INNER JOIN tyht_product_shop ps
ON (ps.id_shop = cp.id_shop AND ps.id_product = p.id_product) WHERE cp.id_cart=0 LIMIT 1
0.667 ms 1 /classes/Cart.php:4249
20
SELECT SQL_NO_CACHE `id_hook`, `name` FROM `tyht_hook`
0.655 ms 1074 /classes/Hook.php:1326
68
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2335 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2335 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.651 ms 0 /classes/Cart.php:1430
670
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3755 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3755 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.631 ms 0 /classes/Cart.php:1430
894
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2313
ORDER BY `position`
0.624 ms 1 Yes /classes/Product.php:3539
23
SELECT SQL_NO_CACHE m.page, ml.url_rewrite, ml.id_lang
FROM `tyht_meta` m
LEFT JOIN `tyht_meta_lang` ml ON (m.id_meta = ml.id_meta AND ml.id_shop = 1 )
ORDER BY LENGTH(ml.url_rewrite) DESC
0.609 ms 106 Yes /classes/Dispatcher.php:654
1121
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 32855) AND (b.`id_shop` = 1) LIMIT 1
0.596 ms 1 /src/Adapter/EntityMapper.php:71
1292
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9360) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.590 ms 1 Yes Yes /classes/Product.php:4513
1273
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3706) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.588 ms 1 Yes Yes /classes/Product.php:4513
1202
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2319) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.584 ms 1 Yes Yes /classes/Product.php:4513
1186
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_categorytree" LIMIT 1
0.575 ms 1 /classes/module/Module.php:2659
1262
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7060) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.572 ms 1 Yes Yes /classes/Product.php:4513
878
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2321) AND (b.`id_shop` = 1) LIMIT 1
0.572 ms 1 /src/Adapter/EntityMapper.php:71
1274
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3592) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.571 ms 1 Yes Yes /classes/Product.php:4513
1260
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7066) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.567 ms 1 Yes Yes /classes/Product.php:4513
1070
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5970) AND (b.`id_shop` = 1) LIMIT 1
0.565 ms 1 /src/Adapter/EntityMapper.php:71
1259
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7088) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.553 ms 1 Yes Yes /classes/Product.php:4513
1277
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (46444) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.551 ms 1 Yes Yes /classes/Product.php:4513
1275
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (46448) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.550 ms 1 Yes Yes /classes/Product.php:4513
1261
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7061) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.544 ms 1 Yes Yes /classes/Product.php:4513
1271
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3755) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.542 ms 1 Yes Yes /classes/Product.php:4513
1263
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5971) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.540 ms 1 Yes Yes /classes/Product.php:4513
1226
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2195) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.539 ms 1 Yes Yes /classes/Product.php:4513
85
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2323 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2323 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.538 ms 0 /classes/Cart.php:1430
1272
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3746) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.532 ms 1 Yes Yes /classes/Product.php:4513
1231
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2151) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.528 ms 1 Yes Yes /classes/Product.php:4513
1010
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 359) AND (b.`id_shop` = 1) LIMIT 1
0.515 ms 1 /src/Adapter/EntityMapper.php:71
1199
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2322) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.512 ms 1 Yes Yes /classes/Product.php:4513
1205
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2313) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.511 ms 1 Yes Yes /classes/Product.php:4513
149
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2312 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2312 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.509 ms 0 /classes/Cart.php:1430
905
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2298) AND (b.`id_shop` = 1) LIMIT 1
0.509 ms 1 /src/Adapter/EntityMapper.php:71
1064
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7060) AND (b.`id_shop` = 1) LIMIT 1
0.504 ms 1 /src/Adapter/EntityMapper.php:71
1203
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2317) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.502 ms 1 Yes Yes /classes/Product.php:4513
1213
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2215) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.502 ms 1 Yes Yes /classes/Product.php:4513
1201
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2320) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.499 ms 1 Yes Yes /classes/Product.php:4513
1167
SELECT SQL_NO_CACHE * FROM tyht_carrier AS c INNER JOIN tyht_texpress_carrier AS t ON c.id_carrier = t.ps_carrier_id WHERE c.deleted = 0 AND c.active = 1
0.498 ms 11 /modules/cttexpress/cttexpress.php:4232
992
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2110) AND (b.`id_shop` = 1) LIMIT 1
0.496 ms 1 /src/Adapter/EntityMapper.php:71
1232
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2150) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.493 ms 1 Yes Yes /classes/Product.php:4513
86
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2323
ORDER BY f.position ASC
0.491 ms 4 Yes /classes/Product.php:6013
1228
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2193) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.491 ms 1 Yes Yes /classes/Product.php:4513
1266
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5961) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.491 ms 1 Yes Yes /classes/Product.php:4513
1112
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 43115) AND (b.`id_shop` = 1) LIMIT 1
0.490 ms 1 /src/Adapter/EntityMapper.php:71
1291
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9361) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.490 ms 1 Yes Yes /classes/Product.php:4513
1200
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2321) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.487 ms 1 Yes Yes /classes/Product.php:4513
1282
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21744) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.487 ms 1 Yes Yes /classes/Product.php:4513
1294
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9317) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.487 ms 1 Yes Yes /classes/Product.php:4513
1235
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2134) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.486 ms 1 Yes Yes /classes/Product.php:4513
1204
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2316) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.485 ms 1 Yes Yes /classes/Product.php:4513
941
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2202) AND (b.`id_shop` = 1) LIMIT 1
0.484 ms 1 /src/Adapter/EntityMapper.php:71
157
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2304 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2304 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.482 ms 0 /classes/Cart.php:1430
631
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5961
ORDER BY f.position ASC
0.482 ms 6 Yes /classes/Product.php:6013
959
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2194) AND (b.`id_shop` = 1) LIMIT 1
0.481 ms 1 /src/Adapter/EntityMapper.php:71
1037
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15031) AND (b.`id_shop` = 1) LIMIT 1
0.481 ms 1 /src/Adapter/EntityMapper.php:71
255
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2205
ORDER BY f.position ASC
0.479 ms 4 Yes /classes/Product.php:6013
1284
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19144) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.479 ms 1 Yes Yes /classes/Product.php:4513
165
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2302 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2302 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.471 ms 0 /classes/Cart.php:1430
54
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2335
AND image_shop.`cover` = 1 LIMIT 1
0.467 ms 1 /classes/Product.php:3570
1040
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9367) AND (b.`id_shop` = 1) LIMIT 1
0.463 ms 1 /src/Adapter/EntityMapper.php:71
1082
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3857) AND (b.`id_shop` = 1) LIMIT 1
0.463 ms 1 /src/Adapter/EntityMapper.php:71
1264
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5970) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.463 ms 1 Yes Yes /classes/Product.php:4513
1089
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 3854
ORDER BY `position`
0.462 ms 1 Yes /classes/Product.php:3539
26
SELECT SQL_NO_CACHE * FROM `tyht_currency` c ORDER BY `iso_code` ASC
0.461 ms 1 Yes /classes/Currency.php:708
1268
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3857) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.461 ms 1 Yes Yes /classes/Product.php:4513
398
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2115 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2115 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.460 ms 0 /classes/Cart.php:1430
1139
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10759) AND (b.`id_shop` = 1) LIMIT 1
0.459 ms 1 /src/Adapter/EntityMapper.php:71
1276
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (46445) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.459 ms 1 Yes Yes /classes/Product.php:4513
1257
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7910) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.454 ms 1 Yes Yes /classes/Product.php:4513
150
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2312
ORDER BY f.position ASC
0.454 ms 4 Yes /classes/Product.php:6013
995
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2109) AND (b.`id_shop` = 1) LIMIT 1
0.453 ms 1 /src/Adapter/EntityMapper.php:71
1248
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (32953) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.453 ms 1 Yes Yes /classes/Product.php:4513
1215
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2212) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.452 ms 1 Yes Yes /classes/Product.php:4513
21
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tyht_module` m
LEFT JOIN `tyht_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.451 ms 126 /classes/module/Module.php:341
158
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2304
ORDER BY f.position ASC
0.449 ms 5 Yes /classes/Product.php:6013
1256
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9365) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.449 ms 1 Yes Yes /classes/Product.php:4513
846
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9318 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9318 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.447 ms 0 /classes/Cart.php:1430
986
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2131) AND (b.`id_shop` = 1) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
1055
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7088) AND (b.`id_shop` = 1) LIMIT 1
0.446 ms 1 /src/Adapter/EntityMapper.php:71
1290
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9362) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.446 ms 1 Yes Yes /classes/Product.php:4513
61
SELECT SQL_NO_CACHE tr.*
FROM `tyht_tax_rule` tr
JOIN `tyht_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` = 1
AND tr.`id_state` IN (0, 383)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.445 ms 2 /classes/tax/TaxRulesTaxManager.php:100
1239
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2109) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.444 ms 1 Yes Yes /classes/Product.php:4513
1088
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3854) AND (b.`id_shop` = 1) LIMIT 1
0.443 ms 1 /src/Adapter/EntityMapper.php:71
518
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19789 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19789 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.441 ms 0 /classes/Cart.php:1430
944
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2200) AND (b.`id_shop` = 1) LIMIT 1
0.441 ms 1 /src/Adapter/EntityMapper.php:71
984
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2134
ORDER BY `position`
0.437 ms 1 Yes /classes/Product.php:3539
1220
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2204) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.436 ms 1 Yes Yes /classes/Product.php:4513
1136
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15019) AND (b.`id_shop` = 1) LIMIT 1
0.435 ms 1 /src/Adapter/EntityMapper.php:71
989
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2115) AND (b.`id_shop` = 1) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
872
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2323) AND (b.`id_shop` = 1) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
1007
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 567) AND (b.`id_shop` = 1) LIMIT 1
0.434 ms 1 /src/Adapter/EntityMapper.php:71
869
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2324) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
947
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2199) AND (b.`id_shop` = 1) LIMIT 1
0.432 ms 1 /src/Adapter/EntityMapper.php:71
1016
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41170) AND (b.`id_shop` = 1) LIMIT 1
0.431 ms 1 /src/Adapter/EntityMapper.php:71
971
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2151) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
1148
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9362) AND (b.`id_shop` = 1) LIMIT 1
0.430 ms 1 /src/Adapter/EntityMapper.php:71
1249
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28786) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.430 ms 1 Yes Yes /classes/Product.php:4513
654
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3855 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3855 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.429 ms 0 /classes/Cart.php:1430
799
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10759
ORDER BY f.position ASC
0.428 ms 8 Yes /classes/Product.php:6013
1212
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2216) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.428 ms 1 Yes Yes /classes/Product.php:4513
531
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9367 AND id_shop=1 LIMIT 1
0.427 ms 1 /classes/Product.php:6873
908
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2286) AND (b.`id_shop` = 1) LIMIT 1
0.427 ms 1 /src/Adapter/EntityMapper.php:71
1265
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (5966) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.427 ms 1 Yes Yes /classes/Product.php:4513
1034
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19789) AND (b.`id_shop` = 1) LIMIT 1
0.425 ms 1 /src/Adapter/EntityMapper.php:71
1061
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7061) AND (b.`id_shop` = 1) LIMIT 1
0.423 ms 1 /src/Adapter/EntityMapper.php:71
847
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9318
ORDER BY f.position ASC
0.422 ms 8 Yes /classes/Product.php:6013
974
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2150) AND (b.`id_shop` = 1) LIMIT 1
0.422 ms 1 /src/Adapter/EntityMapper.php:71
1004
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2103) AND (b.`id_shop` = 1) LIMIT 1
0.422 ms 1 /src/Adapter/EntityMapper.php:71
1211
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2243) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.421 ms 1 Yes Yes /classes/Product.php:4513
10
SELECT SQL_NO_CACHE *
FROM `tyht_lang` a
LEFT JOIN `tyht_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 3) LIMIT 1
0.420 ms 1 /src/Adapter/EntityMapper.php:71
1243
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (567) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.419 ms 1 Yes Yes /classes/Product.php:4513
0
SELECT SQL_NO_CACHE s.id_shop, CONCAT(su.physical_uri, su.virtual_uri) AS uri, su.domain, su.main
FROM tyht_shop_url su
LEFT JOIN tyht_shop s ON (s.id_shop = su.id_shop)
WHERE (su.domain = 'tusdisfracesbaratos.com' OR su.domain_ssl = 'tusdisfracesbaratos.com')
AND s.active = 1
AND s.deleted = 0
ORDER BY LENGTH(CONCAT(su.physical_uri, su.virtual_uri)) DESC
0.417 ms 4 Yes /classes/shop/Shop.php:1364
1058
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7066) AND (b.`id_shop` = 1) LIMIT 1
0.417 ms 1 /src/Adapter/EntityMapper.php:71
1258
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7307) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.417 ms 1 Yes Yes /classes/Product.php:4513
406
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2110 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2110 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.416 ms 0 /classes/Cart.php:1430
823
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9362
ORDER BY f.position ASC
0.416 ms 6 Yes /classes/Product.php:6013
1227
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2194) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.416 ms 1 Yes Yes /classes/Product.php:4513
662
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3854 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3854 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.416 ms 0 /classes/Cart.php:1430
117
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2319 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2319 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.415 ms 0 /classes/Cart.php:1430
864
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2335) AND (b.`id_shop` = 1) LIMIT 1
0.415 ms 1 /src/Adapter/EntityMapper.php:71
1206
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2312) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.414 ms 1 Yes Yes /classes/Product.php:4513
1210
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2286) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.413 ms 1 Yes Yes /classes/Product.php:4513
822
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9362 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9362 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.412 ms 0 /classes/Cart.php:1430
998
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2108) AND (b.`id_shop` = 1) LIMIT 1
0.411 ms 1 /src/Adapter/EntityMapper.php:71
566
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7307 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7307 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.411 ms 0 /classes/Cart.php:1430
671
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3755
ORDER BY f.position ASC
0.411 ms 7 Yes /classes/Product.php:6013
13
SELECT SQL_NO_CACHE COUNT(DISTINCT l.id_lang) FROM `tyht_lang` l
JOIN tyht_lang_shop lang_shop ON (lang_shop.id_lang = l.id_lang AND lang_shop.id_shop = 1)
WHERE l.`active` = 1 LIMIT 1
0.410 ms 25 /classes/Language.php:1214
1151
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9361) AND (b.`id_shop` = 1) LIMIT 1
0.410 ms 1 /src/Adapter/EntityMapper.php:71
1001
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2107) AND (b.`id_shop` = 1) LIMIT 1
0.409 ms 1 /src/Adapter/EntityMapper.php:71
1245
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (43588) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.409 ms 1 Yes Yes /classes/Product.php:4513
93
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2322 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2322 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.406 ms 0 /classes/Cart.php:1430
1237
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2115) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.406 ms 1 Yes Yes /classes/Product.php:4513
126
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2317
ORDER BY f.position ASC
0.406 ms 4 Yes /classes/Product.php:6013
782
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15026 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15026 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.405 ms 0 /classes/Cart.php:1430
1233
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2137) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.405 ms 1 Yes Yes /classes/Product.php:4513
77
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2324 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2324 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.404 ms 0 /classes/Cart.php:1430
1216
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2210) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.403 ms 1 Yes Yes /classes/Product.php:4513
1247
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41079) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.402 ms 1 Yes Yes /classes/Product.php:4513
899
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2304) AND (b.`id_shop` = 1) LIMIT 1
0.402 ms 1 /src/Adapter/EntityMapper.php:71
1124
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21744) AND (b.`id_shop` = 1) LIMIT 1
0.401 ms 1 /src/Adapter/EntityMapper.php:71
81
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2323)
0.399 ms 1 /classes/Product.php:3860
181
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2286 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2286 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.399 ms 0 /classes/Cart.php:1430
1221
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2202) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.399 ms 1 Yes Yes /classes/Product.php:4513
1019
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 41079) AND (b.`id_shop` = 1) LIMIT 1
0.399 ms 1 /src/Adapter/EntityMapper.php:71
220
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2212 AND `id_group` = 1 LIMIT 1
0.398 ms 0 /classes/GroupReduction.php:153
663
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3854
ORDER BY f.position ASC
0.397 ms 5 Yes /classes/Product.php:6013
1295
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (7917) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.397 ms 1 Yes Yes /classes/Product.php:4513
655
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3855
ORDER BY f.position ASC
0.396 ms 6 Yes /classes/Product.php:6013
69
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2335
ORDER BY f.position ASC
0.395 ms 3 Yes /classes/Product.php:6013
1270
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3854) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.392 ms 1 Yes Yes /classes/Product.php:4513
945
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2200
ORDER BY `position`
0.392 ms 1 Yes /classes/Product.php:3539
1285
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15026) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.390 ms 1 Yes Yes /classes/Product.php:4513
310
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2195 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2195 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1430
141
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2313 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2313 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.389 ms 0 /classes/Cart.php:1430
1269
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (3855) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.387 ms 1 Yes Yes /classes/Product.php:4513
327
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2193
ORDER BY f.position ASC
0.385 ms 5 Yes /classes/Product.php:6013
647
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3857
ORDER BY f.position ASC
0.384 ms 5 Yes /classes/Product.php:6013
57
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2335)
0.383 ms 1 /classes/Product.php:3860
166
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2302
ORDER BY f.position ASC
0.383 ms 3 Yes /classes/Product.php:6013
909
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2286
ORDER BY `position`
0.383 ms 1 Yes /classes/Product.php:3539
1208
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2302) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.383 ms 1 Yes Yes /classes/Product.php:4513
1214
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2213) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.382 ms 1 Yes Yes /classes/Product.php:4513
1127
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 20803) AND (b.`id_shop` = 1) LIMIT 1
0.382 ms 1 /src/Adapter/EntityMapper.php:71
109
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2320 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2320 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.380 ms 0 /classes/Cart.php:1430
1025
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28786) AND (b.`id_shop` = 1) LIMIT 1
0.380 ms 1 /src/Adapter/EntityMapper.php:71
326
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2193 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2193 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.379 ms 0 /classes/Cart.php:1430
430
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2107 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2107 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.379 ms 0 /classes/Cart.php:1430
870
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2324
ORDER BY `position`
0.379 ms 1 Yes /classes/Product.php:3539
590
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7061 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7061 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.378 ms 0 /classes/Cart.php:1430
1234
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2136) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.377 ms 1 Yes Yes /classes/Product.php:4513
1142
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 10745) AND (b.`id_shop` = 1) LIMIT 1
0.376 ms 1 /src/Adapter/EntityMapper.php:71
1218
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2208) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.376 ms 1 Yes Yes /classes/Product.php:4513
1306
SELECT SQL_NO_CACHE `id_guest`
FROM `tyht_connections`
WHERE `id_guest` = 6399723
AND `date_add` > '2025-11-21 11:15:00'
AND id_shop IN (1) 
ORDER BY `date_add` DESC LIMIT 1
0.376 ms 1 Yes /classes/Connection.php:168
125
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2317 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2317 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.375 ms 0 /classes/Cart.php:1430
842
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9318)
0.374 ms 1 /classes/Product.php:3860
1296
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_emailsubscription" LIMIT 1
0.374 ms 1 /classes/module/Module.php:2659
1241
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2107) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.373 ms 1 Yes Yes /classes/Product.php:4513
41
SELECT SQL_NO_CACHE format
FROM `tyht_address_format`
WHERE `id_country` = 6 LIMIT 1
0.372 ms 1 /classes/AddressFormat.php:653
879
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2321
ORDER BY `position`
0.372 ms 1 Yes /classes/Product.php:3539
1246
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (41170) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.371 ms 1 Yes Yes /classes/Product.php:4513
422
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2108 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2108 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.370 ms 0 /classes/Cart.php:1430
881
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2320) AND (b.`id_shop` = 1) LIMIT 1
0.370 ms 1 /src/Adapter/EntityMapper.php:71
1240
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2108) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.370 ms 1 Yes Yes /classes/Product.php:4513
495
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28786
ORDER BY f.position ASC
0.369 ms 7 Yes /classes/Product.php:6013
646
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3857 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3857 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.369 ms 0 /classes/Cart.php:1430
678
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3746 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3746 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.369 ms 0 /classes/Cart.php:1430
50
SELECT SQL_NO_CACHE type, id_value, filter_show_limit, filter_type FROM tyht_layered_category
WHERE controller = 'new-products'
AND id_category = 0
AND id_shop = 1
GROUP BY `type`, id_value ORDER BY position ASC
0.368 ms 1 Yes Yes /modules/ps_facetedsearch/src/Filters/Provider.php:57
1067
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5971) AND (b.`id_shop` = 1) LIMIT 1
0.368 ms 1 /src/Adapter/EntityMapper.php:71
519
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19789
ORDER BY f.position ASC
0.368 ms 8 Yes /classes/Product.php:6013
638
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3858 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3858 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.367 ms 0 /classes/Cart.php:1430
923
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2212) AND (b.`id_shop` = 1) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
1022
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 32953) AND (b.`id_shop` = 1) LIMIT 1
0.367 ms 1 /src/Adapter/EntityMapper.php:71
1224
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2197) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.367 ms 1 Yes Yes /classes/Product.php:4513
423
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2108
ORDER BY f.position ASC
0.366 ms 3 Yes /classes/Product.php:6013
1217
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2209) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.366 ms 1 Yes Yes /classes/Product.php:4513
1254
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9367) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.365 ms 1 Yes Yes /classes/Product.php:4513
25
SELECT SQL_NO_CACHE m.`id_module`, m.`name`, ms.`id_module`as `mshop`
FROM `tyht_module` m
LEFT JOIN `tyht_module_shop` ms
ON m.`id_module` = ms.`id_module`
AND ms.`id_shop` = 1
0.364 ms 126 /classes/module/Module.php:341
850
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9317)
0.364 ms 1 /classes/Product.php:3860
118
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2319
ORDER BY f.position ASC
0.364 ms 4 Yes /classes/Product.php:6013
1118
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42632) AND (b.`id_shop` = 1) LIMIT 1
0.363 ms 1 /src/Adapter/EntityMapper.php:71
390
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2131 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2131 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.362 ms 0 /classes/Cart.php:1430
1091
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3755) AND (b.`id_shop` = 1) LIMIT 1
0.361 ms 1 /src/Adapter/EntityMapper.php:71
94
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2322
ORDER BY f.position ASC
0.360 ms 4 Yes /classes/Product.php:6013
783
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15026
ORDER BY f.position ASC
0.360 ms 6 Yes /classes/Product.php:6013
1229
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2192) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.360 ms 1 Yes Yes /classes/Product.php:4513
1
SELECT SQL_NO_CACHE gs.*, s.*, gs.name AS group_name, s.name AS shop_name, s.active, su.domain, su.domain_ssl, su.physical_uri, su.virtual_uri
FROM tyht_shop_group gs
LEFT JOIN tyht_shop s
ON s.id_shop_group = gs.id_shop_group
LEFT JOIN tyht_shop_url su
ON s.id_shop = su.id_shop AND su.main = 1
WHERE s.deleted = 0
AND gs.deleted = 0
ORDER BY gs.name, s.name
0.360 ms 4 Yes /classes/shop/Shop.php:715
110
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2320
ORDER BY f.position ASC
0.359 ms 4 Yes /classes/Product.php:6013
31
SELECT SQL_NO_CACHE *
FROM `tyht_currency` a
LEFT JOIN `tyht_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.359 ms 1 /src/Adapter/EntityMapper.php:71
1289
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9363) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.358 ms 1 Yes Yes /classes/Product.php:4513
1242
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2103) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.358 ms 1 Yes Yes /classes/Product.php:4513
838
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9360 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9360 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.357 ms 0 /classes/Cart.php:1430
1103
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 46448) AND (b.`id_shop` = 1) LIMIT 1
0.356 ms 1 /src/Adapter/EntityMapper.php:71
1238
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2110) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.356 ms 1 Yes Yes /classes/Product.php:4513
424
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2107
AND image_shop.`cover` = 1 LIMIT 1
0.354 ms 1 /classes/Product.php:3570
875
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2322) AND (b.`id_shop` = 1) LIMIT 1
0.354 ms 1 /src/Adapter/EntityMapper.php:71
133
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2316 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2316 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.353 ms 0 /classes/Cart.php:1430
254
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2205 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2205 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.353 ms 0 /classes/Cart.php:1430
1280
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (42632) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.353 ms 1 Yes Yes /classes/Product.php:4513
399
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2115
ORDER BY f.position ASC
0.352 ms 4 Yes /classes/Product.php:6013
818
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9362)
0.352 ms 1 /classes/Product.php:3860
526
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15031 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15031 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.352 ms 0 /classes/Cart.php:1430
1293
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9318) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.352 ms 1 Yes Yes /classes/Product.php:4513
917
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2215) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
890
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2316) AND (b.`id_shop` = 1) LIMIT 1
0.351 ms 1 /src/Adapter/EntityMapper.php:71
1278
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (43115) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.351 ms 1 Yes Yes /classes/Product.php:4513
358
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2150 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2150 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.350 ms 0 /classes/Cart.php:1430
70
SELECT SQL_NO_CACHE tr.*
FROM `tyht_tax_rule` tr
JOIN `tyht_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` = 1
AND tr.`id_state` IN (0, 0)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.349 ms 1 /classes/tax/TaxRulesTaxManager.php:100
400
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2110
AND image_shop.`cover` = 1 LIMIT 1
0.349 ms 1 /classes/Product.php:3570
567
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7307
ORDER BY f.position ASC
0.349 ms 7 Yes /classes/Product.php:6013
710
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 46445 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 46445 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.349 ms 0 /classes/Cart.php:1430
1094
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3746) AND (b.`id_shop` = 1) LIMIT 1
0.348 ms 1 /src/Adapter/EntityMapper.php:71
920
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2213) AND (b.`id_shop` = 1) LIMIT 1
0.347 ms 1 /src/Adapter/EntityMapper.php:71
1283
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (20803) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.347 ms 1 Yes Yes /classes/Product.php:4513
1287
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10759) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.346 ms 1 Yes Yes /classes/Product.php:4513
78
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2324
ORDER BY f.position ASC
0.345 ms 5 Yes /classes/Product.php:6013
1288
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (10745) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.343 ms 1 Yes Yes /classes/Product.php:4513
37
SELECT SQL_NO_CACHE *
FROM tyht_meta m
LEFT JOIN tyht_meta_lang ml ON m.id_meta = ml.id_meta
WHERE (
m.page = "new-products"
OR m.page = "newproducts"
)
AND ml.id_lang = 5
AND ml.id_shop = 1 LIMIT 1
0.342 ms 2 /classes/Meta.php:184
334
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2192 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2192 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.341 ms 0 /classes/Cart.php:1430
1168
SELECT SQL_NO_CACHE value
FROM `tyht_correos_oficial_configuration`
WHERE (name = "ActivateDimensionsByDefault") AND (id_shop = 1) LIMIT 1
0.340 ms 1 /modules/correosoficial/models/CorreosOficialConfig.php:70
354
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2150)
0.339 ms 1 /classes/Product.php:3860
1157
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9318) AND (b.`id_shop` = 1) LIMIT 1
0.338 ms 1 /src/Adapter/EntityMapper.php:71
1109
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 46444) AND (b.`id_shop` = 1) LIMIT 1
0.337 ms 1 /src/Adapter/EntityMapper.php:71
414
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2109 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2109 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.336 ms 0 /classes/Cart.php:1430
951
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2197
ORDER BY `position`
0.336 ms 1 Yes /classes/Product.php:3539
318
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2194 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2194 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.335 ms 0 /classes/Cart.php:1430
598
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7060 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7060 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.335 ms 0 /classes/Cart.php:1430
1046
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9365) AND (b.`id_shop` = 1) LIMIT 1
0.334 ms 1 /src/Adapter/EntityMapper.php:71
614
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5970 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5970 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.333 ms 0 /classes/Cart.php:1430
977
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2137) AND (b.`id_shop` = 1) LIMIT 1
0.333 ms 1 /src/Adapter/EntityMapper.php:71
1002
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2107
ORDER BY `position`
0.333 ms 1 Yes /classes/Product.php:3539
1038
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 15031
ORDER BY `position`
0.333 ms 1 Yes /classes/Product.php:3539
1281
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (32855) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.333 ms 1 Yes Yes /classes/Product.php:4513
173
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2298 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2298 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.332 ms 0 /classes/Cart.php:1430
806
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10745 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10745 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.332 ms 0 /classes/Cart.php:1430
896
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2312) AND (b.`id_shop` = 1) LIMIT 1
0.332 ms 1 /src/Adapter/EntityMapper.php:71
101
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2321 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2321 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.331 ms 0 /classes/Cart.php:1430
374
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2136 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2136 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.331 ms 0 /classes/Cart.php:1430
1190
SELECT SQL_NO_CACHE DISTINCT c.*
FROM `tyht_category` c
LEFT JOIN `tyht_category_lang` cl ON (c.`id_category` = cl.`id_category` AND cl.`id_lang` = 5)
WHERE `level_depth` = 1
0.331 ms 5 /classes/Category.php:2239
1230
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2188) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.330 ms 1 Yes Yes /classes/Product.php:4513
153
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2304)
0.330 ms 1 /classes/Product.php:3860
392
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2115
AND image_shop.`cover` = 1 LIMIT 1
0.330 ms 1 /classes/Product.php:3570
502
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28784 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28784 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.330 ms 0 /classes/Cart.php:1430
1133
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 15026) AND (b.`id_shop` = 1) LIMIT 1
0.330 ms 1 /src/Adapter/EntityMapper.php:71
191
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2243
ORDER BY f.position ASC
0.328 ms 3 Yes /classes/Product.php:6013
558
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7910 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7910 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.328 ms 0 /classes/Cart.php:1430
606
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5971 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5971 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.328 ms 0 /classes/Cart.php:1430
1286
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15019) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.328 ms 1 Yes Yes /classes/Product.php:4513
993
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2110
ORDER BY `position`
0.327 ms 1 Yes /classes/Product.php:3539
383
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2134
ORDER BY f.position ASC
0.326 ms 3 Yes /classes/Product.php:6013
965
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2192) AND (b.`id_shop` = 1) LIMIT 1
0.325 ms 1 /src/Adapter/EntityMapper.php:71
286
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2199 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2199 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.325 ms 0 /classes/Cart.php:1430
1163
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7917) AND (b.`id_shop` = 1) LIMIT 1
0.325 ms 1 /src/Adapter/EntityMapper.php:71
262
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2204 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2204 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.324 ms 0 /classes/Cart.php:1430
1031
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 21582) AND (b.`id_shop` = 1) LIMIT 1
0.324 ms 1 /src/Adapter/EntityMapper.php:71
1236
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2131) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.324 ms 1 Yes Yes /classes/Product.php:4513
534
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9367 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9367 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.323 ms 0 /classes/Cart.php:1430
1028
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 28784) AND (b.`id_shop` = 1) LIMIT 1
0.323 ms 1 /src/Adapter/EntityMapper.php:71
695
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3592
ORDER BY f.position ASC
0.322 ms 6 Yes /classes/Product.php:6013
987
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2131
ORDER BY `position`
0.322 ms 1 Yes /classes/Product.php:3539
302
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2196 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2196 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.322 ms 0 /classes/Cart.php:1430
480
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 32953
AND image_shop.`cover` = 1 LIMIT 1
0.321 ms 1 /classes/Product.php:3570
543
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9366
ORDER BY f.position ASC
0.321 ms 6 Yes /classes/Product.php:6013
990
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2115
ORDER BY `position`
0.321 ms 1 Yes /classes/Product.php:3539
1008
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 567
ORDER BY `position`
0.321 ms 1 Yes /classes/Product.php:3539
1305
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.321 ms 1 /classes/Country.php:402
855
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9317
ORDER BY f.position ASC
0.320 ms 8 Yes /classes/Product.php:6013
238
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2209 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2209 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.320 ms 0 /classes/Cart.php:1430
1222
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2200) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.320 ms 1 Yes Yes /classes/Product.php:4513
607
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5971
ORDER BY f.position ASC
0.319 ms 9 Yes /classes/Product.php:6013
924
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2212
ORDER BY `position`
0.319 ms 1 Yes /classes/Product.php:3539
1049
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7910) AND (b.`id_shop` = 1) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
1052
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 7307) AND (b.`id_shop` = 1) LIMIT 1
0.319 ms 1 /src/Adapter/EntityMapper.php:71
48
SELECT SQL_NO_CACHE ads.`id_search`, ads.`id_hook`, ads.`unique_search`
FROM `tyht_pm_advancedsearch` ads
JOIN `tyht_pm_advancedsearch_shop` adss ON (ads.`id_search`=adss.`id_search` AND adss.`id_shop`=1)  WHERE 1  AND ads.`active`=1  ORDER BY ads.`position`
0.318 ms 15 Yes /modules/pm_advancedsearch4/classes/SearchEngineDb.php:67
87
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2322
AND image_shop.`cover` = 1 LIMIT 1
0.318 ms 1 /classes/Product.php:3570
222
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2212 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2212 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.318 ms 0 /classes/Cart.php:1430
1043
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9366) AND (b.`id_shop` = 1) LIMIT 1
0.318 ms 1 /src/Adapter/EntityMapper.php:71
527
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15031
ORDER BY f.position ASC
0.318 ms 7 Yes /classes/Product.php:6013
893
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2313) AND (b.`id_shop` = 1) LIMIT 1
0.317 ms 1 /src/Adapter/EntityMapper.php:71
948
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2199
ORDER BY `position`
0.317 ms 1 Yes /classes/Product.php:3539
865
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2335
ORDER BY `position`
0.317 ms 1 Yes /classes/Product.php:3539
375
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2136
ORDER BY f.position ASC
0.316 ms 5 Yes /classes/Product.php:6013
494
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 28786 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 28786 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.316 ms 0 /classes/Cart.php:1430
830
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9361 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9361 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.316 ms 0 /classes/Cart.php:1430
807
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 10745
ORDER BY f.position ASC
0.316 ms 9 Yes /classes/Product.php:6013
1251
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (21582) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.316 ms 1 Yes Yes /classes/Product.php:4513
935
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2205) AND (b.`id_shop` = 1) LIMIT 1
0.315 ms 1 /src/Adapter/EntityMapper.php:71
134
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2316
ORDER BY f.position ASC
0.315 ms 4 Yes /classes/Product.php:6013
190
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2243 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2243 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.315 ms 0 /classes/Cart.php:1430
999
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2108
ORDER BY `position`
0.315 ms 1 Yes /classes/Product.php:3539
462
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 43588 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 43588 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.314 ms 0 /classes/Cart.php:1430
550
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9365 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9365 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.314 ms 0 /classes/Cart.php:1430
862
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7917 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7917 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.314 ms 0 /classes/Cart.php:1430
246
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2208 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2208 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.313 ms 0 /classes/Cart.php:1430
1005
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2103
ORDER BY `position`
0.313 ms 1 Yes /classes/Product.php:3539
1223
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2199) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.313 ms 1 Yes Yes /classes/Product.php:4513
29
SELECT SQL_NO_CACHE *
FROM `tyht_currency` a
LEFT JOIN `tyht_currency_lang` `b` ON a.`id_currency` = b.`id_currency` AND b.`id_lang` = 5
LEFT JOIN `tyht_currency_shop` `c` ON a.`id_currency` = c.`id_currency` AND c.`id_shop` = 1
WHERE (a.`id_currency` = 1) LIMIT 1
0.312 ms 1 /src/Adapter/EntityMapper.php:71
198
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2216 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2216 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.312 ms 0 /classes/Cart.php:1430
182
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2286
ORDER BY f.position ASC
0.311 ms 5 Yes /classes/Product.php:6013
471
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 41170
ORDER BY f.position ASC
0.311 ms 8 Yes /classes/Product.php:6013
900
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2304
ORDER BY `position`
0.310 ms 1 Yes /classes/Product.php:3539
438
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2103 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2103 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.309 ms 0 /classes/Cart.php:1430
790
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 15019 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 15019 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.309 ms 0 /classes/Cart.php:1430
1209
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2298) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.309 ms 1 Yes Yes /classes/Product.php:4513
270
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2202 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2202 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.308 ms 0 /classes/Cart.php:1430
926
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2210) AND (b.`id_shop` = 1) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
1106
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 46445) AND (b.`id_shop` = 1) LIMIT 1
0.308 ms 1 /src/Adapter/EntityMapper.php:71
1255
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (9366) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.308 ms 1 Yes Yes /classes/Product.php:4513
214
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2213 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2213 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.307 ms 0 /classes/Cart.php:1430
311
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2195
ORDER BY f.position ASC
0.307 ms 4 Yes /classes/Product.php:6013
407
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2110
ORDER BY f.position ASC
0.307 ms 3 Yes /classes/Product.php:6013
758
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21744 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21744 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.306 ms 0 /classes/Cart.php:1430
1160
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9317) AND (b.`id_shop` = 1) LIMIT 1
0.306 ms 1 /src/Adapter/EntityMapper.php:71
774
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 19144 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 19144 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.306 ms 0 /classes/Cart.php:1430
1065
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 7060
ORDER BY `position`
0.306 ms 1 Yes /classes/Product.php:3539
863
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7917
ORDER BY f.position ASC
0.305 ms 9 Yes /classes/Product.php:6013
523
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 15031 AND id_shop=1 LIMIT 1
0.305 ms 1 /classes/Product.php:6873
996
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2109
ORDER BY `position`
0.305 ms 1 Yes /classes/Product.php:3539
1013
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 43588) AND (b.`id_shop` = 1) LIMIT 1
0.305 ms 1 /src/Adapter/EntityMapper.php:71
12
SELECT SQL_NO_CACHE domain, domain_ssl
FROM tyht_shop_url
WHERE main = 1
AND id_shop = 1 LIMIT 1
0.304 ms 1 /classes/shop/ShopUrl.php:178
1253
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (15031) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.304 ms 1 Yes Yes /classes/Product.php:4513
902
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2302) AND (b.`id_shop` = 1) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
1097
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3706) AND (b.`id_shop` = 1) LIMIT 1
0.304 ms 1 /src/Adapter/EntityMapper.php:71
382
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2134 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2134 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.302 ms 0 /classes/Cart.php:1430
575
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7088
ORDER BY f.position ASC
0.302 ms 8 Yes /classes/Product.php:6013
1130
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 19144) AND (b.`id_shop` = 1) LIMIT 1
0.302 ms 1 /src/Adapter/EntityMapper.php:71
142
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2313
ORDER BY f.position ASC
0.301 ms 4 Yes /classes/Product.php:6013
486
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 32953 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 32953 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.301 ms 0 /classes/Cart.php:1430
968
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2188) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
1076
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5961) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
1100
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3592) AND (b.`id_shop` = 1) LIMIT 1
0.301 ms 1 /src/Adapter/EntityMapper.php:71
161
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2302)
0.300 ms 1 /classes/Product.php:3860
630
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5961 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5961 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.300 ms 0 /classes/Cart.php:1430
1079
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3858) AND (b.`id_shop` = 1) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
599
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7060
ORDER BY f.position ASC
0.299 ms 5 Yes /classes/Product.php:6013
666
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 3755)
0.299 ms 1 /classes/Product.php:3860
929
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2209) AND (b.`id_shop` = 1) LIMIT 1
0.299 ms 1 /src/Adapter/EntityMapper.php:71
278
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2200 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2200 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.298 ms 0 /classes/Cart.php:1430
574
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7088 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7088 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.298 ms 0 /classes/Cart.php:1430
831
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9361
ORDER BY f.position ASC
0.298 ms 8 Yes /classes/Product.php:6013
953
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2196) AND (b.`id_shop` = 1) LIMIT 1
0.298 ms 1 /src/Adapter/EntityMapper.php:71
1115
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 42633) AND (b.`id_shop` = 1) LIMIT 1
0.298 ms 1 /src/Adapter/EntityMapper.php:71
1219
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2205) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.298 ms 1 Yes Yes /classes/Product.php:4513
582
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 7066 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 7066 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.297 ms 0 /classes/Cart.php:1430
622
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 5966 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 5966 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.297 ms 0 /classes/Cart.php:1430
478
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41079 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 41079 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.296 ms 0 /classes/Cart.php:1430
711
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 46445
ORDER BY f.position ASC
0.295 ms 7 Yes /classes/Product.php:6013
3
SELECT SQL_NO_CACHE value FROM `tyht_configuration` WHERE `name` = "PS_MULTISHOP_FEATURE_ACTIVE" LIMIT 1
0.295 ms 2 /classes/shop/Shop.php:1183
342
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2188 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2188 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.295 ms 0 /classes/Cart.php:1430
542
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9366 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9366 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.295 ms 0 /classes/Cart.php:1430
735
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 42633
ORDER BY f.position ASC
0.295 ms 9 Yes /classes/Product.php:6013
479
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 41079
ORDER BY f.position ASC
0.294 ms 8 Yes /classes/Product.php:6013
639
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3858
ORDER BY f.position ASC
0.294 ms 5 Yes /classes/Product.php:6013
798
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 10759 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 10759 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.294 ms 0 /classes/Cart.php:1430
206
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2215 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2215 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.294 ms 0 /classes/Cart.php:1430
415
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2109
ORDER BY f.position ASC
0.294 ms 4 Yes /classes/Product.php:6013
884
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2319) AND (b.`id_shop` = 1) LIMIT 1
0.294 ms 1 /src/Adapter/EntityMapper.php:71
906
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2298
ORDER BY `position`
0.294 ms 1 Yes /classes/Product.php:3539
962
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2193) AND (b.`id_shop` = 1) LIMIT 1
0.294 ms 1 /src/Adapter/EntityMapper.php:71
350
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2151 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2151 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.293 ms 0 /classes/Cart.php:1430
470
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 41170 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 41170 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.293 ms 0 /classes/Cart.php:1430
679
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3746
ORDER BY f.position ASC
0.293 ms 6 Yes /classes/Product.php:6013
942
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2202
ORDER BY `position`
0.293 ms 1 Yes /classes/Product.php:3539
1145
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9363) AND (b.`id_shop` = 1) LIMIT 1
0.293 ms 1 /src/Adapter/EntityMapper.php:71
303
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2196
ORDER BY f.position ASC
0.292 ms 4 Yes /classes/Product.php:6013
583
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7066
ORDER BY f.position ASC
0.292 ms 9 Yes /classes/Product.php:6013
726
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 43115 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 43115 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.292 ms 0 /classes/Cart.php:1430
446
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 567 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 567 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.292 ms 0 /classes/Cart.php:1430
1056
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 7088
ORDER BY `position`
0.292 ms 1 Yes /classes/Product.php:3539
294
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2197 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2197 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.291 ms 0 /classes/Cart.php:1430
102
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2321
ORDER BY f.position ASC
0.291 ms 4 Yes /classes/Product.php:6013
230
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2210 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2210 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.291 ms 0 /classes/Cart.php:1430
718
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 46444 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 46444 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.291 ms 0 /classes/Cart.php:1430
839
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9360
ORDER BY f.position ASC
0.291 ms 6 Yes /classes/Product.php:6013
751
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 32855
ORDER BY f.position ASC
0.290 ms 10 Yes /classes/Product.php:6013
487
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 32953
ORDER BY f.position ASC
0.289 ms 6 Yes /classes/Product.php:6013
1020
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 41079
ORDER BY `position`
0.288 ms 1 Yes /classes/Product.php:3539
1250
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (28784) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.288 ms 1 Yes Yes /classes/Product.php:4513
815
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9363
ORDER BY f.position ASC
0.288 ms 6 Yes /classes/Product.php:6013
108
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2320) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.287 ms 1 /classes/stock/StockAvailable.php:453
551
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9365
ORDER BY f.position ASC
0.287 ms 6 Yes /classes/Product.php:6013
559
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 7910
ORDER BY f.position ASC
0.287 ms 7 Yes /classes/Product.php:6013
933
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2208
ORDER BY `position`
0.287 ms 1 Yes /classes/Product.php:3539
1279
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (42633) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.287 ms 1 Yes Yes /classes/Product.php:4513
891
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2316
ORDER BY `position`
0.286 ms 1 Yes /classes/Product.php:3539
1017
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 41170
ORDER BY `position`
0.286 ms 1 Yes /classes/Product.php:3539
1085
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 3855) AND (b.`id_shop` = 1) LIMIT 1
0.286 ms 1 /src/Adapter/EntityMapper.php:71
1207
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (2304) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.286 ms 1 Yes Yes /classes/Product.php:4513
279
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2200
ORDER BY f.position ASC
0.286 ms 4 Yes /classes/Product.php:6013
454
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 359 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 359 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.286 ms 0 /classes/Cart.php:1430
686
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3706 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3706 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.286 ms 0 /classes/Cart.php:1430
687
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 3706
ORDER BY f.position ASC
0.285 ms 7 Yes /classes/Product.php:6013
873
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2323
ORDER BY `position`
0.285 ms 1 Yes /classes/Product.php:3539
366
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 2137 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 2137 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.284 ms 0 /classes/Cart.php:1430
911
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2243) AND (b.`id_shop` = 1) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:71
956
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2195) AND (b.`id_shop` = 1) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:71
405
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2110) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.284 ms 1 /classes/stock/StockAvailable.php:453
814
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 9363 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 9363 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.284 ms 0 /classes/Cart.php:1430
1073
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 5966) AND (b.`id_shop` = 1) LIMIT 1
0.284 ms 1 /src/Adapter/EntityMapper.php:71
1140
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 10759
ORDER BY `position`
0.284 ms 1 Yes /classes/Product.php:3539
431
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2107
ORDER BY f.position ASC
0.283 ms 4 Yes /classes/Product.php:6013
734
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 42633 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 42633 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.283 ms 0 /classes/Cart.php:1430
1059
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 7066
ORDER BY `position`
0.283 ms 1 Yes /classes/Product.php:3539
1149
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9362
ORDER BY `position`
0.283 ms 1 Yes /classes/Product.php:3539
1252
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 `tyht_product_attribute` pa
INNER JOIN tyht_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 `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = 5)
JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
WHERE pa.`id_product` IN (19789) AND ag.`is_color_group` = 1
GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
ORDER BY a.`position` ASC;
0.283 ms 1 Yes Yes /classes/Product.php:4513
1298
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_socialfollow" LIMIT 1
0.283 ms 1 /classes/module/Module.php:2659
554
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 7910)
0.282 ms 1 /classes/Product.php:3860
1122
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 32855
ORDER BY `position`
0.282 ms 1 Yes /classes/Product.php:3539
335
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2192
ORDER BY f.position ASC
0.282 ms 3 Yes /classes/Product.php:6013
584
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7061
AND image_shop.`cover` = 1 LIMIT 1
0.282 ms 1 /classes/Product.php:3570
510
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 21582 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 21582 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.281 ms 0 /classes/Cart.php:1430
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 SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 3592 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 3592 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.281 ms 0 /classes/Cart.php:1430
766
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 20803 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 20803 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.281 ms 0 /classes/Cart.php:1430
791
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 15019
ORDER BY f.position ASC
0.281 ms 6 Yes /classes/Product.php:6013
1062
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 7061
ORDER BY `position`
0.281 ms 1 Yes /classes/Product.php:3539
1154
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 9360) AND (b.`id_shop` = 1) LIMIT 1
0.281 ms 1 /src/Adapter/EntityMapper.php:71
742
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 42632 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 42632 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.280 ms 0 /classes/Cart.php:1430
199
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2216
ORDER BY f.position ASC
0.279 ms 4 Yes /classes/Product.php:6013
535
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 9367
ORDER BY f.position ASC
0.279 ms 6 Yes /classes/Product.php:6013
702
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 46448 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 46448 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.279 ms 0 /classes/Cart.php:1430
727
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 43115
ORDER BY f.position ASC
0.279 ms 9 Yes /classes/Product.php:6013
938
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2204) AND (b.`id_shop` = 1) LIMIT 1
0.279 ms 1 /src/Adapter/EntityMapper.php:71
703
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 46448
ORDER BY f.position ASC
0.278 ms 7 Yes /classes/Product.php:6013
887
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2317) AND (b.`id_shop` = 1) LIMIT 1
0.278 ms 1 /src/Adapter/EntityMapper.php:71
1181
SELECT SQL_NO_CACHE SUM(`quantity`)
FROM `tyht_cart_product`
WHERE `id_cart` = 0 LIMIT 1
0.278 ms 1 /classes/Cart.php:1300
73
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2324)
0.277 ms 1 /classes/Product.php:3860
111
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2319
AND image_shop.`cover` = 1 LIMIT 1
0.277 ms 1 /classes/Product.php:3570
615
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5970
ORDER BY f.position ASC
0.277 ms 9 Yes /classes/Product.php:6013
169
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2298)
0.277 ms 1 /classes/Product.php:3860
775
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 19144
ORDER BY f.position ASC
0.276 ms 7 Yes /classes/Product.php:6013
1188
SELECT SQL_NO_CACHE *
FROM `tyht_category` a
LEFT JOIN `tyht_category_lang` `b` ON a.`id_category` = b.`id_category` AND b.`id_lang` = 5
LEFT JOIN `tyht_category_shop` `c` ON a.`id_category` = c.`id_category` AND c.`id_shop` = 1
WHERE (a.`id_category` = 2) AND (b.`id_shop` = 1) LIMIT 1
0.276 ms 1 /src/Adapter/EntityMapper.php:71
759
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 21744
ORDER BY f.position ASC
0.276 ms 7 Yes /classes/Product.php:6013
932
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2208) AND (b.`id_shop` = 1) LIMIT 1
0.275 ms 1 /src/Adapter/EntityMapper.php:71
750
SELECT SQL_NO_CACHE COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), 0) as deep_quantity,
COALESCE(SUM(first_level_quantity), 0) as quantity
FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, 0 as pack_quantity
FROM `tyht_cart_product` cp
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND cp.`id_product` = 32855 UNION SELECT 0 as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
WHERE cp.`id_product_attribute` = 0
AND cp.`id_cart` = 0 AND p.`id_product_item` = 32855 AND (pr.`pack_stock_type` IN (1,2) OR (
pr.`pack_stock_type` = 3
AND 0 = 1
))) as q LIMIT 1
0.275 ms 0 /classes/Cart.php:1430
767
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 20803
ORDER BY f.position ASC
0.274 ms 8 Yes /classes/Product.php:6013
174
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2298
ORDER BY f.position ASC
0.274 ms 3 Yes /classes/Product.php:6013
215
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2213
ORDER BY f.position ASC
0.274 ms 4 Yes /classes/Product.php:6013
167
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2298
AND image_shop.`cover` = 1 LIMIT 1
0.273 ms 1 /classes/Product.php:3570
359
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2150
ORDER BY f.position ASC
0.273 ms 3 Yes /classes/Product.php:6013
954
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2196
ORDER BY `position`
0.273 ms 1 Yes /classes/Product.php:3539
1110
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 46444
ORDER BY `position`
0.273 ms 1 Yes /classes/Product.php:3539
188
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2243 AND `id_group` = 1 LIMIT 1
0.270 ms 0 /classes/GroupReduction.php:153
271
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2202
ORDER BY f.position ASC
0.270 ms 5 Yes /classes/Product.php:6013
239
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2209
ORDER BY f.position ASC
0.270 ms 4 Yes /classes/Product.php:6013
159
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2302
AND image_shop.`cover` = 1 LIMIT 1
0.269 ms 1 /classes/Product.php:3570
743
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 42632
ORDER BY f.position ASC
0.269 ms 9 Yes /classes/Product.php:6013
263
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2204
ORDER BY f.position ASC
0.269 ms 4 Yes /classes/Product.php:6013
391
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2131
ORDER BY f.position ASC
0.269 ms 5 Yes /classes/Product.php:6013
503
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 28784
ORDER BY f.position ASC
0.269 ms 4 Yes /classes/Product.php:6013
265
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.268 ms 1 /classes/Product.php:5659
7
SELECT SQL_NO_CACHE l.*, ls.`id_shop`
FROM `tyht_lang` l
LEFT JOIN `tyht_lang_shop` ls ON (l.id_lang = ls.id_lang)
0.267 ms 5 /classes/Language.php:1080
463
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 43588
ORDER BY f.position ASC
0.267 ms 5 Yes /classes/Product.php:6013
623
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 5966
ORDER BY f.position ASC
0.267 ms 5 Yes /classes/Product.php:6013
719
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 46444
ORDER BY f.position ASC
0.267 ms 6 Yes /classes/Product.php:6013
975
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2150
ORDER BY `position`
0.267 ms 1 Yes /classes/Product.php:3539
1302
SELECT SQL_NO_CACHE lb.`id_link_block`
FROM tyht_link_block lb
INNER JOIN tyht_link_block_shop lbs ON lbs.`id_link_block` = lb.`id_link_block`
WHERE lb. `id_hook` = 41 AND lbs.`id_shop` = 1
ORDER by lbs.`position`
0.267 ms 6 Yes /modules/ps_linklist/src/LegacyLinkBlockRepository.php:87
6
SELECT SQL_NO_CACHE su.physical_uri, su.virtual_uri, su.domain, su.domain_ssl
FROM tyht_shop s
LEFT JOIN tyht_shop_url su ON (s.id_shop = su.id_shop)
WHERE s.id_shop = 1
AND s.active = 1 AND s.deleted = 0 AND su.main = 1 LIMIT 1
0.266 ms 1 /classes/shop/Shop.php:214
1011
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 359
ORDER BY `position`
0.266 ms 1 Yes /classes/Product.php:3539
914
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2216) AND (b.`id_shop` = 1) LIMIT 1
0.266 ms 1 /src/Adapter/EntityMapper.php:71
1023
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 32953
ORDER BY `position`
0.265 ms 1 Yes /classes/Product.php:3539
209
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.265 ms 1 /classes/Product.php:5659
978
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2137
ORDER BY `position`
0.265 ms 1 Yes /classes/Product.php:3539
439
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2103
ORDER BY f.position ASC
0.264 ms 3 Yes /classes/Product.php:6013
511
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 21582
ORDER BY f.position ASC
0.264 ms 6 Yes /classes/Product.php:6013
264
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2202
AND image_shop.`cover` = 1 LIMIT 1
0.263 ms 1 /classes/Product.php:3570
455
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 359
ORDER BY f.position ASC
0.263 ms 6 Yes /classes/Product.php:6013
980
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2136) AND (b.`id_shop` = 1) LIMIT 1
0.263 ms 1 /src/Adapter/EntityMapper.php:71
1184
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_searchbar" LIMIT 1
0.263 ms 1 /classes/module/Module.php:2659
151
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2304
AND image_shop.`cover` = 1 LIMIT 1
0.262 ms 1 /classes/Product.php:3570
1137
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 15019
ORDER BY `position`
0.262 ms 1 Yes /classes/Product.php:3539
287
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2199
ORDER BY f.position ASC
0.262 ms 4 Yes /classes/Product.php:6013
207
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2215
ORDER BY f.position ASC
0.261 ms 4 Yes /classes/Product.php:6013
223
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2212
ORDER BY f.position ASC
0.261 ms 4 Yes /classes/Product.php:6013
367
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2137
ORDER BY f.position ASC
0.261 ms 5 Yes /classes/Product.php:6013
447
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 567
ORDER BY f.position ASC
0.260 ms 4 Yes /classes/Product.php:6013
143
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2312
AND image_shop.`cover` = 1 LIMIT 1
0.260 ms 1 /classes/Product.php:3570
145
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2312)
0.260 ms 1 /classes/Product.php:3860
648
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3855
AND image_shop.`cover` = 1 LIMIT 1
0.260 ms 1 /classes/Product.php:3570
650
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 3855)
0.260 ms 1 /classes/Product.php:3860
295
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2197
ORDER BY f.position ASC
0.258 ms 4 Yes /classes/Product.php:6013
586
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 7061)
0.258 ms 1 /classes/Product.php:3860
1143
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 10745
ORDER BY `position`
0.257 ms 1 Yes /classes/Product.php:3539
351
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2151
ORDER BY f.position ASC
0.256 ms 3 Yes /classes/Product.php:6013
71
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2324
AND image_shop.`cover` = 1 LIMIT 1
0.255 ms 1 /classes/Product.php:3570
343
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2188
ORDER BY f.position ASC
0.255 ms 3 Yes /classes/Product.php:6013
658
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 3854)
0.255 ms 1 /classes/Product.php:3860
231
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2210
ORDER BY f.position ASC
0.254 ms 4 Yes /classes/Product.php:6013
247
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2208
ORDER BY f.position ASC
0.254 ms 4 Yes /classes/Product.php:6013
121
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2317)
0.253 ms 1 /classes/Product.php:3860
319
SELECT SQL_NO_CACHE name, value, pf.id_feature, f.position, fvl.id_feature_value
FROM tyht_feature_product pf
LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = 5)
LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = 5)
LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = 5)
INNER JOIN tyht_feature_shop feature_shop
ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = 1)
WHERE pf.id_product = 2194
ORDER BY f.position ASC
0.252 ms 3 Yes /classes/Product.php:6013
1169
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_contactinfo" LIMIT 1
0.252 ms 1 /classes/module/Module.php:2659
983
SELECT SQL_NO_CACHE *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = 5
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = 1
WHERE (a.`id_product` = 2134) AND (b.`id_shop` = 1) LIMIT 1
0.251 ms 1 /src/Adapter/EntityMapper.php:71
1035
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 19789
ORDER BY `position`
0.251 ms 1 Yes /classes/Product.php:3539
481
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.250 ms 1 /classes/Product.php:5659
544
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9365
AND image_shop.`cover` = 1 LIMIT 1
0.250 ms 1 /classes/Product.php:3570
426
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2107)
0.249 ms 1 /classes/Product.php:3860
472
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 41079
AND image_shop.`cover` = 1 LIMIT 1
0.247 ms 1 /classes/Product.php:3570
882
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2320
ORDER BY `position`
0.247 ms 1 Yes /classes/Product.php:3539
56
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.246 ms 1 /classes/Product.php:5659
89
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2322)
0.246 ms 1 /classes/Product.php:3860
776
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15026
AND image_shop.`cover` = 1 LIMIT 1
0.246 ms 1 /classes/Product.php:3570
868
SELECT SQL_NO_CACHE * FROM `tyht_image_type`
0.246 ms 7 /classes/ImageType.php:161
848
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9317
AND image_shop.`cover` = 1 LIMIT 1
0.243 ms 1 /classes/Product.php:3570
1101
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 3592
ORDER BY `position`
0.243 ms 1 Yes /classes/Product.php:3539
1113
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 43115
ORDER BY `position`
0.241 ms 1 Yes /classes/Product.php:3539
113
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2319)
0.241 ms 1 /classes/Product.php:3860
972
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2151
ORDER BY `position`
0.241 ms 1 Yes /classes/Product.php:3539
79
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2323
AND image_shop.`cover` = 1 LIMIT 1
0.239 ms 1 /classes/Product.php:3570
867
SELECT SQL_NO_CACHE state FROM tyht_feature_flag WHERE name = 'multiple_image_format' LIMIT 1
0.239 ms 1 /classes/FeatureFlag.php:105
672
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3746
AND image_shop.`cover` = 1 LIMIT 1
0.239 ms 1 /classes/Product.php:3570
322
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2193)
0.236 ms 1 /classes/Product.php:3860
127
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2316
AND image_shop.`cover` = 1 LIMIT 1
0.235 ms 1 /classes/Product.php:3570
1041
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9367
ORDER BY `position`
0.235 ms 1 Yes /classes/Product.php:3539
482
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 32953)
0.234 ms 1 /classes/Product.php:3860
605
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 5971) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.234 ms 1 /classes/stock/StockAvailable.php:453
192
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2216
AND image_shop.`cover` = 1 LIMIT 1
0.234 ms 1 /classes/Product.php:3570
1176
SELECT SQL_NO_CACHE COUNT(DISTINCT c.id_currency) FROM `tyht_currency` c
LEFT JOIN tyht_currency_shop cs ON (cs.id_currency = c.id_currency AND cs.id_shop = 1)
WHERE c.`active` = 1 AND c.`deleted` = 0 LIMIT 1
0.234 ms 1 /classes/Currency.php:1134
1180
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 32 AND `id_shop` = 1 LIMIT 1
0.233 ms 1 /classes/module/Module.php:2132
119
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2317
AND image_shop.`cover` = 1 LIMIT 1
0.233 ms 1 /classes/Product.php:3570
664
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3755
AND image_shop.`cover` = 1 LIMIT 1
0.233 ms 1 /classes/Product.php:3570
876
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2322
ORDER BY `position`
0.233 ms 1 Yes /classes/Product.php:3539
1179
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_shoppingcart" LIMIT 1
0.233 ms 1 /classes/module/Module.php:2659
137
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2313)
0.232 ms 1 /classes/Product.php:3860
957
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2195
ORDER BY `position`
0.232 ms 1 Yes /classes/Product.php:3539
62
SELECT SQL_NO_CACHE *
FROM `tyht_tax` a
WHERE (a.`id_tax` = 1) LIMIT 1
0.230 ms 1 /src/Adapter/EntityMapper.php:71
897
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2312
ORDER BY `position`
0.230 ms 1 Yes /classes/Product.php:3539
129
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2316)
0.229 ms 1 /classes/Product.php:3860
656
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3854
AND image_shop.`cover` = 1 LIMIT 1
0.229 ms 1 /classes/Product.php:3570
709
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 46445) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.229 ms 1 /classes/stock/StockAvailable.php:453
912
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2243
ORDER BY `position`
0.229 ms 1 Yes /classes/Product.php:3539
95
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2321
AND image_shop.`cover` = 1 LIMIT 1
0.228 ms 1 /classes/Product.php:3570
5
SELECT SQL_NO_CACHE *
FROM `tyht_shop` a
WHERE (a.`id_shop` = 1) LIMIT 1
0.227 ms 1 /src/Adapter/EntityMapper.php:71
1125
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 21744
ORDER BY `position`
0.227 ms 1 Yes /classes/Product.php:3539
105
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2320)
0.226 ms 1 /classes/Product.php:3860
40
SELECT SQL_NO_CACHE * FROM `tyht_image_type` WHERE 1 AND `products` = 1  ORDER BY `width` DESC, `height` DESC, `name`ASC
0.225 ms 7 Yes /classes/ImageType.php:109
386
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2131)
0.225 ms 1 /classes/Product.php:3860
645
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 3857) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.225 ms 1 /classes/stock/StockAvailable.php:453
221
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2212) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.224 ms 1 /classes/stock/StockAvailable.php:453
1297
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 22 AND `id_shop` = 1 LIMIT 1
0.224 ms 1 /classes/module/Module.php:2132
27
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.223 ms 5 /classes/Language.php:880
525
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 15031) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.223 ms 1 /classes/stock/StockAvailable.php:453
8
SELECT SQL_NO_CACHE *
FROM `tyht_country` a
LEFT JOIN `tyht_country_lang` `b` ON a.`id_country` = b.`id_country` AND b.`id_lang` = 1
LEFT JOIN `tyht_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.222 ms 1 /src/Adapter/EntityMapper.php:71
1026
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 28786
ORDER BY `position`
0.220 ms 1 Yes /classes/Product.php:3539
55
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tyht_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1 
AND cl.`id_category` = 9 LIMIT 1
0.219 ms 1 /classes/Category.php:1373
135
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2313
AND image_shop.`cover` = 1 LIMIT 1
0.219 ms 1 /classes/Product.php:3570
63
SELECT SQL_NO_CACHE *
FROM `tyht_tax_lang`
WHERE `id_tax` = 1
0.218 ms 5 /src/Adapter/EntityMapper.php:79
148
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2312) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.218 ms 1 /classes/stock/StockAvailable.php:453
1071
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 5970
ORDER BY `position`
0.218 ms 1 Yes /classes/Product.php:3539
304
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2195
AND image_shop.`cover` = 1 LIMIT 1
0.217 ms 1 /classes/Product.php:3570
24
SELECT SQL_NO_CACHE * FROM `tyht_hook_module_exceptions`
WHERE `id_shop` IN (1)
0.216 ms 1 /classes/module/Module.php:2041
1116
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 42633
ORDER BY `position`
0.216 ms 1 Yes /classes/Product.php:3539
889
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2317
0.215 ms 1 /classes/Product.php:2899
84
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2323) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.214 ms 1 /classes/stock/StockAvailable.php:453
34
SELECT SQL_NO_CACHE *
FROM `tyht_group` a
LEFT JOIN `tyht_group_shop` `c` ON a.`id_group` = c.`id_group` AND c.`id_shop` = 1
WHERE (a.`id_group` = 1) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:71
43
SELECT SQL_NO_CACHE *
FROM `tyht_country` a
LEFT JOIN `tyht_country_shop` `c` ON a.`id_country` = c.`id_country` AND c.`id_shop` = 1
WHERE (a.`id_country` = 6) LIMIT 1
0.214 ms 1 /src/Adapter/EntityMapper.php:71
410
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2109)
0.214 ms 1 /classes/Product.php:3860
841
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.214 ms 1 /classes/Product.php:5659
918
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2215
ORDER BY `position`
0.213 ms 1 Yes /classes/Product.php:3539
163
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2302 AND `id_group` = 1 LIMIT 1
0.213 ms 0 /classes/GroupReduction.php:153
966
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2192
ORDER BY `position`
0.213 ms 1 Yes /classes/Product.php:3539
32
SELECT SQL_NO_CACHE *
FROM `tyht_currency_lang`
WHERE `id_currency` = 1
0.212 ms 5 /src/Adapter/EntityMapper.php:79
82
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2323 AND id_shop=1 LIMIT 1
0.212 ms 1 /classes/Product.php:6873
1083
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 3857
ORDER BY `position`
0.212 ms 1 Yes /classes/Product.php:3539
64
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2335 AND `id_group` = 1 LIMIT 1
0.211 ms 0 /classes/GroupReduction.php:153
140
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2313) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.211 ms 1 /classes/stock/StockAvailable.php:453
800
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10745
AND image_shop.`cover` = 1 LIMIT 1
0.211 ms 1 /classes/Product.php:3570
1068
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 5971
ORDER BY `position`
0.211 ms 1 Yes /classes/Product.php:3539
1119
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 42632
ORDER BY `position`
0.211 ms 1 Yes /classes/Product.php:3539
921
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2213
ORDER BY `position`
0.210 ms 1 Yes /classes/Product.php:3539
1014
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 43588
ORDER BY `position`
0.210 ms 1 Yes /classes/Product.php:3539
1095
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 3746
ORDER BY `position`
0.210 ms 1 Yes /classes/Product.php:3539
1104
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 46448
ORDER BY `position`
0.210 ms 1 Yes /classes/Product.php:3539
394
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2115)
0.209 ms 1 /classes/Product.php:3860
1128
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 20803
ORDER BY `position`
0.208 ms 1 Yes /classes/Product.php:3539
1174
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_currencyselector" LIMIT 1
0.208 ms 1 /classes/module/Module.php:2659
496
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28784
AND image_shop.`cover` = 1 LIMIT 1
0.208 ms 1 /classes/Product.php:3570
116
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2319) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.207 ms 1 /classes/stock/StockAvailable.php:453
1092
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 3755
ORDER BY `position`
0.207 ms 1 Yes /classes/Product.php:3539
418
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2108)
0.206 ms 1 /classes/Product.php:3860
576
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7066
AND image_shop.`cover` = 1 LIMIT 1
0.206 ms 1 /classes/Product.php:3570
1152
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9361
ORDER BY `position`
0.206 ms 1 Yes /classes/Product.php:3539
1193
SELECT SQL_NO_CACHE c.*, cl.*  FROM `tyht_category` c
LEFT JOIN `tyht_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 5 AND cl.id_shop = 1 ) LEFT JOIN `tyht_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 1) AND cs.`id_shop` = 1 AND c.`id_parent` != 0 WHERE c.`nleft` <= 2 AND c.`nright` >= 263 AND c.`nleft` >= 2 AND c.`nright` <= 263 ORDER BY `nleft` DESC
0.206 ms 1 /classes/Category.php:1594
840
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9318
AND image_shop.`cover` = 1 LIMIT 1
0.205 ms 1 /classes/Product.php:3570
1134
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 15026
ORDER BY `position`
0.205 ms 1 Yes /classes/Product.php:3539
328
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2192
AND image_shop.`cover` = 1 LIMIT 1
0.203 ms 1 /classes/Product.php:3570
76
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2324) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.202 ms 1 /classes/stock/StockAvailable.php:453
58
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2335 AND id_shop=1 LIMIT 1
0.202 ms 1 /classes/Product.php:6873
602
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 5971)
0.202 ms 1 /classes/Product.php:3860
218
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2212)
0.201 ms 1 /classes/Product.php:3860
1047
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9365
ORDER BY `position`
0.201 ms 1 Yes /classes/Product.php:3539
258
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2204)
0.200 ms 1 /classes/Product.php:3860
1029
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 28784
ORDER BY `position`
0.200 ms 1 Yes /classes/Product.php:3539
46
SELECT SQL_NO_CACHE id_required_field, object_name, field_name
FROM tyht_required_field
0.198 ms 1 /classes/ObjectModel.php:1589
15
SELECT SQL_NO_CACHE *
FROM `tyht_lang` a
LEFT JOIN `tyht_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = 1
WHERE (a.`id_lang` = 5) LIMIT 1
0.198 ms 1 /src/Adapter/EntityMapper.php:71
66
SELECT SQL_NO_CACHE tr.*
FROM `tyht_tax_rule` tr
JOIN `tyht_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, 383)
AND ('0' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
OR (tr.`zipcode_to` = 0 AND tr.`zipcode_from` IN(0, '0')))
ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
0.198 ms 0 /classes/tax/TaxRulesTaxManager.php:100
592
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7060
AND image_shop.`cover` = 1 LIMIT 1
0.198 ms 1 /classes/Product.php:3570
83
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2323 AND `id_group` = 1 LIMIT 1
0.197 ms 0 /classes/GroupReduction.php:153
450
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 359)
0.197 ms 1 /classes/Product.php:3860
1032
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 21582
ORDER BY `position`
0.197 ms 1 Yes /classes/Product.php:3539
139
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2313 AND `id_group` = 1 LIMIT 1
0.196 ms 0 /classes/GroupReduction.php:153
88
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.195 ms 1 /classes/Product.php:5659
97
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2321)
0.195 ms 1 /classes/Product.php:3860
930
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2209
ORDER BY `position`
0.195 ms 1 Yes /classes/Product.php:3539
1146
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9363
ORDER BY `position`
0.195 ms 1 Yes /classes/Product.php:3539
226
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2210)
0.194 ms 1 /classes/Product.php:3860
514
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 19789)
0.194 ms 1 /classes/Product.php:3860
594
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 7060)
0.194 ms 1 /classes/Product.php:3860
960
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2194
ORDER BY `position`
0.194 ms 1 Yes /classes/Product.php:3539
1053
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 7307
ORDER BY `position`
0.194 ms 1 Yes /classes/Product.php:3539
274
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2200)
0.193 ms 1 /classes/Product.php:3860
927
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2210
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
1050
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 7910
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
1131
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 19144
ORDER BY `position`
0.193 ms 1 Yes /classes/Product.php:3539
515
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 19789 AND id_shop=1 LIMIT 1
0.193 ms 1 /classes/Product.php:6873
730
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 42633)
0.193 ms 1 /classes/Product.php:3860
256
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2204
AND image_shop.`cover` = 1 LIMIT 1
0.192 ms 1 /classes/Product.php:3570
517
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 19789) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.192 ms 1 /classes/stock/StockAvailable.php:453
858
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 7917)
0.192 ms 1 /classes/Product.php:3860
1308
SELECT SQL_NO_CACHE data
FROM `tyht_ganalytics_data`
WHERE id_cart = 0
AND id_shop = 1 LIMIT 1
0.192 ms 0 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php:39
210
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2213)
0.191 ms 1 /classes/Product.php:3860
370
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2136)
0.191 ms 1 /classes/Product.php:3860
939
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2204
ORDER BY `position`
0.191 ms 1 Yes /classes/Product.php:3539
164
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2302) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.190 ms 1 /classes/stock/StockAvailable.php:453
704
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 46445
AND image_shop.`cover` = 1 LIMIT 1
0.190 ms 1 /classes/Product.php:3570
903
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2302
ORDER BY `position`
0.190 ms 1 Yes /classes/Product.php:3539
1044
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9366
ORDER BY `position`
0.190 ms 1 Yes /classes/Product.php:3539
194
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2216)
0.189 ms 1 /classes/Product.php:3860
266
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2202)
0.188 ms 1 /classes/Product.php:3860
885
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2319
ORDER BY `position`
0.188 ms 1 Yes /classes/Product.php:3539
1107
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 46445
ORDER BY `position`
0.188 ms 1 Yes /classes/Product.php:3539
1158
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9318
ORDER BY `position`
0.188 ms 1 Yes /classes/Product.php:3539
1299
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 33 AND `id_shop` = 1 LIMIT 1
0.188 ms 1 /classes/module/Module.php:2132
915
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2216
ORDER BY `position`
0.188 ms 1 Yes /classes/Product.php:3539
936
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2205
ORDER BY `position`
0.188 ms 1 Yes /classes/Product.php:3539
528
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9367
AND image_shop.`cover` = 1 LIMIT 1
0.187 ms 1 /classes/Product.php:3570
282
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2199)
0.187 ms 1 /classes/Product.php:3860
498
SELECT SQL_NO_CACHE product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,0) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 28784)
0.186 ms 1 /classes/Product.php:3860
501
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 28784) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.186 ms 1 /classes/stock/StockAvailable.php:453
530
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9367)
0.186 ms 1 /classes/Product.php:3860
778
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 15026)
0.186 ms 1 /classes/Product.php:3860
1074
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 5966
ORDER BY `position`
0.186 ms 1 Yes /classes/Product.php:3539
1086
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 3855
ORDER BY `position`
0.186 ms 1 Yes /classes/Product.php:3539
156
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2304) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.185 ms 1 /classes/stock/StockAvailable.php:453
306
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2195)
0.185 ms 1 /classes/Product.php:3860
970
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2188
0.185 ms 1 /classes/Product.php:2899
1080
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 3858
ORDER BY `position`
0.185 ms 1 Yes /classes/Product.php:3539
1161
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9317
ORDER BY `position`
0.185 ms 1 Yes /classes/Product.php:3539
90
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2322 AND id_shop=1 LIMIT 1
0.184 ms 1 /classes/Product.php:6873
338
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2188)
0.184 ms 1 /classes/Product.php:3860
949
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2199
0.184 ms 1 /classes/Product.php:2899
1155
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 9360
ORDER BY `position`
0.184 ms 1 Yes /classes/Product.php:3539
448
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 359
AND image_shop.`cover` = 1 LIMIT 1
0.183 ms 1 /classes/Product.php:3570
682
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 3706)
0.183 ms 1 /classes/Product.php:3860
632
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3858
AND image_shop.`cover` = 1 LIMIT 1
0.183 ms 1 /classes/Product.php:3570
786
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 15019)
0.183 ms 1 /classes/Product.php:3860
234
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2209)
0.182 ms 1 /classes/Product.php:3860
72
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.181 ms 1 /classes/Product.php:5659
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2243)
0.181 ms 1 /classes/Product.php:3860
600
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5971
AND image_shop.`cover` = 1 LIMIT 1
0.181 ms 1 /classes/Product.php:3570
714
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 46444)
0.181 ms 1 /classes/Product.php:3860
997
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2109
0.181 ms 1 /classes/Product.php:2899
346
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2151)
0.180 ms 1 /classes/Product.php:3860
408
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2109
AND image_shop.`cover` = 1 LIMIT 1
0.180 ms 1 /classes/Product.php:3570
674
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 3746)
0.180 ms 1 /classes/Product.php:3860
738
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 42632)
0.180 ms 1 /classes/Product.php:3860
746
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 32855)
0.180 ms 1 /classes/Product.php:3860
824
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9361
AND image_shop.`cover` = 1 LIMIT 1
0.180 ms 1 /classes/Product.php:3570
856
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7917
AND image_shop.`cover` = 1 LIMIT 1
0.180 ms 1 /classes/Product.php:3570
522
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 15031)
0.179 ms 1 /classes/Product.php:3860
698
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 46448)
0.179 ms 1 /classes/Product.php:3860
805
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 10745) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.179 ms 1 /classes/stock/StockAvailable.php:453
880
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2321
0.179 ms 1 /classes/Product.php:2899
474
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 41079)
0.179 ms 1 /classes/Product.php:3860
232
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2209
AND image_shop.`cover` = 1 LIMIT 1
0.178 ms 1 /classes/Product.php:3570
754
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 21744)
0.178 ms 1 /classes/Product.php:3860
981
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2136
ORDER BY `position`
0.178 ms 1 Yes /classes/Product.php:3539
618
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 5966)
0.177 ms 1 /classes/Product.php:3860
888
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2317
ORDER BY `position`
0.177 ms 1 Yes /classes/Product.php:3539
1077
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 5961
ORDER BY `position`
0.177 ms 1 Yes /classes/Product.php:3539
969
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2188
ORDER BY `position`
0.177 ms 1 Yes /classes/Product.php:3539
1300
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_linklist" LIMIT 1
0.177 ms 1 /classes/module/Module.php:2659
1098
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 3706
ORDER BY `position`
0.176 ms 1 Yes /classes/Product.php:3539
65
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_group`
WHERE `id_group` = 1 LIMIT 1
0.176 ms 1 /classes/Group.php:151
183
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2243
AND image_shop.`cover` = 1 LIMIT 1
0.176 ms 1 /classes/Product.php:3570
312
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2194
AND image_shop.`cover` = 1 LIMIT 1
0.176 ms 1 /classes/Product.php:3570
378
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2134)
0.176 ms 1 /classes/Product.php:3860
434
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2103)
0.176 ms 1 /classes/Product.php:3860
442
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 567)
0.176 ms 1 /classes/Product.php:3860
546
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9365)
0.176 ms 1 /classes/Product.php:3860
146
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2312 AND id_shop=1 LIMIT 1
0.175 ms 1 /classes/Product.php:6873
578
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 7066)
0.175 ms 1 /classes/Product.php:3860
634
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 3858)
0.175 ms 1 /classes/Product.php:3860
642
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 3857)
0.175 ms 1 /classes/Product.php:3860
792
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 10759
AND image_shop.`cover` = 1 LIMIT 1
0.175 ms 1 /classes/Product.php:3570
49
SELECT SQL_NO_CACHE `name`
FROM `tyht_hook`
WHERE `id_hook` = 746 LIMIT 1
0.174 ms 1 /classes/Hook.php:241
344
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2151
AND image_shop.`cover` = 1 LIMIT 1
0.174 ms 1 /classes/Product.php:3570
376
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2134
AND image_shop.`cover` = 1 LIMIT 1
0.174 ms 1 /classes/Product.php:3570
520
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15031
AND image_shop.`cover` = 1 LIMIT 1
0.174 ms 1 /classes/Product.php:3570
570
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 7088)
0.174 ms 1 /classes/Product.php:3860
826
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9361)
0.174 ms 1 /classes/Product.php:3860
834
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9360)
0.174 ms 1 /classes/Product.php:3860
963
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 2193
ORDER BY `position`
0.174 ms 1 Yes /classes/Product.php:3539
1164
SELECT SQL_NO_CACHE image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = 5)
WHERE i.`id_product` = 7917
ORDER BY `position`
0.174 ms 1 Yes /classes/Product.php:3539
177
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2286)
0.173 ms 1 /classes/Product.php:3860
314
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2194)
0.173 ms 1 /classes/Product.php:3860
610
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 5970)
0.173 ms 1 /classes/Product.php:3860
810
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9363)
0.173 ms 1 /classes/Product.php:3860
330
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2192)
0.172 ms 1 /classes/Product.php:3860
458
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 43588)
0.172 ms 1 /classes/Product.php:3860
784
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 15019
AND image_shop.`cover` = 1 LIMIT 1
0.172 ms 1 /classes/Product.php:3570
946
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2200
0.172 ms 1 /classes/Product.php:2899
384
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2131
AND image_shop.`cover` = 1 LIMIT 1
0.172 ms 1 /classes/Product.php:3570
466
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 41170)
0.172 ms 1 /classes/Product.php:3860
626
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 5961)
0.172 ms 1 /classes/Product.php:3860
722
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 43115)
0.172 ms 1 /classes/Product.php:3860
290
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2197)
0.171 ms 1 /classes/Product.php:3860
362
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2137)
0.171 ms 1 /classes/Product.php:3860
416
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2108
AND image_shop.`cover` = 1 LIMIT 1
0.171 ms 1 /classes/Product.php:3570
488
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 28786
AND image_shop.`cover` = 1 LIMIT 1
0.171 ms 1 /classes/Product.php:3570
506
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 21582)
0.171 ms 1 /classes/Product.php:3860
696
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 46448
AND image_shop.`cover` = 1 LIMIT 1
0.171 ms 1 /classes/Product.php:3570
28
SELECT SQL_NO_CACHE c.id_currency
FROM `tyht_currency` c
WHERE (iso_code = 'EUR') LIMIT 1
0.170 ms 1 /classes/Currency.php:893
280
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2199
AND image_shop.`cover` = 1 LIMIT 1
0.170 ms 1 /classes/Product.php:3570
490
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 28786)
0.170 ms 1 /classes/Product.php:3860
562
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 7307)
0.170 ms 1 /classes/Product.php:3860
568
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7088
AND image_shop.`cover` = 1 LIMIT 1
0.170 ms 1 /classes/Product.php:3570
242
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2208)
0.169 ms 1 /classes/Product.php:3860
250
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2205)
0.169 ms 1 /classes/Product.php:3860
640
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3857
AND image_shop.`cover` = 1 LIMIT 1
0.169 ms 1 /classes/Product.php:3570
794
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 10759)
0.169 ms 1 /classes/Product.php:3860
802
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 10745)
0.169 ms 1 /classes/Product.php:3860
832
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9360
AND image_shop.`cover` = 1 LIMIT 1
0.169 ms 1 /classes/Product.php:3570
120
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.168 ms 1 /classes/Product.php:5659
762
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 20803)
0.168 ms 1 /classes/Product.php:3860
202
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2215)
0.167 ms 1 /classes/Product.php:3860
216
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2212
AND image_shop.`cover` = 1 LIMIT 1
0.167 ms 1 /classes/Product.php:3570
608
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5970
AND image_shop.`cover` = 1 LIMIT 1
0.167 ms 1 /classes/Product.php:3570
712
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 46444
AND image_shop.`cover` = 1 LIMIT 1
0.166 ms 1 /classes/Product.php:3570
103
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2320
AND image_shop.`cover` = 1 LIMIT 1
0.166 ms 1 /classes/Product.php:3570
403
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2110 AND id_shop=1 LIMIT 1
0.166 ms 1 /classes/Product.php:6873
432
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2103
AND image_shop.`cover` = 1 LIMIT 1
0.166 ms 1 /classes/Product.php:3570
440
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 567
AND image_shop.`cover` = 1 LIMIT 1
0.166 ms 1 /classes/Product.php:3570
538
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 9366)
0.166 ms 1 /classes/Product.php:3860
624
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5961
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 1 /classes/Product.php:3570
955
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2196
0.165 ms 1 /classes/Product.php:2899
124
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2317) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:453
298
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 2196)
0.165 ms 1 /classes/Product.php:3860
552
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7910
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 1 /classes/Product.php:3570
560
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 7307
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 1 /classes/Product.php:3570
680
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3706
AND image_shop.`cover` = 1 LIMIT 1
0.165 ms 1 /classes/Product.php:3570
845
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9318) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.165 ms 1 /classes/stock/StockAvailable.php:453
456
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 43588
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
752
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 21744
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
808
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9363
AND image_shop.`cover` = 1 LIMIT 1
0.164 ms 1 /classes/Product.php:3570
1191
SELECT SQL_NO_CACHE c.`nleft`, c.`nright`  FROM `tyht_category` c
LEFT JOIN `tyht_category_lang` cl
ON (c.`id_category` = cl.`id_category`
AND `id_lang` = 5 AND cl.id_shop = 1 ) LEFT JOIN `tyht_category_shop` cs ON (c.`id_category` = cs.`id_category` AND cs.`id_shop` = 1) AND cs.`id_shop` = 1 AND c.`id_parent` != 0 WHERE c.`id_category` = 2 LIMIT 1
0.164 ms 1 /classes/Category.php:1584
690
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 3592)
0.164 ms 1 /classes/Product.php:3860
770
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 19144)
0.163 ms 1 /classes/Product.php:3860
1195
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "productcomments" LIMIT 1
0.163 ms 1 /classes/module/Module.php:2659
132
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2316) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.163 ms 1 /classes/stock/StockAvailable.php:453
706
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 `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = 1)
LEFT JOIN `tyht_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` = 46445)
0.162 ms 1 /classes/Product.php:3860
155
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2304 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:153
175
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2286
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 1 /classes/Product.php:3570
360
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2137
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 1 /classes/Product.php:3570
368
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2136
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 1 /classes/Product.php:3570
616
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 5966
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 1 /classes/Product.php:3570
760
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 20803
AND image_shop.`cover` = 1 LIMIT 1
0.162 ms 1 /classes/Product.php:3570
844
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9318 AND `id_group` = 1 LIMIT 1
0.162 ms 0 /classes/GroupReduction.php:153
325
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2193) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:453
417
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.161 ms 1 /classes/Product.php:5659
536
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9366
AND image_shop.`cover` = 1 LIMIT 1
0.161 ms 1 /classes/Product.php:3570
653
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 3855) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.161 ms 1 /classes/stock/StockAvailable.php:453
19
SELECT SQL_NO_CACHE `name`, `alias` FROM `tyht_hook_alias`
0.160 ms 88 /classes/Hook.php:287
240
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2208
AND image_shop.`cover` = 1 LIMIT 1
0.160 ms 1 /classes/Product.php:3570
429
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2107) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.160 ms 1 /classes/stock/StockAvailable.php:453
30
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang`
WHERE `locale` = 'pt-pt'
OR `language_code` = 'pt-pt' LIMIT 1
0.159 ms 5 /classes/Language.php:880
44
SELECT SQL_NO_CACHE *
FROM `tyht_country_lang`
WHERE `id_country` = 6
0.159 ms 5 /src/Adapter/EntityMapper.php:79
224
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2210
AND image_shop.`cover` = 1 LIMIT 1
0.159 ms 1 /classes/Product.php:3570
585
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.159 ms 1 /classes/Product.php:5659
1060
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7066
0.159 ms 1 /classes/Product.php:2899
200
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2215
AND image_shop.`cover` = 1 LIMIT 1
0.158 ms 1 /classes/Product.php:3570
248
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2205
AND image_shop.`cover` = 1 LIMIT 1
0.158 ms 1 /classes/Product.php:3570
336
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2188
AND image_shop.`cover` = 1 LIMIT 1
0.158 ms 1 /classes/Product.php:3570
1303
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_customeraccountlinks" LIMIT 1
0.158 ms 1 /classes/module/Module.php:2659
720
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 43115
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
756
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 21744 AND `id_group` = 1 LIMIT 1
0.157 ms 0 /classes/GroupReduction.php:153
991
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2115
0.157 ms 1 /classes/Product.php:2899
736
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 42632
AND image_shop.`cover` = 1 LIMIT 1
0.157 ms 1 /classes/Product.php:3570
4
SELECT SQL_NO_CACHE COUNT(*) FROM tyht_shop LIMIT 1
0.156 ms 2 /classes/shop/Shop.php:1184
296
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2196
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
464
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 41170
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
768
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 19144
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
816
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 9362
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
352
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2150
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
379
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2134 AND id_shop=1 LIMIT 1
0.156 ms 1 /classes/Product.php:6873
688
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 3592
AND image_shop.`cover` = 1 LIMIT 1
0.156 ms 1 /classes/Product.php:3570
1187
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 13 AND `id_shop` = 1 LIMIT 1
0.156 ms 1 /classes/module/Module.php:2132
925
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2212
0.155 ms 1 /classes/Product.php:2899
104
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.155 ms 1 /classes/Product.php:5659
160
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.155 ms 1 /classes/Product.php:5659
208
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2213
AND image_shop.`cover` = 1 LIMIT 1
0.155 ms 1 /classes/Product.php:3570
504
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 21582
AND image_shop.`cover` = 1 LIMIT 1
0.155 ms 1 /classes/Product.php:3570
728
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 42633
AND image_shop.`cover` = 1 LIMIT 1
0.155 ms 1 /classes/Product.php:3570
16
SELECT SQL_NO_CACHE id_shop
FROM `tyht_lang_shop`
WHERE `id_lang` = 5
AND id_shop = 1 LIMIT 1
0.154 ms 1 /classes/ObjectModel.php:1724
288
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2197
AND image_shop.`cover` = 1 LIMIT 1
0.154 ms 1 /classes/Product.php:3570
589
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7061) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.154 ms 1 /classes/stock/StockAvailable.php:453
994
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2110
0.154 ms 1 /classes/Product.php:2899
988
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2131
0.154 ms 1 /classes/Product.php:2899
80
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.153 ms 1 /classes/Product.php:5659
272
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2200
AND image_shop.`cover` = 1 LIMIT 1
0.153 ms 1 /classes/Product.php:3570
1009
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 567
0.153 ms 1 /classes/Product.php:2899
213
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2213) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:453
669
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 3755) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.152 ms 1 /classes/stock/StockAvailable.php:453
1003
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2107
0.152 ms 1 /classes/Product.php:2899
14
SELECT SQL_NO_CACHE `id_lang` FROM `tyht_lang` WHERE `iso_code` = 'pt' LIMIT 1
0.151 ms 5 /classes/Language.php:854
744
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 32855
AND image_shop.`cover` = 1 LIMIT 1
0.151 ms 1 /classes/Product.php:3570
985
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2134
0.151 ms 1 /classes/Product.php:2899
9
SELECT SQL_NO_CACHE *
FROM `tyht_shop_group` a
WHERE (a.`id_shop_group` = 1) LIMIT 1
0.150 ms 1 /src/Adapter/EntityMapper.php:71
122
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2317 AND id_shop=1 LIMIT 1
0.150 ms 1 /classes/Product.php:6873
320
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 2193
AND image_shop.`cover` = 1 LIMIT 1
0.149 ms 1 /classes/Product.php:3570
512
SELECT SQL_NO_CACHE image_shop.`id_image`
FROM `tyht_image` i
INNER JOIN tyht_image_shop image_shop
ON (image_shop.id_image = i.id_image AND image_shop.id_shop = 1)
WHERE i.`id_product` = 19789
AND image_shop.`cover` = 1 LIMIT 1
0.149 ms 1 /classes/Product.php:3570
147
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2312 AND `id_group` = 1 LIMIT 1
0.148 ms 0 /classes/GroupReduction.php:153
661
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 3854) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.146 ms 1 /classes/stock/StockAvailable.php:453
356
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2150 AND `id_group` = 1 LIMIT 1
0.145 ms 0 /classes/GroupReduction.php:153
1000
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2108
0.144 ms 1 /classes/Product.php:2899
1063
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7061
0.144 ms 1 /classes/Product.php:2899
168
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.143 ms 1 /classes/Product.php:5659
162
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2302 AND id_shop=1 LIMIT 1
0.142 ms 1 /classes/Product.php:6873
943
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2202
0.142 ms 1 /classes/Product.php:2899
1057
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7088
0.142 ms 1 /classes/Product.php:2899
871
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2324
0.142 ms 1 /classes/Product.php:2899
67
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2335) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.141 ms 1 /classes/stock/StockAvailable.php:453
1066
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7060
0.141 ms 1 /classes/Product.php:2899
128
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.140 ms 1 /classes/Product.php:5659
301
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2196) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:453
853
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9317) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.140 ms 1 /classes/stock/StockAvailable.php:453
425
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.139 ms 1 /classes/Product.php:5659
33
SELECT SQL_NO_CACHE id_shop
FROM `tyht_currency_shop`
WHERE `id_currency` = 1
AND id_shop = 1 LIMIT 1
0.138 ms 1 /classes/ObjectModel.php:1724
843
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9318 AND id_shop=1 LIMIT 1
0.138 ms 1 /classes/Product.php:6873
436
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2103 AND `id_group` = 1 LIMIT 1
0.137 ms 0 /classes/GroupReduction.php:153
952
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2197
0.137 ms 1 /classes/Product.php:2899
115
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2319 AND `id_group` = 1 LIMIT 1
0.136 ms 0 /classes/GroupReduction.php:153
35
SELECT SQL_NO_CACHE *
FROM `tyht_group_lang`
WHERE `id_group` = 1
0.136 ms 5 /src/Adapter/EntityMapper.php:79
281
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.134 ms 1 /classes/Product.php:5659
659
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 3854 AND id_shop=1 LIMIT 1
0.134 ms 1 /classes/Product.php:6873
152
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.134 ms 1 /classes/Product.php:5659
1018
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 41170
0.134 ms 1 /classes/Product.php:2899
866
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2335
0.133 ms 1 /classes/Product.php:2899
874
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2323
0.132 ms 1 /classes/Product.php:2899
1024
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 32953
0.132 ms 1 /classes/Product.php:2899
11
SELECT SQL_NO_CACHE id_shop
FROM `tyht_lang_shop`
WHERE `id_lang` = 3
AND id_shop = 1 LIMIT 1
0.131 ms 1 /classes/ObjectModel.php:1724
144
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.131 ms 1 /classes/Product.php:5659
1105
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 46448
0.131 ms 1 /classes/Product.php:2899
22
SELECT SQL_NO_CACHE name, alias FROM `tyht_hook_alias`
0.131 ms 88 /classes/Hook.php:339
45
SELECT SQL_NO_CACHE *
FROM `tyht_state` a
WHERE (a.`id_state` = 383) LIMIT 1
0.131 ms 1 /src/Adapter/EntityMapper.php:71
1021
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 41079
0.130 ms 1 /classes/Product.php:2899
106
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2320 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6873
130
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2316 AND id_shop=1 LIMIT 1
0.130 ms 1 /classes/Product.php:6873
1006
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2103
0.130 ms 1 /classes/Product.php:2899
1039
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 15031
0.130 ms 1 /classes/Product.php:2899
172
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2298) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:453
493
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 28786) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:453
553
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.129 ms 1 /classes/Product.php:5659
637
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 3858) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.129 ms 1 /classes/stock/StockAvailable.php:453
497
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
665
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.128 ms 1 /classes/Product.php:5659
907
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2298
0.128 ms 1 /classes/Product.php:2899
323
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2193 AND id_shop=1 LIMIT 1
0.128 ms 1 /classes/Product.php:6873
781
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 15026) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.127 ms 1 /classes/stock/StockAvailable.php:453
1141
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 10759
0.127 ms 1 /classes/Product.php:2899
136
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.126 ms 1 /classes/Product.php:5659
649
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.126 ms 1 /classes/Product.php:5659
667
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 3755 AND id_shop=1 LIMIT 1
0.125 ms 1 /classes/Product.php:6873
1114
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 43115
0.125 ms 1 /classes/Product.php:2899
154
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2304 AND id_shop=1 LIMIT 1
0.125 ms 1 /classes/Product.php:6873
657
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.125 ms 1 /classes/Product.php:5659
849
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.125 ms 1 /classes/Product.php:5659
883
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2320
0.124 ms 1 /classes/Product.php:2899
1117
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 42633
0.124 ms 1 /classes/Product.php:2899
196
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2216 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:153
404
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2110 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:153
437
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2103) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.123 ms 1 /classes/stock/StockAvailable.php:453
828
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9361 AND `id_group` = 1 LIMIT 1
0.123 ms 0 /classes/GroupReduction.php:153
895
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2313
0.122 ms 1 /classes/Product.php:2899
257
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.121 ms 1 /classes/Product.php:5659
533
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9367) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.121 ms 1 /classes/stock/StockAvailable.php:453
261
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2204) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.120 ms 1 /classes/stock/StockAvailable.php:453
1138
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 15019
0.120 ms 1 /classes/Product.php:2899
597
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7060) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.119 ms 1 /classes/stock/StockAvailable.php:453
112
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.118 ms 1 /classes/Product.php:5659
345
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.118 ms 1 /classes/Product.php:5659
829
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9361) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.118 ms 1 /classes/stock/StockAvailable.php:453
910
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2286
0.118 ms 1 /classes/Product.php:2899
1301
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 28 AND `id_shop` = 1 LIMIT 1
0.118 ms 1 /classes/module/Module.php:2132
171
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2298 AND `id_group` = 1 LIMIT 1
0.117 ms 0 /classes/GroupReduction.php:153
237
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2209) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.117 ms 1 /classes/stock/StockAvailable.php:453
851
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9317 AND id_shop=1 LIMIT 1
0.117 ms 1 /classes/Product.php:6873
973
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2151
0.117 ms 1 /classes/Product.php:2899
1123
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 32855
0.117 ms 1 /classes/Product.php:2899
36
SELECT SQL_NO_CACHE id_shop
FROM `tyht_group_shop`
WHERE `id_group` = 1
AND id_shop = 1 LIMIT 1
0.116 ms 1 /classes/ObjectModel.php:1724
42
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.116 ms 1 /classes/Country.php:402
413
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2109) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.116 ms 1 /classes/stock/StockAvailable.php:453
651
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 3855 AND id_shop=1 LIMIT 1
0.116 ms 1 /classes/Product.php:6873
401
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.115 ms 1 /classes/Product.php:5659
427
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2107 AND id_shop=1 LIMIT 1
0.115 ms 1 /classes/Product.php:6873
919
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2215
0.115 ms 1 /classes/Product.php:2899
1111
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 46444
0.115 ms 1 /classes/Product.php:2899
189
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2243) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.114 ms 1 /classes/stock/StockAvailable.php:453
892
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2316
0.114 ms 1 /classes/Product.php:2899
1012
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 359
0.114 ms 1 /classes/Product.php:2899
96
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.113 ms 1 /classes/Product.php:5659
353
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.113 ms 1 /classes/Product.php:5659
357
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2150) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.113 ms 1 /classes/stock/StockAvailable.php:453
114
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2319 AND id_shop=1 LIMIT 1
0.112 ms 1 /classes/Product.php:6873
197
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2216) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.112 ms 1 /classes/stock/StockAvailable.php:453
229
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2210) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.112 ms 1 /classes/stock/StockAvailable.php:453
557
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7910) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.111 ms 1 /classes/stock/StockAvailable.php:453
877
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2322
0.111 ms 1 /classes/Product.php:2899
1172
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_languageselector" LIMIT 1
0.111 ms 1 /classes/module/Module.php:2659
1196
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 11 AND `id_shop` = 1 LIMIT 1
0.111 ms 1 /classes/module/Module.php:2132
789
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 15019) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.110 ms 1 /classes/stock/StockAvailable.php:453
1182
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_mainmenu" LIMIT 1
0.110 ms 1 /classes/module/Module.php:2659
92
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2322) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.109 ms 1 /classes/stock/StockAvailable.php:453
107
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2320 AND `id_group` = 1 LIMIT 1
0.109 ms 0 /classes/GroupReduction.php:153
170
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2298 AND id_shop=1 LIMIT 1
0.109 ms 1 /classes/Product.php:6873
138
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2313 AND id_shop=1 LIMIT 1
0.108 ms 1 /classes/Product.php:6873
861
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7917) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.108 ms 1 /classes/stock/StockAvailable.php:453
1090
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 3854
0.108 ms 1 /classes/Product.php:2899
317
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2194) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
421
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2108) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
757
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 21744) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.107 ms 1 /classes/stock/StockAvailable.php:453
1170
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 15 AND `id_shop` = 1 LIMIT 1
0.107 ms 1 /classes/module/Module.php:2132
395
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2115 AND id_shop=1 LIMIT 1
0.107 ms 1 /classes/Product.php:6873
1126
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 21744
0.107 ms 1 /classes/Product.php:2899
289
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.106 ms 1 /classes/Product.php:5659
777
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.106 ms 1 /classes/Product.php:5659
491
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 28786 AND id_shop=1 LIMIT 1
0.105 ms 1 /classes/Product.php:6873
565
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7307) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.105 ms 1 /classes/stock/StockAvailable.php:453
901
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2304
0.105 ms 1 /classes/Product.php:2899
979
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2137
0.105 ms 1 /classes/Product.php:2899
1027
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 28786
0.105 ms 1 /classes/Product.php:2899
1033
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 21582
0.105 ms 1 /classes/Product.php:2899
1042
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9367
0.105 ms 1 /classes/Product.php:2899
922
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2213
0.104 ms 1 /classes/Product.php:2899
1036
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 19789
0.104 ms 1 /classes/Product.php:2899
673
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.104 ms 1 /classes/Product.php:5659
1144
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 10745
0.104 ms 1 /classes/Product.php:2899
1150
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9362
0.104 ms 1 /classes/Product.php:2899
381
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2134) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.103 ms 1 /classes/stock/StockAvailable.php:453
428
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2107 AND `id_group` = 1 LIMIT 1
0.103 ms 0 /classes/GroupReduction.php:153
898
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2312
0.103 ms 1 /classes/Product.php:2899
193
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.102 ms 1 /classes/Product.php:5659
205
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2215) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
277
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2200) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
469
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 41170) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
668
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 3755 AND `id_group` = 1 LIMIT 1
0.102 ms 0 /classes/GroupReduction.php:153
821
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9362) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.102 ms 1 /classes/stock/StockAvailable.php:453
1030
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 28784
0.102 ms 1 /classes/Product.php:2899
660
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 3854 AND `id_group` = 1 LIMIT 1
0.102 ms 0 /classes/GroupReduction.php:153
74
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2324 AND id_shop=1 LIMIT 1
0.101 ms 1 /classes/Product.php:6873
461
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 43588) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.101 ms 1 /classes/stock/StockAvailable.php:453
819
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9362 AND id_shop=1 LIMIT 1
0.101 ms 1 /classes/Product.php:6873
1015
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 43588
0.101 ms 1 /classes/Product.php:2899
1185
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 30 AND `id_shop` = 1 LIMIT 1
0.101 ms 1 /classes/module/Module.php:2132
355
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2150 AND id_shop=1 LIMIT 1
0.100 ms 1 /classes/Product.php:6873
485
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 32953) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
269
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2202) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
581
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7066) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
677
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 3746) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
701
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 46448) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.100 ms 1 /classes/stock/StockAvailable.php:453
1069
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 5971
0.100 ms 1 /classes/Product.php:2899
613
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 5970) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
1084
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 3857
0.099 ms 1 /classes/Product.php:2899
184
SELECT SQL_NO_CACHE cl.`link_rewrite`
FROM `tyht_category_lang` cl
WHERE `id_lang` = 5
AND cl.id_shop = 1 
AND cl.`id_category` = 4 LIMIT 1
0.099 ms 1 /classes/Category.php:1373
797
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 10759) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.099 ms 1 /classes/stock/StockAvailable.php:453
857
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.099 ms 1 /classes/Product.php:5659
916
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2216
0.099 ms 1 /classes/Product.php:2899
1051
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7910
0.099 ms 1 /classes/Product.php:2899
1072
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 5970
0.099 ms 1 /classes/Product.php:2899
305
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
333
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2192) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.098 ms 1 /classes/stock/StockAvailable.php:453
453
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 359) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.098 ms 1 /classes/stock/StockAvailable.php:453
545
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.098 ms 1 /classes/Product.php:5659
629
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 5961) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.098 ms 1 /classes/stock/StockAvailable.php:453
693
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 3592) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.098 ms 1 /classes/stock/StockAvailable.php:453
976
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2150
0.098 ms 1 /classes/Product.php:2899
1048
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9365
0.098 ms 1 /classes/Product.php:2899
100
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2321) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
245
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2208) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
369
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.097 ms 1 /classes/Product.php:5659
389
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2131) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
445
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 567) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
573
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 7088) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.097 ms 1 /classes/stock/StockAvailable.php:453
577
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.097 ms 1 /classes/Product.php:5659
587
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7061 AND id_shop=1 LIMIT 1
0.097 ms 1 /classes/Product.php:6873
1096
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 3746
0.097 ms 1 /classes/Product.php:2899
913
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2243
0.097 ms 1 /classes/Product.php:2899
309
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2195) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
411
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2109 AND id_shop=1 LIMIT 1
0.096 ms 1 /classes/Product.php:6873
477
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 41079) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
492
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 28786 AND `id_group` = 1 LIMIT 1
0.096 ms 0 /classes/GroupReduction.php:153
684
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 3706 AND `id_group` = 1 LIMIT 1
0.096 ms 0 /classes/GroupReduction.php:153
852
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9317 AND `id_group` = 1 LIMIT 1
0.096 ms 0 /classes/GroupReduction.php:153
1120
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 42632
0.096 ms 1 /classes/Product.php:2899
1135
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 15026
0.096 ms 1 /classes/Product.php:2899
285
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2199) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
837
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9360) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.096 ms 1 /classes/stock/StockAvailable.php:453
293
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2197) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.095 ms 1 /classes/stock/StockAvailable.php:453
555
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7910 AND id_shop=1 LIMIT 1
0.095 ms 1 /classes/Product.php:6873
601
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.095 ms 1 /classes/Product.php:5659
717
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 46444) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.095 ms 1 /classes/stock/StockAvailable.php:453
1045
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9366
0.095 ms 1 /classes/Product.php:2899
1153
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9361
0.095 ms 1 /classes/Product.php:2899
131
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2316 AND `id_group` = 1 LIMIT 1
0.095 ms 0 /classes/GroupReduction.php:153
588
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7061 AND `id_group` = 1 LIMIT 1
0.095 ms 0 /classes/GroupReduction.php:153
593
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.095 ms 1 /classes/Product.php:5659
741
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 42632) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.095 ms 1 /classes/stock/StockAvailable.php:453
904
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2302
0.095 ms 1 /classes/Product.php:2899
1102
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 3592
0.095 ms 1 /classes/Product.php:2899
1129
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 20803
0.095 ms 1 /classes/Product.php:2899
253
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2205) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.094 ms 1 /classes/stock/StockAvailable.php:453
341
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2188) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.094 ms 1 /classes/stock/StockAvailable.php:453
958
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2195
0.094 ms 1 /classes/Product.php:2899
532
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9367 AND `id_group` = 1 LIMIT 1
0.094 ms 0 /classes/GroupReduction.php:153
725
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 43115) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.094 ms 1 /classes/stock/StockAvailable.php:453
787
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 15019 AND id_shop=1 LIMIT 1
0.094 ms 1 /classes/Product.php:6873
928
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2210
0.094 ms 1 /classes/Product.php:2899
931
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2209
0.094 ms 1 /classes/Product.php:2899
934
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2208
0.094 ms 1 /classes/Product.php:2899
1093
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 3755
0.094 ms 1 /classes/Product.php:2899
329
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
75
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2324 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
349
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2151) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
397
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2115) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
449
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 4 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
483
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 32953 AND id_shop=1 LIMIT 1
0.093 ms 1 /classes/Product.php:6873
549
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9365) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
652
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 3855 AND `id_group` = 1 LIMIT 1
0.093 ms 0 /classes/GroupReduction.php:153
685
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 3706) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.093 ms 1 /classes/stock/StockAvailable.php:453
801
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
833
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.093 ms 1 /classes/Product.php:5659
886
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2319
0.093 ms 1 /classes/Product.php:2899
967
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2192
0.093 ms 1 /classes/Product.php:2899
982
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2136
0.093 ms 1 /classes/Product.php:2899
1147
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9363
0.093 ms 1 /classes/Product.php:2899
38
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_legalcompliance" LIMIT 1
0.092 ms 0 /classes/module/Module.php:2659
47
SET group_concat_max_len = 33554432
0.092 ms 1 /modules/pm_advancedsearch4/classes/SearchEngineDb.php:119
180
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2286) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:453
365
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2137) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:453
380
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2134 AND `id_group` = 1 LIMIT 1
0.092 ms 0 /classes/GroupReduction.php:153
409
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.092 ms 1 /classes/Product.php:5659
765
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 20803) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:453
773
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 19144) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:453
940
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2204
0.092 ms 1 /classes/Product.php:2899
961
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2194
0.092 ms 1 /classes/Product.php:2899
1075
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 5966
0.092 ms 1 /classes/Product.php:2899
1108
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 46445
0.092 ms 1 /classes/Product.php:2899
1159
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9318
0.092 ms 1 /classes/Product.php:2899
621
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 5966) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.092 ms 1 /classes/stock/StockAvailable.php:453
324
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2193 AND `id_group` = 1 LIMIT 1
0.091 ms 0 /classes/GroupReduction.php:153
373
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 2136) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
377
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
441
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
509
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 21582) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
595
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7060 AND id_shop=1 LIMIT 1
0.091 ms 1 /classes/Product.php:6873
813
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9363) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
1132
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 19144
0.091 ms 1 /classes/Product.php:2899
489
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
561
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
569
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.091 ms 1 /classes/Product.php:5659
733
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 42633) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
749
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 32855) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.091 ms 1 /classes/stock/StockAvailable.php:453
937
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2205
0.091 ms 1 /classes/Product.php:2899
176
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
529
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
1054
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7307
0.090 ms 1 /classes/Product.php:2899
1156
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9360
0.090 ms 1 /classes/Product.php:2899
457
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
541
SELECT SQL_NO_CACHE SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = 9366) AND (id_product_attribute = 0) AND (id_shop_group = 1) AND (id_shop = 0) LIMIT 1
0.090 ms 1 /classes/stock/StockAvailable.php:453
625
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.090 ms 1 /classes/Product.php:5659
803
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 10745 AND id_shop=1 LIMIT 1
0.090 ms 1 /classes/Product.php:6873
827
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9361 AND id_shop=1 LIMIT 1
0.090 ms 1 /classes/Product.php:6873
1087
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 3855
0.090 ms 1 /classes/Product.php:2899
1162
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 9317
0.090 ms 1 /classes/Product.php:2899
217
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
225
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
473
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
617
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
705
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
201
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
249
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
260
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2204 AND `id_group` = 1 LIMIT 1
0.089 ms 0 /classes/GroupReduction.php:153
313
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
385
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
393
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
825
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.089 ms 1 /classes/Product.php:5659
1081
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 3858
0.089 ms 1 /classes/Product.php:2899
1165
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 7917
0.089 ms 1 /classes/Product.php:2899
1078
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 5961
0.088 ms 1 /classes/Product.php:2899
123
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2317 AND `id_group` = 1 LIMIT 1
0.088 ms 0 /classes/GroupReduction.php:153
241
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
633
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
641
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
713
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
793
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.088 ms 1 /classes/Product.php:5659
859
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7917 AND id_shop=1 LIMIT 1
0.088 ms 1 /classes/Product.php:6873
964
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 2193
0.088 ms 1 /classes/Product.php:2899
1099
SELECT SQL_NO_CACHE `id_product_attribute`
FROM `tyht_product_attribute`
WHERE `id_product` = 3706
0.088 ms 1 /classes/Product.php:2899
187
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2243 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
233
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
252
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2205 AND `id_group` = 1 LIMIT 1
0.087 ms 0 /classes/GroupReduction.php:153
273
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
433
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
521
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
609
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
681
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
739
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 42632 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
761
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
785
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.087 ms 1 /classes/Product.php:5659
1177
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module` WHERE `name` = "ps_customersignin" LIMIT 1
0.087 ms 1 /classes/module/Module.php:2659
195
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2216 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
539
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9366 AND id_shop=1 LIMIT 1
0.087 ms 1 /classes/Product.php:6873
91
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2322 AND `id_group` = 1 LIMIT 1
0.086 ms 0 /classes/GroupReduction.php:153
321
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
443
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 567 AND id_shop=1 LIMIT 1
0.086 ms 1 /classes/Product.php:6873
465
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
697
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.086 ms 1 /classes/Product.php:5659
1175
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 17 AND `id_shop` = 1 LIMIT 1
0.086 ms 1 /classes/module/Module.php:2132
316
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2194 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
459
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 43588 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
753
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
809
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
259
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2204 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
297
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
361
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
419
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2108 AND id_shop=1 LIMIT 1
0.085 ms 1 /classes/Product.php:6873
556
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7910 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
721
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
737
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.085 ms 1 /classes/Product.php:5659
860
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7917 AND `id_group` = 1 LIMIT 1
0.085 ms 0 /classes/GroupReduction.php:153
1304
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 18 AND `id_shop` = 1 LIMIT 1
0.085 ms 1 /classes/module/Module.php:2132
211
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2213 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
227
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2210 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
689
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.084 ms 1 /classes/Product.php:5659
779
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 15026 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
283
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2199 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
636
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 3858 AND `id_group` = 1 LIMIT 1
0.084 ms 0 /classes/GroupReduction.php:153
675
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 3746 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
769
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.084 ms 1 /classes/Product.php:5659
771
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 19144 AND id_shop=1 LIMIT 1
0.084 ms 1 /classes/Product.php:6873
817
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.084 ms 1 /classes/Product.php:5659
1171
SELECT SQL_NO_CACHE `need_identification_number`
FROM `tyht_country`
WHERE `id_country` = 6 LIMIT 1
0.083 ms 1 /classes/Country.php:402
276
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2200 AND `id_group` = 1 LIMIT 1
0.083 ms 0 /classes/GroupReduction.php:153
451
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 359 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
537
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.083 ms 1 /classes/Product.php:5659
603
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 5971 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
683
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 3706 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
729
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.083 ms 1 /classes/Product.php:5659
747
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 32855 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
755
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 21744 AND id_shop=1 LIMIT 1
0.083 ms 1 /classes/Product.php:6873
219
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2212 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
267
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2202 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
337
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.082 ms 1 /classes/Product.php:5659
387
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2131 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
505
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.082 ms 1 /classes/Product.php:5659
513
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.082 ms 1 /classes/Product.php:5659
524
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 15031 AND `id_group` = 1 LIMIT 1
0.082 ms 0 /classes/GroupReduction.php:153
745
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 9 LIMIT 1
0.082 ms 1 /classes/Product.php:5659
795
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 10759 AND id_shop=1 LIMIT 1
0.082 ms 1 /classes/Product.php:6873
98
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2321 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
275
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2200 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
291
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2197 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
307
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2195 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
347
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2151 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
500
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 28784 AND `id_group` = 1 LIMIT 1
0.081 ms 0 /classes/GroupReduction.php:153
643
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 3857 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
235
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2209 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
835
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9360 AND id_shop=1 LIMIT 1
0.081 ms 1 /classes/Product.php:6873
243
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2208 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
363
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2137 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
563
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7307 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
596
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7060 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:153
619
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 5966 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
203
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2215 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
299
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2196 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
499
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 28784 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
516
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 19789 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:153
571
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7088 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
579
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 7066 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
627
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 5961 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
635
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 3858 AND id_shop=1 LIMIT 1
0.080 ms 1 /classes/Product.php:6873
676
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 3746 AND `id_group` = 1 LIMIT 1
0.080 ms 0 /classes/GroupReduction.php:153
339
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2188 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
699
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 46448 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
723
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 43115 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
178
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2286 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
185
SELECT SQL_NO_CACHE name FROM tyht_category_lang WHERE id_shop = 1 AND id_lang = 5 AND id_category = 4 LIMIT 1
0.079 ms 1 /classes/Product.php:5659
251
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2205 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
315
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2194 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
331
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2192 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
691
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 3592 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
715
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 46444 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
811
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9363 AND id_shop=1 LIMIT 1
0.079 ms 1 /classes/Product.php:6873
763
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 20803 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
371
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2136 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
435
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 2103 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
467
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 41170 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
475
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 41079 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
547
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 9365 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
731
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 42633 AND id_shop=1 LIMIT 1
0.078 ms 1 /classes/Product.php:6873
611
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 5970 AND id_shop=1 LIMIT 1
0.077 ms 1 /classes/Product.php:6873
707
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 46445 AND id_shop=1 LIMIT 1
0.077 ms 1 /classes/Product.php:6873
1192
SELECT SQL_NO_CACHE c.`nleft`, c.`nright` FROM `tyht_category` c
WHERE c.`id_category` = 2 LIMIT 1
0.077 ms 1 /classes/Category.php:1589
444
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 567 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
507
SELECT SQL_NO_CACHE `id_tax_rules_group`
FROM `tyht_product_shop`
WHERE `id_product` = 21582 AND id_shop=1 LIMIT 1
0.076 ms 1 /classes/Product.php:6873
412
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2109 AND `id_group` = 1 LIMIT 1
0.076 ms 0 /classes/GroupReduction.php:153
740
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 42632 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
788
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 15019 AND `id_group` = 1 LIMIT 1
0.074 ms 0 /classes/GroupReduction.php:153
1173
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 27 AND `id_shop` = 1 LIMIT 1
0.074 ms 1 /classes/module/Module.php:2132
460
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 43588 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
564
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7307 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
708
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 46445 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
820
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9362 AND `id_group` = 1 LIMIT 1
0.073 ms 0 /classes/GroupReduction.php:153
1178
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 19 AND `id_shop` = 1 LIMIT 1
0.073 ms 1 /classes/module/Module.php:2132
420
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2108 AND `id_group` = 1 LIMIT 1
0.072 ms 0 /classes/GroupReduction.php:153
39
SELECT SQL_NO_CACHE `id_module` FROM `tyht_module_shop` WHERE `id_module` = 0 AND `id_shop` = 1 LIMIT 1
0.071 ms 0 /classes/module/Module.php:2132
396
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2115 AND `id_group` = 1 LIMIT 1
0.070 ms 0 /classes/GroupReduction.php:153
204
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2215 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
332
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2192 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
484
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 32953 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
99
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2321 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
452
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 359 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
628
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 5961 AND `id_group` = 1 LIMIT 1
0.069 ms 0 /classes/GroupReduction.php:153
268
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2202 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
284
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2199 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
212
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2213 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
244
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2208 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
580
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7066 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
732
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 42633 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
772
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 19144 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
780
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 15026 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
804
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 10745 AND `id_group` = 1 LIMIT 1
0.068 ms 0 /classes/GroupReduction.php:153
236
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2209 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
292
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2197 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
348
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2151 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
372
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2136 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
572
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 7088 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
620
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 5966 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
644
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 3857 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
724
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 43115 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
748
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 32855 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
812
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9363 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
836
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9360 AND `id_group` = 1 LIMIT 1
0.067 ms 0 /classes/GroupReduction.php:153
179
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2286 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
228
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2210 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
308
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2195 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
340
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2188 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
364
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2137 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
476
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 41079 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
508
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 21582 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
604
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 5971 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
692
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 3592 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
716
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 46444 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
796
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 10759 AND `id_group` = 1 LIMIT 1
0.066 ms 0 /classes/GroupReduction.php:153
468
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 41170 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153
540
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9366 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153
612
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 5970 AND `id_group` = 1 LIMIT 1
0.065 ms 0 /classes/GroupReduction.php:153
388
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2131 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
548
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 9365 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
700
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 46448 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
764
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 20803 AND `id_group` = 1 LIMIT 1
0.064 ms 0 /classes/GroupReduction.php:153
300
SELECT SQL_NO_CACHE `reduction`
FROM `tyht_product_group_reduction_cache`
WHERE `id_product` = 2196 AND `id_group` = 1 LIMIT 1
0.062 ms 0 /classes/GroupReduction.php:153

Doubles

100 queries
SELECT image_shop.`id_image`
                    FROM `tyht_image` i
                     INNER JOIN tyht_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
                    WHERE i.`id_product` = XX
                    AND image_shop.`cover` = XX LIMIT XX
100 queries
SELECT name FROM tyht_category_lang WHERE id_shop = XX AND id_lang = XX AND id_category = XX LIMIT XX
100 queries
SELECT product_shop.`price`, product_shop.`ecotax`,
IFNULL(product_attribute_shop.id_product_attribute,XX) id_product_attribute, product_attribute_shop.`price` AS attribute_price, product_attribute_shop.default_on, product_attribute_shop.`ecotax` AS attribute_ecotax
FROM `tyht_product` p
INNER JOIN `tyht_product_shop` `product_shop` ON (product_shop.id_product=p.id_product AND product_shop.id_shop = XX)
LEFT JOIN `tyht_product_attribute_shop` `product_attribute_shop` ON (product_attribute_shop.id_product = p.id_product AND product_attribute_shop.id_shop = XX)
WHERE (p.`id_product` = XX)
100 queries
                            SELECT `id_tax_rules_group`
                            FROM `tyht_product_shop`
                            WHERE `id_product` = XX AND id_shop=XX LIMIT XX
100 queries
			SELECT `reduction`
			FROM `tyht_product_group_reduction_cache`
			WHERE `id_product` = XX AND `id_group` = XX LIMIT XX
100 queries
SELECT SUM(quantity)
FROM `tyht_stock_available`
WHERE (id_product = XX) AND (id_product_attribute = XX) AND (id_shop_group = XX) AND (id_shop = XX) LIMIT XX
100 queries
SELECT
            COALESCE(SUM(first_level_quantity) + SUM(pack_quantity), XX) as deep_quantity,
            COALESCE(SUM(first_level_quantity), XX) as quantity
          FROM (SELECT SUM(cp.`quantity`) as first_level_quantity, XX as pack_quantity
          FROM `tyht_cart_product` cp
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND cp.`id_product` = XX UNION SELECT XX as first_level_quantity, SUM(cp.`quantity` * p.`quantity`) as pack_quantity
          FROM `tyht_cart_product` cp JOIN `tyht_pack` p ON cp.`id_product` = p.`id_product_pack` JOIN `tyht_product` pr ON p.`id_product_pack` = pr.`id_product`
            WHERE cp.`id_product_attribute` = XX
            
            AND cp.`id_cart` = XX AND p.`id_product_item` = XX AND (pr.`pack_stock_type` IN (XX,XX) OR (
            pr.`pack_stock_type` = XX
            AND XX = XX
        ))) as q LIMIT XX
100 queries
                SELECT name, value, pf.id_feature, f.position, fvl.id_feature_value
                FROM tyht_feature_product pf
                LEFT JOIN tyht_feature_lang fl ON (fl.id_feature = pf.id_feature AND fl.id_lang = XX)
                LEFT JOIN tyht_feature_value_lang fvl ON (fvl.id_feature_value = pf.id_feature_value AND fvl.id_lang = XX)
                LEFT JOIN tyht_feature f ON (f.id_feature = pf.id_feature AND fl.id_lang = XX)
                 INNER JOIN tyht_feature_shop feature_shop
        ON (feature_shop.id_feature = f.id_feature AND feature_shop.id_shop = XX)
                WHERE pf.id_product = XX
                ORDER BY f.position ASC
100 queries
SELECT *
FROM `tyht_product` a
LEFT JOIN `tyht_product_lang` `b` ON a.`id_product` = b.`id_product` AND b.`id_lang` = XX
LEFT JOIN `tyht_product_shop` `c` ON a.`id_product` = c.`id_product` AND c.`id_shop` = XX
WHERE (a.`id_product` = XX) AND (b.`id_shop` = XX) LIMIT XX
100 queries
            SELECT image_shop.`cover`, i.`id_image`, il.`legend`, i.`position`
            FROM `tyht_image` i
             INNER JOIN tyht_image_shop image_shop
        ON (image_shop.id_image = i.id_image AND image_shop.id_shop = XX)
            LEFT JOIN `tyht_image_lang` il ON (i.`id_image` = il.`id_image` AND il.`id_lang` = XX)
            WHERE i.`id_product` = XX
            ORDER BY `position`
100 queries
SELECT `id_product_attribute`
            FROM `tyht_product_attribute`
            WHERE `id_product` = XX
100 queries
SELECT pa.`id_product`, a.`color`, pac.`id_product_attribute`, XX qty, a.`id_attribute`, al.`name`, IF(color = "", a.id_attribute, color) group_by
            FROM `tyht_product_attribute` pa
             INNER JOIN tyht_product_attribute_shop product_attribute_shop
        ON (product_attribute_shop.id_product_attribute = pa.id_product_attribute AND product_attribute_shop.id_shop = XX)
            JOIN `tyht_product_attribute_combination` pac ON (pac.`id_product_attribute` = product_attribute_shop.`id_product_attribute`)
            JOIN `tyht_attribute` a ON (a.`id_attribute` = pac.`id_attribute`)
            JOIN `tyht_attribute_lang` al ON (a.`id_attribute` = al.`id_attribute` AND al.`id_lang` = XX)
            JOIN `tyht_attribute_group` ag ON (a.id_attribute_group = ag.`id_attribute_group`)
            WHERE pa.`id_product` IN (XX) AND ag.`is_color_group` = XX
            GROUP BY pa.`id_product`, a.`id_attribute`, `group_by`
            
            ORDER BY a.`position` ASC;
14 queries
SELECT `id_module` FROM `tyht_module_shop` WHERE `id_module` = XX AND `id_shop` = XX LIMIT XX
3 queries
			SELECT `need_identification_number`
			FROM `tyht_country`
			WHERE `id_country` = XX LIMIT XX
3 queries
				SELECT tr.*
				FROM `tyht_tax_rule` tr
				JOIN `tyht_tax_rules_group` trg ON (tr.`id_tax_rules_group` = trg.`id_tax_rules_group`)
				WHERE trg.`active` = XX
				AND tr.`id_country` = XX
				AND tr.`id_tax_rules_group` = XX
				AND tr.`id_state` IN (XX, XX)
				AND ('XX' BETWEEN tr.`zipcode_from` AND tr.`zipcode_to`
					OR (tr.`zipcode_to` = XX AND tr.`zipcode_from` IN(XX, 'XX')))
				ORDER BY tr.`zipcode_from` DESC, tr.`zipcode_to` DESC, tr.`id_state` DESC, tr.`id_country` DESC
2 queries
SELECT *
FROM `tyht_lang` a
LEFT JOIN `tyht_lang_shop` `c` ON a.`id_lang` = c.`id_lang` AND c.`id_shop` = XX
WHERE (a.`id_lang` = XX) LIMIT XX
2 queries
				SELECT id_shop
				FROM `tyht_lang_shop`
				WHERE `id_lang` = XX
				AND id_shop = XX LIMIT XX
2 queries
                SELECT m.`id_module`, m.`name`, ms.`id_module`as `mshop`
                FROM `tyht_module` m
                LEFT JOIN `tyht_module_shop` ms
                ON m.`id_module` = ms.`id_module`
                AND ms.`id_shop` = XX
2 queries
SELECT `id_lang` FROM `tyht_lang`
                    WHERE `locale` = 'pt-pt'
                    OR `language_code` = 'pt-pt' LIMIT XX
2 queries
SELECT type, id_value, filter_show_limit, filter_type FROM tyht_layered_category
            WHERE controller = 'new-products'
            AND id_category = XX
            AND id_shop = XX
            GROUP BY `type`, id_value ORDER BY position ASC
2 queries
			SELECT cl.`link_rewrite`
			FROM `tyht_category_lang` cl
			WHERE `id_lang` = XX
			 AND cl.id_shop = XX 
			AND cl.`id_category` = XX LIMIT XX

Tables stress

303 product
303 product_shop
202 cart_product
201 product_attribute
200 image
200 image_shop
200 product_attribute_shop
108 category_lang
102 stock_available
101 product_attribute_combination
101 product_lang
100 product_group_reduction_cache
100 pack
100 feature_product
100 feature_lang
100 feature_value_lang
100 feature
100 feature_shop
100 image_lang
100 attribute
100 attribute_lang
100 attribute_group
18 module
17 module_shop
9 category
7 lang
7 hook
6 lang_shop
5 shop
5 country
5 currency
5 category_shop
4 shop_url
4 currency_shop
3 hook_alias
3 tax_rule
3 tax_rules_group
2 shop_group
2 configuration
2 country_lang
2 country_shop
2 hook_module
2 meta
2 meta_lang
2 currency_lang
2 group
2 group_shop
2 image_type
2 layered_category
2 category_product
2 category_group
1 configuration_lang
1 module_group
1 hook_module_exceptions
1 group_lang
1 address_format
1 state
1 required_field
1 pm_advancedsearch
1 pm_advancedsearch_shop
1 product_sale
1 tax
1 tax_lang
1 feature_flag
1 carrier
1 texpress_carrier
1 correos_oficial_configuration
1 link_block
1 link_block_shop
1 connections
1 ganalytics_data

ObjectModel instances

Name Instances Source
Product 100 /src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2335]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2324]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2323]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2322]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2321]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2320]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2319]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2317]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2316]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2313]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2312]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2304]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2302]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2298]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2286]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2243]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2216]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2215]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2213]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2212]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2210]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2209]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2208]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2205]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2204]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2202]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2200]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2199]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2197]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2196]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2195]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2194]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2193]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2192]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2188]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2151]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2150]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2137]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2136]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2134]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2131]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2115]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2110]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2109]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2108]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2107]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 2103]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 567]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 359]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 43588]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 41170]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 41079]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 32953]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 28786]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 28784]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21582]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 19789]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 15031]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9367]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9366]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9365]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7910]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7307]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7088]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7066]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7061]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7060]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5971]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5970]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5966]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 5961]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3858]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3857]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3855]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3854]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3755]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3746]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3706]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 3592]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 46448]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 46445]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 46444]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 43115]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 42633]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 42632]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 32855]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 21744]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 20803]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 19144]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 15026]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 15019]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 10759]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 10745]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9363]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9362]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9361]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9360]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9318]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 9317]
/src/Adapter/Image/ImageRetriever.php:77 (__construct) [id: 7917]
Country 7 /config/config.inc.php:146 (__construct) [id: 6]
/classes/AddressFormat.php:404 (__construct) [id: 6]
/classes/controller/FrontController.php:1779 (__construct) [id: 6]
/classes/AddressFormat.php:404 (__construct) [id: 6]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 6]
/classes/AddressFormat.php:404 (__construct) [id: 6]
/modules/ps_contactinfo/ps_contactinfo.php:105 (__construct) [id: 6]
State 5 /classes/controller/FrontController.php:1778 (__construct) [id: 383]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 383]
/modules/ps_contactinfo/ps_contactinfo.php:104 (__construct) [id: 383]
/modules/ps_contactinfo/ps_contactinfo.php:94 (__construct) [id: 383]
/modules/ps_contactinfo/ps_contactinfo.php:104 (__construct) [id: 383]
Address 4 /classes/shop/Shop.php:486 (__construct) [id: ]
/classes/Product.php:3694 (initialize) [id: ]
/classes/Product.php:3804 (__construct) [id: ]
/classes/Product.php:5964 (__construct) [id: ]
Category 3 /modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:371 (__construct) [id: 2]
/modules/ps_categorytree/ps_categorytree.php:364 (getParentsCategories) [id: 2]
Language 3 /config/config.inc.php:211 (__construct) [id: 3]
/classes/Tools.php:641 (__construct) [id: 5]
/classes/Tools.php:560 (__construct) [id: 5]
AddressFormat 3 /classes/controller/FrontController.php:1773 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
/modules/ps_contactinfo/ps_contactinfo.php:91 (generateAddress) [id: ]
Currency 2 /src/Adapter/Currency/CurrencyDataProvider.php:101 (__construct) [id: 1]
/classes/Tools.php:690 (getCurrencyInstance) [id: 1]
Cart 2 /classes/controller/FrontController.php:467 (__construct) [id: ]
/classes/controller/FrontController.php:541 (__construct) [id: ]
Tax 2 /classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
/classes/tax/TaxRulesTaxManager.php:116 (__construct) [id: 1]
Shop 1 /config/config.inc.php:117 (initialize) [id: 1]
CorreosOficial\Models\CorreosOficialConfig 1 /modules/correosoficial/classes/CorreosOficialCheckout.php:79 (__construct) [id: ]
Risk 1 /classes/controller/FrontController.php:1705 (__construct) [id: ]
Gender 1 /classes/controller/FrontController.php:1702 (__construct) [id: 0]
Group 1 /classes/Cart.php:249 (getCurrent) [id: 1]
Customer 1 /config/config.inc.php:264 (__construct) [id: ]
ShopGroup 1 /classes/shop/Shop.php:561 (__construct) [id: 1]
ConnectionsSource 1 /modules/statsdata/statsdata.php:119 (logHttpReferer) [id: ]

Included Files

# Filename
0 /index.php
1 /config/config.inc.php
2 /config/defines.inc.php
3 /config/autoload.php
4 /vendor/autoload.php
5 /vendor/composer/autoload_real.php
6 /vendor/composer/platform_check.php
7 /vendor/composer/ClassLoader.php
8 /vendor/composer/include_paths.php
9 /vendor/composer/autoload_static.php
10 /vendor/symfony/polyfill-php72/bootstrap.php
11 /vendor/symfony/polyfill-mbstring/bootstrap.php
12 /vendor/symfony/polyfill-mbstring/bootstrap80.php
13 /vendor/symfony/polyfill-intl-normalizer/bootstrap.php
14 /vendor/symfony/polyfill-intl-normalizer/bootstrap80.php
15 /vendor/symfony/polyfill-intl-idn/bootstrap.php
16 /vendor/symfony/deprecation-contracts/function.php
17 /vendor/ralouphie/getallheaders/src/getallheaders.php
18 /vendor/symfony/polyfill-ctype/bootstrap.php
19 /vendor/symfony/polyfill-ctype/bootstrap80.php
20 /vendor/symfony/polyfill-php80/bootstrap.php
21 /vendor/guzzlehttp/promises/src/functions_include.php
22 /vendor/guzzlehttp/promises/src/functions.php
23 /vendor/guzzlehttp/guzzle/src/functions_include.php
24 /vendor/guzzlehttp/guzzle/src/functions.php
25 /vendor/symfony/polyfill-iconv/bootstrap.php
26 /vendor/ezyang/htmlpurifier/library/HTMLPurifier.composer.php
27 /vendor/jakeasmith/http_build_url/src/http_build_url.php
28 /vendor/lcobucci/jwt/compat/class-aliases.php
29 /vendor/lcobucci/jwt/src/Token.php
30 /vendor/lcobucci/jwt/src/Signature.php
31 /vendor/lcobucci/jwt/compat/json-exception-polyfill.php
32 /vendor/lcobucci/jwt/compat/lcobucci-clock-polyfill.php
33 /vendor/swiftmailer/swiftmailer/lib/swift_required.php
34 /vendor/swiftmailer/swiftmailer/lib/classes/Swift.php
35 /vendor/symfony/polyfill-intl-icu/bootstrap.php
36 /vendor/symfony/polyfill-php73/bootstrap.php
37 /vendor/symfony/polyfill-php81/bootstrap.php
38 /vendor/api-platform/core/src/deprecation.php
39 /vendor/api-platform/core/src/Api/FilterInterface.php
40 /vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php
41 /vendor/api-platform/core/src/deprecated_interfaces.php
42 /vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php
43 /vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php
44 /vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php
45 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php
46 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/ExistsFilterInterface.php
47 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/OrderFilterInterface.php
48 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/RangeFilterInterface.php
49 /vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php
50 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationCollectionExtensionInterface.php
51 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationItemExtensionInterface.php
52 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultCollectionExtensionInterface.php
53 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Extension/AggregationResultItemExtensionInterface.php
54 /vendor/api-platform/core/src/Core/Bridge/Doctrine/MongoDbOdm/Filter/FilterInterface.php
55 /vendor/api-platform/core/src/Doctrine/Orm/QueryAwareInterface.php
56 /vendor/api-platform/core/src/Doctrine/Orm/Util/QueryNameGeneratorInterface.php
57 /vendor/api-platform/core/src/Elasticsearch/Metadata/Document/Factory/DocumentMetadataFactoryInterface.php
58 /vendor/api-platform/core/src/Symfony/Validator/ValidationGroupsGeneratorInterface.php
59 /vendor/api-platform/core/src/Symfony/Validator/Exception/ConstraintViolationListAwareExceptionInterface.php
60 /vendor/api-platform/core/src/Exception/ExceptionInterface.php
61 /vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php
62 /vendor/api-platform/core/src/State/Pagination/PaginatorInterface.php
63 /vendor/api-platform/core/src/State/Pagination/PartialPaginatorInterface.php
64 /vendor/api-platform/core/src/Documentation/DocumentationInterface.php
65 /vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php
66 /vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php
67 /vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php
68 /vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php
69 /vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php
70 /vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php
71 /vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php
72 /vendor/api-platform/core/src/Serializer/Filter/FilterInterface.php
73 /vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php
74 /vendor/api-platform/core/src/Validator/ValidatorInterface.php
75 /vendor/api-platform/core/src/Api/UrlGeneratorInterface.php
76 /vendor/api-platform/core/src/GraphQl/ExecutorInterface.php
77 /vendor/api-platform/core/src/GraphQl/Error/ErrorHandlerInterface.php
78 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ValidateStageInterface.php
79 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/ReadStageInterface.php
80 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityPostDenormalizeStageInterface.php
81 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SecurityStageInterface.php
82 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/WriteStageInterface.php
83 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/SerializeStageInterface.php
84 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Stage/DeserializeStageInterface.php
85 /vendor/api-platform/core/src/GraphQl/Resolver/QueryItemResolverInterface.php
86 /vendor/api-platform/core/src/GraphQl/Resolver/QueryCollectionResolverInterface.php
87 /vendor/api-platform/core/src/Core/GraphQl/Resolver/Factory/ResolverFactoryInterface.php
88 /vendor/api-platform/core/src/GraphQl/Resolver/MutationResolverInterface.php
89 /vendor/api-platform/core/src/Core/GraphQl/Subscription/MercureSubscriptionIriGeneratorInterface.php
90 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionIdentifierGeneratorInterface.php
91 /vendor/api-platform/core/src/Core/GraphQl/Subscription/SubscriptionManagerInterface.php
92 /vendor/api-platform/core/src/Core/GraphQl/Serializer/SerializerContextBuilderInterface.php
93 /vendor/api-platform/core/src/GraphQl/Type/TypesFactoryInterface.php
94 /vendor/api-platform/core/src/GraphQl/Type/Definition/TypeInterface.php
95 /vendor/api-platform/core/src/GraphQl/Type/TypesContainerInterface.php
96 /vendor/psr/container/src/ContainerInterface.php
97 /vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php
98 /vendor/ircmaxell/password-compat/lib/password.php
99 /vendor/martinlindhe/php-mb-helpers/src/mb_helpers.php
100 /vendor/prestashop/laminas-code-lts/polyfill/ReflectionEnumPolyfill.php
101 /src/Core/Version.php
102 /config/alias.php
103 /vendor/prestashop/autoload/src/PrestashopAutoload.php
104 /vendor/prestashop/autoload/src/LegacyClassLoader.php
105 /vendor/symfony/symfony/src/Symfony/Component/Filesystem/Filesystem.php
106 /vendor/prestashop/autoload/src/Autoloader.php
107 /config/bootstrap.php
108 /src/Core/ContainerBuilder.php
109 /src/Core/Foundation/IoC/Container.php
110 /src/Adapter/ServiceLocator.php
111 /var/cache/dev/appParameters.php
114 /var/cache/dev/class_index.php
115 /classes/controller/Controller.php
117 /classes/ObjectModel.php
118 /src/Core/Foundation/Database/EntityInterface.php
120 /classes/db/Db.php
122 /classes/Hook.php
124 /classes/module/Module.php
125 /src/Core/Module/Legacy/ModuleInterface.php
127 /classes/Tools.php
128 /classes/Context.php
129 /classes/shop/Shop.php
130 /src/Core/Security/PasswordGenerator.php
131 /classes/db/DbPDO.php
132 /classes/AddressFormat.php
133 /classes/Configuration.php
134 /classes/Validate.php
135 /classes/cache/Cache.php
136 /src/Adapter/EntityMapper.php
137 /classes/db/DbQuery.php
138 /src/Core/Addon/Theme/ThemeManagerBuilder.php
139 /vendor/psr/log/Psr/Log/NullLogger.php
140 /vendor/psr/log/Psr/Log/AbstractLogger.php
141 /vendor/psr/log/Psr/Log/LoggerInterface.php
142 /src/Adapter/Configuration.php
143 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ParameterBag.php
144 /src/Core/Domain/Configuration/ShopConfigurationInterface.php
145 /src/Core/ConfigurationInterface.php
146 /src/Core/Addon/Theme/ThemeRepository.php
147 /src/Core/Addon/AddonRepositoryInterface.php
148 /src/Core/Domain/Shop/ValueObject/ShopConstraint.php
149 /src/Core/Addon/Theme/Theme.php
150 /src/Core/Addon/AddonInterface.php
151 /src/Core/Util/ArrayFinder.php
152 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccess.php
153 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php
154 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessor.php
155 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php
156 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPath.php
157 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php
158 /config/defines_uri.inc.php
159 /classes/Language.php
160 /src/Core/Language/LanguageInterface.php
161 /classes/Country.php
162 /classes/PrestaShopCollection.php
163 /classes/shop/ShopGroup.php
164 /classes/Cookie.php
165 /classes/PhpEncryption.php
166 /classes/PhpEncryptionEngine.php
167 /vendor/defuse/php-encryption/src/Key.php
168 /vendor/defuse/php-encryption/src/Encoding.php
169 /vendor/defuse/php-encryption/src/Core.php
170 /vendor/defuse/php-encryption/src/Crypto.php
171 /vendor/defuse/php-encryption/src/KeyOrPassword.php
172 /vendor/defuse/php-encryption/src/RuntimeTests.php
173 /vendor/defuse/php-encryption/src/DerivedKeys.php
174 /vendor/defuse/php-encryption/src/Exception/WrongKeyOrModifiedCiphertextException.php
175 /vendor/defuse/php-encryption/src/Exception/CryptoException.php
176 /src/Core/Session/SessionHandler.php
177 /src/Core/Session/SessionHandlerInterface.php
178 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Session.php
179 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php
180 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php
181 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php
182 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php
183 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php
184 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php
185 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php
186 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php
187 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php
188 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php
189 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php
190 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php
191 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php
192 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php
193 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php
194 /config/smarty.config.inc.php
195 /classes/Smarty/SmartyDev.php
196 /vendor/smarty/smarty/libs/Smarty.class.php
197 /vendor/smarty/smarty/libs/functions.php
198 /vendor/smarty/smarty/libs/Autoloader.php
199 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_data.php
200 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_extension_handler.php
201 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php
202 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_template.php
203 /vendor/smarty/smarty/libs/sysplugins/smarty_resource.php
204 /vendor/smarty/smarty/libs/sysplugins/smarty_variable.php
205 /vendor/smarty/smarty/libs/sysplugins/smarty_template_source.php
206 /vendor/smarty/smarty/libs/sysplugins/smarty_template_resource_base.php
207 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_resource_file.php
208 /config/smartyfront.config.inc.php
209 /classes/Smarty/SmartyResourceModule.php
210 /vendor/smarty/smarty/libs/sysplugins/smarty_resource_custom.php
211 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerresource.php
212 /classes/Smarty/SmartyResourceParent.php
213 /classes/Smarty/SmartyLazyRegister.php
214 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_registerplugin.php
215 /vendor/smarty/smarty/libs/plugins/modifier.truncate.php
216 /classes/Customer.php
217 /classes/Group.php
218 /classes/Link.php
219 /classes/shop/ShopUrl.php
220 /classes/Dispatcher.php
221 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Request.php
222 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeader.php
223 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php
224 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/FileBag.php
225 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderBag.php
226 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/HeaderUtils.php
227 /vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/ServerBag.php
228 /src/Adapter/SymfonyContainer.php
229 /vendor/mobiledetect/mobiledetectlib/Mobile_Detect.php
230 /config/db_slave_server.inc.php
231 /modules/pm_advancedsearch4/pm_advancedsearch4.php
232 /modules/pm_advancedsearch4/vendor/autoload.php
233 /modules/pm_advancedsearch4/vendor/composer/autoload_real.php
234 /modules/pm_advancedsearch4/vendor/composer/autoload_static.php
235 /modules/pm_advancedsearch4/classes/Core.php
236 /modules/pm_advancedsearch4/classes/Traits/SupportsSeoPages.php
237 /modules/pm_advancedsearch4/classes/Traits/SupportsImageCriterionGroup.php
238 /modules/pm_advancedsearch4/classes/Traits/SupportsStepSearch.php
239 /modules/pm_advancedsearch4/classes/Traits/SeoTrait.php
240 /modules/pm_advancedsearch4/classes/Traits/StepSearchTrait.php
241 /modules/pm_advancedsearch4/classes/Traits/ImageCriterionGroupTrait.php
242 /src/Core/Module/WidgetInterface.php
243 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_createdata.php
244 /vendor/smarty/smarty/libs/sysplugins/smarty_data.php
245 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_unregisterplugin.php
246 /controllers/front/listing/NewProductsController.php
247 /classes/controller/ProductListingFrontController.php
248 /classes/controller/ProductPresentingFrontController.php
249 /classes/controller/FrontController.php
250 /src/PrestaShopBundle/Translation/TranslatorComponent.php
251 /vendor/symfony/symfony/src/Symfony/Component/Translation/Translator.php
252 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorInterface.php
253 /vendor/symfony/contracts/Translation/LocaleAwareInterface.php
254 /vendor/symfony/contracts/Translation/TranslatorInterface.php
255 /vendor/symfony/symfony/src/Symfony/Component/Translation/TranslatorBagInterface.php
256 /src/PrestaShopBundle/Translation/PrestaShopTranslatorTrait.php
257 /src/PrestaShopBundle/Translation/TranslatorLanguageTrait.php
258 /src/PrestaShopBundle/Translation/TranslatorInterface.php
259 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatter.php
260 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatter.php
261 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php
262 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php
263 /vendor/symfony/symfony/src/Symfony/Component/Translation/Formatter/ChoiceMessageFormatterInterface.php
264 /vendor/symfony/symfony/src/Symfony/Component/Translation/IdentityTranslator.php
265 /vendor/symfony/contracts/Translation/TranslatorTrait.php
266 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactory.php
267 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php
268 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCache.php
269 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerConfigCache.php
270 /vendor/symfony/symfony/src/Symfony/Component/Config/ConfigCacheInterface.php
271 /var/cache/dev/translations/catalogue.pt-PT.NXhscRe.php
272 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogue.php
273 /vendor/symfony/symfony/src/Symfony/Component/Translation/MessageCatalogueInterface.php
274 /vendor/symfony/symfony/src/Symfony/Component/Translation/MetadataAwareInterface.php
275 /src/Adapter/Presenter/Object/ObjectPresenter.php
276 /src/Adapter/Presenter/PresenterInterface.php
277 /src/Adapter/Presenter/Cart/CartPresenter.php
278 /src/Adapter/Image/ImageRetriever.php
279 /classes/tax/TaxConfiguration.php
280 /classes/Smarty/TemplateFinder.php
281 /classes/assets/StylesheetManager.php
282 /classes/assets/AbstractAssetManager.php
283 /src/Adapter/Assets/AssetUrlGeneratorTrait.php
284 /classes/assets/JavascriptManager.php
285 /classes/assets/CccReducer.php
286 /modules/cttexpress/cttexpress.php
287 /src/PrestaShopBundle/Translation/DomainNormalizer.php
288 /src/Adapter/Localization/LegacyTranslator.php
289 /classes/Translate.php
290 /override/classes/Cart.php
291 /classes/Cart.php
292 /src/Adapter/ContainerBuilder.php
293 /src/Adapter/Environment.php
294 /src/Core/EnvironmentInterface.php
295 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php
296 /vendor/symfony/symfony/src/Symfony/Component/Config/ResourceCheckerInterface.php
297 /vendor/symfony/symfony/src/Symfony/Component/Cache/DoctrineProvider.php
298 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php
299 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php
300 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php
301 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php
302 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiOperationCache.php
303 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php
304 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiDeleteCache.php
305 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiPutCache.php
306 /vendor/symfony/symfony/src/Symfony/Component/Cache/PruneableInterface.php
307 /vendor/symfony/symfony/src/Symfony/Component/Cache/ResettableInterface.php
308 /vendor/symfony/contracts/Service/ResetInterface.php
309 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php
310 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ArrayTrait.php
311 /vendor/psr/log/Psr/Log/LoggerAwareTrait.php
312 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AdapterInterface.php
313 /vendor/symfony/symfony/src/Symfony/Component/Cache/CacheItem.php
314 /vendor/symfony/contracts/Cache/ItemInterface.php
315 /vendor/psr/cache/src/CacheItemInterface.php
316 /vendor/psr/cache/src/CacheItemPoolInterface.php
317 /vendor/symfony/contracts/Cache/CacheInterface.php
318 /vendor/psr/log/Psr/Log/LoggerAwareInterface.php
319 /vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Setup.php
320 /vendor/doctrine/deprecations/lib/Doctrine/Deprecations/Deprecation.php
321 /vendor/doctrine/orm/lib/Doctrine/ORM/Configuration.php
322 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php
323 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/CacheAdapter.php
324 /vendor/doctrine/cache/lib/Doctrine/Common/Cache/Psr6/DoctrineProvider.php
325 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php
326 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php
327 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php
328 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/DoctrineAnnotations.php
329 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Annotation.php
330 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Entity.php
331 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embeddable.php
332 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Embedded.php
333 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/MappedSuperclass.php
334 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/InheritanceType.php
335 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorColumn.php
336 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DiscriminatorMap.php
337 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Id.php
338 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/GeneratedValue.php
339 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Version.php
340 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumn.php
341 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinColumns.php
342 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Column.php
343 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToOne.php
344 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OneToMany.php
345 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToOne.php
346 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ManyToMany.php
347 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Table.php
348 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UniqueConstraint.php
349 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Index.php
350 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/JoinTable.php
351 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SequenceGenerator.php
352 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/CustomIdGenerator.php
353 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ChangeTrackingPolicy.php
354 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/OrderBy.php
355 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQueries.php
356 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedQuery.php
357 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/HasLifecycleCallbacks.php
358 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PrePersist.php
359 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostPersist.php
360 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreUpdate.php
361 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostUpdate.php
362 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreRemove.php
363 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostRemove.php
364 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PostLoad.php
365 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/PreFlush.php
366 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/FieldResult.php
367 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ColumnResult.php
368 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityResult.php
369 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQuery.php
370 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamedNativeQueries.php
371 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMapping.php
372 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/SqlResultSetMappings.php
373 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverride.php
374 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AssociationOverrides.php
375 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverride.php
376 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/AttributeOverrides.php
377 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListeners.php
378 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Cache.php
379 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php
380 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php
381 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
382 /vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
383 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Target.php
384 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/AnnotationDriver.php
385 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Driver/CompatibilityAnnotationDriver.php
386 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php
387 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php
388 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/FileResource.php
389 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php
390 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ResourceInterface.php
391 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/ReflectionClassResource.php
392 /vendor/symfony/symfony/src/Symfony/Component/Config/Resource/DirectoryResource.php
393 /var/cache/dev/FrontContainer.php
394 /src/Adapter/Container/LegacyContainer.php
395 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Container.php
396 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php
397 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php
398 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ServiceLocator.php
399 /vendor/symfony/contracts/Service/ServiceLocatorTrait.php
400 /vendor/psr/container/src/ContainerExceptionInterface.php
401 /vendor/psr/container/src/NotFoundExceptionInterface.php
402 /vendor/symfony/contracts/Service/ServiceProviderInterface.php
403 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ResettableContainerInterface.php
404 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/ContainerInterface.php
405 /src/Adapter/Container/LegacyContainerInterface.php
406 /modules/blockwishlist/vendor/autoload.php
407 /modules/blockwishlist/vendor/composer/autoload_real.php
408 /modules/blockwishlist/vendor/composer/autoload_static.php
409 /modules/contactform/vendor/autoload.php
410 /modules/contactform/vendor/composer/autoload_real.php
411 /modules/contactform/vendor/composer/autoload_static.php
412 /modules/dashactivity/vendor/autoload.php
413 /modules/dashactivity/vendor/composer/autoload_real.php
414 /modules/dashactivity/vendor/composer/autoload_static.php
415 /modules/dashtrends/vendor/autoload.php
416 /modules/dashtrends/vendor/composer/autoload_real.php
417 /modules/dashtrends/vendor/composer/autoload_static.php
418 /modules/dashgoals/vendor/autoload.php
419 /modules/dashgoals/vendor/composer/autoload_real.php
420 /modules/dashgoals/vendor/composer/autoload_static.php
421 /modules/dashproducts/vendor/autoload.php
422 /modules/dashproducts/vendor/composer/autoload_real.php
423 /modules/dashproducts/vendor/composer/platform_check.php
424 /modules/dashproducts/vendor/composer/autoload_static.php
425 /modules/graphnvd3/vendor/autoload.php
426 /modules/graphnvd3/vendor/composer/autoload_real.php
427 /modules/graphnvd3/vendor/composer/autoload_static.php
428 /modules/gridhtml/vendor/autoload.php
429 /modules/gridhtml/vendor/composer/autoload_real.php
430 /modules/gridhtml/vendor/composer/autoload_static.php
431 /modules/gsitemap/vendor/autoload.php
432 /modules/gsitemap/vendor/composer/autoload_real.php
433 /modules/gsitemap/vendor/composer/autoload_static.php
434 /modules/pagesnotfound/vendor/autoload.php
435 /modules/pagesnotfound/vendor/composer/autoload_real.php
436 /modules/pagesnotfound/vendor/composer/platform_check.php
437 /modules/pagesnotfound/vendor/composer/autoload_static.php
438 /modules/productcomments/vendor/autoload.php
439 /modules/productcomments/vendor/composer/autoload_real.php
440 /modules/productcomments/vendor/composer/platform_check.php
441 /modules/productcomments/vendor/composer/autoload_static.php
442 /modules/ps_categorytree/vendor/autoload.php
443 /modules/ps_categorytree/vendor/composer/autoload_real.php
444 /modules/ps_categorytree/vendor/composer/platform_check.php
445 /modules/ps_categorytree/vendor/composer/autoload_static.php
446 /modules/ps_checkpayment/vendor/autoload.php
447 /modules/ps_checkpayment/vendor/composer/autoload_real.php
448 /modules/ps_checkpayment/vendor/composer/autoload_static.php
449 /modules/ps_contactinfo/vendor/autoload.php
450 /modules/ps_contactinfo/vendor/composer/autoload_real.php
451 /modules/ps_contactinfo/vendor/composer/autoload_static.php
452 /modules/ps_crossselling/vendor/autoload.php
453 /modules/ps_crossselling/vendor/composer/autoload_real.php
454 /modules/ps_crossselling/vendor/composer/platform_check.php
455 /modules/ps_crossselling/vendor/composer/autoload_static.php
456 /modules/ps_currencyselector/vendor/autoload.php
457 /modules/ps_currencyselector/vendor/composer/autoload_real.php
458 /modules/ps_currencyselector/vendor/composer/autoload_static.php
459 /modules/ps_customeraccountlinks/vendor/autoload.php
460 /modules/ps_customeraccountlinks/vendor/composer/autoload_real.php
461 /modules/ps_customeraccountlinks/vendor/composer/autoload_static.php
462 /modules/ps_customtext/vendor/autoload.php
463 /modules/ps_customtext/vendor/composer/autoload_real.php
464 /modules/ps_customtext/vendor/composer/platform_check.php
465 /modules/ps_customtext/vendor/composer/autoload_static.php
466 /modules/ps_dataprivacy/vendor/autoload.php
467 /modules/ps_dataprivacy/vendor/composer/autoload_real.php
468 /modules/ps_dataprivacy/vendor/composer/autoload_static.php
469 /modules/ps_emailsubscription/vendor/autoload.php
470 /modules/ps_emailsubscription/vendor/composer/autoload_real.php
471 /modules/ps_emailsubscription/vendor/composer/platform_check.php
472 /modules/ps_emailsubscription/vendor/composer/autoload_static.php
473 /modules/ps_faviconnotificationbo/vendor/autoload.php
474 /modules/ps_faviconnotificationbo/vendor/composer/autoload_real.php
475 /modules/ps_faviconnotificationbo/vendor/composer/autoload_static.php
476 /modules/ps_languageselector/vendor/autoload.php
477 /modules/ps_languageselector/vendor/composer/autoload_real.php
478 /modules/ps_languageselector/vendor/composer/autoload_static.php
479 /modules/ps_linklist/vendor/autoload.php
480 /modules/ps_linklist/vendor/composer/autoload_real.php
481 /modules/ps_linklist/vendor/composer/platform_check.php
482 /modules/ps_linklist/vendor/composer/autoload_static.php
483 /modules/ps_mainmenu/vendor/autoload.php
484 /modules/ps_mainmenu/vendor/composer/autoload_real.php
485 /modules/ps_mainmenu/vendor/composer/platform_check.php
486 /modules/ps_mainmenu/vendor/composer/autoload_static.php
487 /modules/ps_searchbar/vendor/autoload.php
488 /modules/ps_searchbar/vendor/composer/autoload_real.php
489 /modules/ps_searchbar/vendor/composer/platform_check.php
490 /modules/ps_searchbar/vendor/composer/autoload_static.php
491 /modules/ps_sharebuttons/vendor/autoload.php
492 /modules/ps_sharebuttons/vendor/composer/autoload_real.php
493 /modules/ps_sharebuttons/vendor/composer/platform_check.php
494 /modules/ps_sharebuttons/vendor/composer/autoload_static.php
495 /modules/ps_shoppingcart/vendor/autoload.php
496 /modules/ps_shoppingcart/vendor/composer/autoload_real.php
497 /modules/ps_shoppingcart/vendor/composer/autoload_static.php
498 /modules/ps_socialfollow/vendor/autoload.php
499 /modules/ps_socialfollow/vendor/composer/autoload_real.php
500 /modules/ps_socialfollow/vendor/composer/platform_check.php
501 /modules/ps_socialfollow/vendor/composer/autoload_static.php
502 /modules/ps_themecusto/vendor/autoload.php
503 /modules/ps_themecusto/vendor/composer/autoload_real.php
504 /modules/ps_themecusto/vendor/composer/autoload_static.php
505 /modules/ps_wirepayment/vendor/autoload.php
506 /modules/ps_wirepayment/vendor/composer/autoload_real.php
507 /modules/ps_wirepayment/vendor/composer/platform_check.php
508 /modules/ps_wirepayment/vendor/composer/autoload_static.php
509 /modules/statsbestcategories/vendor/autoload.php
510 /modules/statsbestcategories/vendor/composer/autoload_real.php
511 /modules/statsbestcategories/vendor/composer/platform_check.php
512 /modules/statsbestcategories/vendor/composer/autoload_static.php
513 /modules/statsbestcustomers/vendor/autoload.php
514 /modules/statsbestcustomers/vendor/composer/autoload_real.php
515 /modules/statsbestcustomers/vendor/composer/platform_check.php
516 /modules/statsbestcustomers/vendor/composer/autoload_static.php
517 /modules/statsbestproducts/vendor/autoload.php
518 /modules/statsbestproducts/vendor/composer/autoload_real.php
519 /modules/statsbestproducts/vendor/composer/platform_check.php
520 /modules/statsbestproducts/vendor/composer/autoload_static.php
521 /modules/statsbestsuppliers/vendor/autoload.php
522 /modules/statsbestsuppliers/vendor/composer/autoload_real.php
523 /modules/statsbestsuppliers/vendor/composer/platform_check.php
524 /modules/statsbestsuppliers/vendor/composer/autoload_static.php
525 /modules/statsbestvouchers/vendor/autoload.php
526 /modules/statsbestvouchers/vendor/composer/autoload_real.php
527 /modules/statsbestvouchers/vendor/composer/platform_check.php
528 /modules/statsbestvouchers/vendor/composer/autoload_static.php
529 /modules/statscarrier/vendor/autoload.php
530 /modules/statscarrier/vendor/composer/autoload_real.php
531 /modules/statscarrier/vendor/composer/platform_check.php
532 /modules/statscarrier/vendor/composer/autoload_static.php
533 /modules/statscatalog/vendor/autoload.php
534 /modules/statscatalog/vendor/composer/autoload_real.php
535 /modules/statscatalog/vendor/composer/platform_check.php
536 /modules/statscatalog/vendor/composer/autoload_static.php
537 /modules/statscheckup/vendor/autoload.php
538 /modules/statscheckup/vendor/composer/autoload_real.php
539 /modules/statscheckup/vendor/composer/platform_check.php
540 /modules/statscheckup/vendor/composer/autoload_static.php
541 /modules/statsdata/vendor/autoload.php
542 /modules/statsdata/vendor/composer/autoload_real.php
543 /modules/statsdata/vendor/composer/autoload_static.php
544 /modules/statsforecast/vendor/autoload.php
545 /modules/statsforecast/vendor/composer/autoload_real.php
546 /modules/statsforecast/vendor/composer/platform_check.php
547 /modules/statsforecast/vendor/composer/autoload_static.php
548 /modules/statsnewsletter/vendor/autoload.php
549 /modules/statsnewsletter/vendor/composer/autoload_real.php
550 /modules/statsnewsletter/vendor/composer/platform_check.php
551 /modules/statsnewsletter/vendor/composer/autoload_static.php
552 /modules/statspersonalinfos/vendor/autoload.php
553 /modules/statspersonalinfos/vendor/composer/autoload_real.php
554 /modules/statspersonalinfos/vendor/composer/platform_check.php
555 /modules/statspersonalinfos/vendor/composer/autoload_static.php
556 /modules/statsproduct/vendor/autoload.php
557 /modules/statsproduct/vendor/composer/autoload_real.php
558 /modules/statsproduct/vendor/composer/platform_check.php
559 /modules/statsproduct/vendor/composer/autoload_static.php
560 /modules/statsregistrations/vendor/autoload.php
561 /modules/statsregistrations/vendor/composer/autoload_real.php
562 /modules/statsregistrations/vendor/composer/platform_check.php
563 /modules/statsregistrations/vendor/composer/autoload_static.php
564 /modules/statssales/vendor/autoload.php
565 /modules/statssales/vendor/composer/autoload_real.php
566 /modules/statssales/vendor/composer/platform_check.php
567 /modules/statssales/vendor/composer/autoload_static.php
568 /modules/statssearch/vendor/autoload.php
569 /modules/statssearch/vendor/composer/autoload_real.php
570 /modules/statssearch/vendor/composer/platform_check.php
571 /modules/statssearch/vendor/composer/autoload_static.php
572 /modules/statsstock/vendor/autoload.php
573 /modules/statsstock/vendor/composer/autoload_real.php
574 /modules/statsstock/vendor/composer/platform_check.php
575 /modules/statsstock/vendor/composer/autoload_static.php
576 /modules/psgdpr/vendor/autoload.php
577 /modules/psgdpr/vendor/composer/autoload_real.php
578 /modules/psgdpr/vendor/composer/autoload_static.php
579 /modules/blockreassurance/vendor/autoload.php
580 /modules/blockreassurance/vendor/composer/autoload_real.php
581 /modules/blockreassurance/vendor/composer/autoload_static.php
582 /modules/ps_emailalerts/vendor/autoload.php
583 /modules/ps_emailalerts/vendor/composer/autoload_real.php
584 /modules/ps_emailalerts/vendor/composer/autoload_static.php
585 /modules/ps_facetedsearch/vendor/autoload.php
586 /modules/ps_facetedsearch/vendor/composer/autoload_real.php
587 /modules/ps_facetedsearch/vendor/composer/platform_check.php
588 /modules/ps_facetedsearch/vendor/composer/autoload_static.php
589 /modules/correosoficial/vendor/autoload.php
590 /modules/correosoficial/vendor/composer/autoload_real.php
591 /modules/correosoficial/vendor/composer/autoload_static.php
592 /modules/autoupgrade/vendor/autoload.php
593 /modules/autoupgrade/vendor/composer/autoload_real.php
594 /modules/autoupgrade/vendor/composer/autoload_static.php
595 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment.php
596 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Client.php
597 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer.php
598 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/QueueConsumer.php
599 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/File.php
600 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/ForkCurl.php
601 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/LibCurl.php
602 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Consumer/Socket.php
603 /modules/autoupgrade/vendor/segmentio/analytics-php/lib/Segment/Version.php
604 /modules/ps_distributionapiclient/vendor/autoload.php
605 /modules/ps_distributionapiclient/vendor/composer/autoload_real.php
606 /modules/ps_distributionapiclient/vendor/composer/platform_check.php
607 /modules/ps_distributionapiclient/vendor/composer/autoload_static.php
608 /modules/ps_distributionapiclient/vendor/symfony/polyfill-intl-grapheme/bootstrap.php
609 /modules/ps_distributionapiclient/vendor/symfony/string/Resources/functions.php
610 /modules/ps_specials/vendor/autoload.php
611 /modules/ps_specials/vendor/composer/autoload_real.php
612 /modules/ps_specials/vendor/composer/platform_check.php
613 /modules/ps_specials/vendor/composer/autoload_static.php
614 /modules/ps_newproducts/vendor/autoload.php
615 /modules/ps_newproducts/vendor/composer/autoload_real.php
616 /modules/ps_newproducts/vendor/composer/platform_check.php
617 /modules/ps_newproducts/vendor/composer/autoload_static.php
618 /modules/ps_bestsellers/vendor/autoload.php
619 /modules/ps_bestsellers/vendor/composer/autoload_real.php
620 /modules/ps_bestsellers/vendor/composer/platform_check.php
621 /modules/ps_bestsellers/vendor/composer/autoload_static.php
622 /modules/obsstockspro/vendor/autoload.php
623 /modules/obsstockspro/vendor/composer/autoload_real.php
624 /modules/obsstockspro/vendor/composer/platform_check.php
625 /modules/obsstockspro/vendor/composer/autoload_static.php
626 /modules/obsstockspro/vendor/kint-php/kint/init.php
627 /modules/obsstockspro/vendor/kint-php/kint/src/Kint.php
628 /modules/obsstockspro/vendor/kint-php/kint/src/Utils.php
629 /modules/obsstockspro/vendor/kint-php/kint/init_helpers.php
630 /modules/ps_imageslider/vendor/autoload.php
631 /modules/ps_imageslider/vendor/composer/autoload_real.php
632 /modules/ps_imageslider/vendor/composer/platform_check.php
633 /modules/ps_imageslider/vendor/composer/autoload_static.php
634 /modules/ps_featuredproducts/vendor/autoload.php
635 /modules/ps_featuredproducts/vendor/composer/autoload_real.php
636 /modules/ps_featuredproducts/vendor/composer/platform_check.php
637 /modules/ps_featuredproducts/vendor/composer/autoload_static.php
638 /modules/cttexpress/vendor/autoload.php
639 /modules/cttexpress/vendor/composer/autoload_real.php
640 /modules/cttexpress/vendor/composer/autoload_static.php
641 /modules/ps_googleanalytics/vendor/autoload.php
642 /modules/ps_googleanalytics/vendor/composer/autoload_real.php
643 /modules/ps_googleanalytics/vendor/composer/platform_check.php
644 /modules/ps_googleanalytics/vendor/composer/autoload_static.php
645 /src/Core/Localization/Locale/Repository.php
646 /src/Core/Localization/Locale/RepositoryInterface.php
647 /src/Core/Localization/CLDR/LocaleRepository.php
648 /src/Core/Localization/CLDR/LocaleDataSource.php
649 /src/Core/Localization/CLDR/DataLayer/LocaleCache.php
650 /src/Core/Data/Layer/AbstractDataLayer.php
651 /src/Core/Localization/CLDR/LocaleDataLayerInterface.php
652 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php
653 /vendor/symfony/symfony/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php
654 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php
655 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/AbstractTrait.php
656 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/ContractsTrait.php
657 /vendor/symfony/contracts/Cache/CacheTrait.php
658 /vendor/psr/cache/src/InvalidArgumentException.php
659 /vendor/psr/cache/src/CacheException.php
660 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemTrait.php
661 /vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php
662 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php
663 /vendor/symfony/symfony/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php
664 /src/Core/Localization/CLDR/DataLayer/LocaleReference.php
665 /src/Core/Localization/CLDR/Reader.php
666 /src/Core/Localization/CLDR/ReaderInterface.php
667 /src/Core/Localization/Currency/Repository.php
668 /src/Core/Localization/Currency/RepositoryInterface.php
669 /src/Core/Localization/Currency/CurrencyDataSource.php
670 /src/Core/Localization/Currency/DataSourceInterface.php
671 /src/Core/Localization/Currency/DataLayer/CurrencyCache.php
672 /src/Core/Localization/Currency/CurrencyDataLayerInterface.php
673 /src/Core/Localization/Currency/DataLayer/CurrencyDatabase.php
674 /src/Adapter/Currency/CurrencyDataProvider.php
675 /src/Core/Currency/CurrencyDataProviderInterface.php
676 /src/Adapter/LegacyContext.php
677 /src/Adapter/Tools.php
678 /src/Core/Localization/Currency/DataLayer/CurrencyReference.php
679 /src/Core/Localization/Currency/DataLayer/CurrencyInstalled.php
680 /vendor/prestashop/decimal/src/Operation/Rounding.php
681 /src/Core/Localization/Locale.php
682 /src/Core/Localization/LocaleInterface.php
683 /src/Core/Localization/Specification/Price.php
684 /src/Core/Localization/Specification/Number.php
685 /src/Core/Localization/Specification/NumberInterface.php
686 /src/Core/Localization/Specification/Factory.php
687 /src/Core/Localization/CLDR/LocaleData.php
688 /src/Core/Localization/CLDR/NumberSymbolsData.php
689 /src/Core/Localization/CLDR/CurrencyData.php
690 /src/Core/Localization/CLDR/Locale.php
691 /src/Core/Localization/CLDR/LocaleInterface.php
692 /src/Core/Localization/Specification/NumberSymbolList.php
693 /classes/Currency.php
694 /src/Core/Localization/Currency/LocalizedCurrencyId.php
695 /classes/webservice/WebserviceRequest.php
696 /src/Core/Localization/Currency/CurrencyData.php
697 /src/Core/Localization/Currency/CurrencyCollection.php
698 /src/Core/Localization/Currency.php
699 /src/Core/Localization/CurrencyInterface.php
700 /src/Core/Localization/Specification/NumberCollection.php
701 /src/Core/Localization/Number/Formatter.php
702 /src/Adapter/AddressFactory.php
703 /classes/CartRule.php
704 /classes/Product.php
705 /src/Core/Domain/Product/ValueObject/RedirectType.php
706 /src/Core/Util/DateTime/DateTime.php
707 /src/Core/Domain/Product/Stock/ValueObject/OutOfStockType.php
708 /src/Core/Domain/Product/Pack/ValueObject/PackStockType.php
709 /src/Core/Domain/Product/ValueObject/ProductType.php
710 /src/Core/Domain/Product/ValueObject/Reference.php
711 /src/Core/Domain/Product/ValueObject/Ean13.php
712 /src/Core/Domain/Product/ValueObject/Isbn.php
713 /src/Core/Domain/Product/ValueObject/Upc.php
714 /src/Core/Domain/Product/ProductSettings.php
715 /src/Core/Domain/Shop/ValueObject/ShopId.php
716 /src/Core/Domain/Shop/ValueObject/ShopIdInterface.php
717 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php
718 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php
719 /vendor/symfony/symfony/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php
720 /modules/blockwishlist/blockwishlist.php
721 /classes/Media.php
722 /modules/ps_emailsubscription/ps_emailsubscription.php
723 /modules/blockreassurance/blockreassurance.php
724 /modules/ps_emailalerts/ps_emailalerts.php
725 /modules/ps_emailalerts/MailAlert.php
726 /modules/ps_socialfollow/ps_socialfollow.php
727 /src/Adapter/Presenter/Cart/CartLazyArray.php
728 /src/Adapter/Presenter/AbstractLazyArray.php
729 /src/Adapter/Product/PriceFormatter.php
730 /src/Core/Util/Inflector.php
731 /vendor/doctrine/inflector/lib/Doctrine/Inflector/InflectorFactory.php
732 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Language.php
733 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/InflectorFactory.php
734 /vendor/doctrine/inflector/lib/Doctrine/Inflector/GenericLanguageInflectorFactory.php
735 /vendor/doctrine/inflector/lib/Doctrine/Inflector/LanguageInflectorFactory.php
736 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Rules.php
737 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Ruleset.php
738 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformations.php
739 /vendor/doctrine/inflector/lib/Doctrine/Inflector/WordInflector.php
740 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Inflectible.php
741 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Transformation.php
742 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Pattern.php
743 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Patterns.php
744 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/English/Uninflected.php
745 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitutions.php
746 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Substitution.php
747 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Rules/Word.php
748 /vendor/doctrine/inflector/lib/Doctrine/Inflector/Inflector.php
749 /vendor/doctrine/inflector/lib/Doctrine/Inflector/CachedWordInflector.php
750 /vendor/doctrine/inflector/lib/Doctrine/Inflector/RulesetInflector.php
751 /classes/Gender.php
752 /classes/Risk.php
753 /classes/Meta.php
754 /classes/Address.php
755 /classes/ImageType.php
756 /classes/State.php
757 /src/Core/Security/PasswordPolicyConfiguration.php
758 /src/Core/Configuration/DataConfigurationInterface.php
759 /src/Core/Security/Hashing.php
760 /src/Core/Filter/FrontEndObject/MainFilter.php
761 /src/Core/Filter/FilterInterface.php
762 /src/Core/Filter/FrontEndObject/CartFilter.php
763 /src/Core/Filter/HashMapWhitelistFilter.php
764 /src/Core/Filter/CollectionFilter.php
765 /src/Core/Filter/FrontEndObject/ProductFilter.php
766 /src/Core/Filter/FrontEndObject/EmbeddedAttributesFilter.php
767 /src/Core/Filter/FrontEndObject/CustomerFilter.php
768 /src/Core/Filter/FrontEndObject/ShopFilter.php
769 /src/Core/Filter/FrontEndObject/ConfigurationFilter.php
770 /modules/productcomments/productcomments.php
771 /modules/ps_searchbar/ps_searchbar.php
772 /modules/ps_shoppingcart/ps_shoppingcart.php
773 /modules/correosoficial/correosoficial.php
774 /modules/correosoficial/classes/CorreosOficialCheckout.php
775 /modules/correosoficial/classes/CorreosOficialCarrier.php
776 /classes/module/CarrierModule.php
777 /modules/correosoficial/classes/CorreosOficialOrders.php
778 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialDAO.php
779 /modules/correosoficial/vendor/ecommerce_common_lib/DetectPlatform.php
780 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialDAO_PS.php
781 /modules/correosoficial/classes/CorreosOficialOrder.php
782 /classes/order/Order.php
783 /modules/correosoficial/classes/CorreosOficialSenders.php
784 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialSendersDao.php
785 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosDaoObject.php
786 /modules/correosoficial/classes/Analitica.php
787 /modules/correosoficial/vendor/ecommerce_common_lib/config.inc.php
788 /modules/correosoficial/src/CorreosProducts.php
789 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialConfigDao.php
790 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialActiveCustomersDao.php
791 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/Normalization.php
792 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialUtilitiesDao.php
793 /modules/correosoficial/vendor/ecommerce_common_lib/CorreosOficialUtils.php
794 /modules/correosoficial/vendor/ecommerce_common_lib/functions.php
795 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialOrderDao.php
796 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialProductsDao.php
797 /modules/correosoficial/config.php
798 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosRest.php
799 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialCustomerDataDao.php
800 /modules/correosoficial/vendor/ecommerce_common_lib/Correos/CorreosSoap.php
801 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/CorreosOficialCrypto.php
802 /modules/correosoficial/vendor/ecommerce_common_lib/WSValidationResponse.php
803 /modules/correosoficial/vendor/ecommerce_common_lib/prepareRequests/CorreosOficialPrepareOrderRequests.php
804 /modules/correosoficial/vendor/ecommerce_common_lib/CorreosOficialSmarty.php
805 /modules/correosoficial/vendor/ecommerce_common_lib/prepareRequests/CorreosOficialPrepareRequestsDocAduanera.php
806 /modules/correosoficial/classes/CorreosOficialErrorManager.php
807 /modules/correosoficial/vendor/ecommerce_common_lib/Cex/CexRest.php
808 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/BridgeCEXAdapter.php
809 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/NeedCustoms.php
810 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/ShippingMethodZoneRules.php
811 /modules/correosoficial/vendor/ecommerce_common_lib/Cron/CronCorreosOficial.php
812 /modules/correosoficial/vendor/ecommerce_common_lib/Dao/CorreosOficialCronDao.php
813 /modules/correosoficial/vendor/ecommerce_common_lib/Commons/CorreosOficialLog.php
814 /modules/correosoficial/controllers/admin/AdminCorreosOficialCronProcessController.php
815 /classes/controller/ModuleAdminController.php
816 /classes/controller/AdminController.php
817 /modules/correosoficial/sql/CorreosOficialIndexes.php
818 /modules/correosoficial/translations/pt.php
819 /modules/pm_advancedsearch4/classes/SearchEngineUtils.php
820 /modules/pm_advancedsearch4/classes/SearchEngineDb.php
821 /modules/ps_imageslider/ps_imageslider.php
822 /modules/ps_imageslider/Ps_HomeSlide.php
823 /modules/ps_googleanalytics/ps_googleanalytics.php
824 /modules/ps_googleanalytics/classes/Hook/HookDisplayHeader.php
825 /modules/ps_googleanalytics/classes/Hook/HookInterface.php
826 /src/Core/Product/Search/ProductSearchContext.php
827 /src/Core/Product/Search/ProductSearchQuery.php
828 /src/Core/Product/Search/SortOrder.php
829 /modules/ps_facetedsearch/ps_facetedsearch.php
830 /modules/ps_facetedsearch/src/HookDispatcher.php
831 /modules/ps_facetedsearch/src/Hook/Attribute.php
832 /modules/ps_facetedsearch/src/Hook/AbstractHook.php
833 /modules/ps_facetedsearch/src/Hook/AttributeGroup.php
834 /modules/ps_facetedsearch/src/Hook/Category.php
835 /modules/ps_facetedsearch/src/Hook/Configuration.php
836 /modules/ps_facetedsearch/src/Hook/Design.php
837 /modules/ps_facetedsearch/src/Hook/Feature.php
838 /modules/ps_facetedsearch/src/Form/Feature/FormModifier.php
839 /modules/ps_facetedsearch/src/Form/Feature/FormDataProvider.php
840 /modules/ps_facetedsearch/src/Hook/FeatureValue.php
841 /modules/ps_facetedsearch/src/Form/FeatureValue/FormModifier.php
842 /modules/ps_facetedsearch/src/Form/FeatureValue/FormDataProvider.php
843 /modules/ps_facetedsearch/src/Hook/Product.php
844 /modules/ps_facetedsearch/src/Hook/ProductSearch.php
845 /modules/ps_facetedsearch/src/Hook/SpecificPrice.php
846 /modules/ps_facetedsearch/src/Filters/Provider.php
847 /modules/ps_facetedsearch/src/URLSerializer.php
848 /modules/ps_facetedsearch/src/Filters/DataAccessor.php
849 /modules/ps_facetedsearch/src/Product/SearchProvider.php
850 /src/Core/Product/Search/FacetsRendererInterface.php
851 /src/Core/Product/Search/ProductSearchProviderInterface.php
852 /modules/ps_facetedsearch/src/Filters/Converter.php
853 /modules/ps_facetedsearch/src/Product/SearchFactory.php
854 /src/Core/Product/Search/ProductSearchResult.php
855 /modules/ps_facetedsearch/src/Product/Search.php
856 /modules/ps_facetedsearch/src/Adapter/MySQL.php
857 /modules/ps_facetedsearch/src/Adapter/AbstractAdapter.php
858 /modules/ps_facetedsearch/src/Adapter/InterfaceAdapter.php
859 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ArrayCollection.php
860 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Collection.php
861 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/ReadableCollection.php
862 /vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php
863 /modules/ps_facetedsearch/src/Filters/Products.php
864 /classes/stock/StockAvailable.php
865 /modules/ps_facetedsearch/src/Filters/Block.php
866 /src/Core/Product/Search/FacetCollection.php
867 /classes/ProductAssembler.php
868 /classes/Combination.php
869 /classes/tax/Tax.php
870 /classes/Category.php
871 /classes/SpecificPrice.php
872 /classes/tax/TaxManagerFactory.php
873 /classes/tax/TaxRulesTaxManager.php
874 /classes/tax/TaxManagerInterface.php
875 /classes/tax/TaxCalculator.php
876 /classes/GroupReduction.php
877 /src/Core/Localization/CLDR/ComputingPrecision.php
878 /src/Core/Localization/CLDR/ComputingPrecisionInterface.php
879 /classes/Pack.php
880 /classes/Feature.php
881 /classes/ProductPresenterFactory.php
882 /src/Adapter/Presenter/Product/ProductListingPresenter.php
883 /src/Adapter/Presenter/Product/ProductPresenter.php
884 /src/Adapter/Product/ProductColorsRetriever.php
885 /src/Adapter/HookManager.php
886 /src/Core/Product/ProductPresentationSettings.php
887 /src/Adapter/Presenter/Product/ProductListingLazyArray.php
888 /src/Adapter/Presenter/Product/ProductLazyArray.php
889 /vendor/prestashop/decimal/src/DecimalNumber.php
890 /vendor/prestashop/decimal/src/Builder.php
891 /classes/Image.php
892 /src/Core/Image/ImageFormatConfiguration.php
893 /src/Core/Image/ImageFormatConfigurationInterface.php
894 /classes/FeatureFlag.php
895 /src/Core/FeatureFlag/FeatureFlagSettings.php
896 /classes/Smarty/SmartyDevTemplate.php
897 /vendor/smarty/smarty/libs/sysplugins/smarty_template_compiled.php
898 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_smartytemplatecompiler.php
899 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatecompilerbase.php
900 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_codeframe.php
901 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templateparser.php
902 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatelexer.php
903 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_literals.php
904 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_template.php
905 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree.php
906 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_text.php
907 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_gettemplatevars.php
908 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_modifier.php
909 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compilebase.php
910 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_method_loadplugin.php
911 /vendor/smarty/smarty/libs/plugins/modifier.count.php
912 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_if.php
913 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_tag.php
914 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_block.php
915 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_shared_inheritance.php
916 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_registered_function.php
917 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dqcontent.php
918 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_parsetree_dq.php
919 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_foreach.php
920 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_foreachsection.php
921 /vendor/smarty/smarty/libs/sysplugins/smarty_undefined_variable.php
922 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_print_expression.php
923 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_writefile.php
924 /var/cache/dev/smarty/compile/classic/2e/80/73/2e807335546cfa2360c36327ac89dd2fcb054379_2.module.ps_facetedsearchviewstemplatesfrontcatalogactivefilters.tpl.php
925 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_block.php
926 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_inheritance.php
927 /src/Core/Product/Search/Pagination.php
928 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_extends.php
929 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/09/06/0c/09060c959fab00b49b3f42dca372263c8a927329_2.file.new-products.tpl.php
930 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_include.php
931 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_capture.php
932 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f3/32/ca/f332ca6fd3186844785fe6e5d5bb8c74588274b8_2.file.product-list.tpl.php
933 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/8f/22/fd/8f22fd5ca0b4325352f3661ba7be0078a63acec4_2.file.layout-left-column.tpl.php
934 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f6/43/91/f6439134f65f3e31e0b7bd8818d5d42babb17813_2.file.layout-both-columns.tpl.php
935 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_function.php
936 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c9/73/8e/c9738e412e934be92e8a833dda593549dd157f11_2.file.helpers.tpl.php
937 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_tplfunction.php
938 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/97/de/16/97de1617446bcab4a3b716c4dc8aefdacc587a6f_2.file.head.tpl.php
939 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_foreach.php
940 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_special_variable.php
941 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/42/8c/c4/428cc4ae4b724b4d47b93f02bedd71190b9babe4_2.file.head-jsonld.tpl.php
942 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/84/96/89/8496895b849d08ceabbadf6e386d495c1efc89a2_2.file.product-list-jsonld.tpl.php
943 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_assign.php
944 /vendor/smarty/smarty/libs/plugins/modifiercompiler.default.php
945 /vendor/smarty/smarty/libs/plugins/modifiercompiler.cat.php
946 /vendor/smarty/smarty/libs/plugins/modifier.replace.php
947 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/31/3f/8f/313f8f35836207ead0a4a164d56029b1fa73d0f7_2.file.pagination-seo.tpl.php
948 /vendor/smarty/smarty/libs/plugins/shared.mb_str_replace.php
949 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6b/40/35/6b40358ec27289f4f446a099f555a5fdc81d02aa_2.file.stylesheets.tpl.php
950 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/78/09/69/7809698ba7d304a41e1fea8baed24a1312f74cd1_2.file.javascript.tpl.php
951 /classes/ProductDownload.php
952 /src/Core/Cart/Calculator.php
953 /src/Core/Cart/CartRowCollection.php
954 /src/Core/Cart/Fees.php
955 /src/Core/Cart/AmountImmutable.php
956 /src/Core/Cart/CartRuleCollection.php
957 /src/Core/Cart/CartRuleCalculator.php
958 /src/Adapter/Product/PriceCalculator.php
959 /src/Core/Cart/CartRow.php
960 /modules/correosoficial/models/CorreosOficialConfig.php
961 /vendor/symfony/symfony/src/Symfony/Component/Translation/PluralizationRules.php
962 /src/Core/Util/String/StringModifier.php
963 /src/Core/Util/String/StringModifierInterface.php
964 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/f7/7c/ce/f77ccef8bcd10a4fc2391ddc796b5388422ca907_2.file.product-activation.tpl.php
965 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_call.php
966 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/99/12/c8/9912c811c11b187448bb13df77373207df28b555_2.file.header.tpl.php
967 /modules/ps_contactinfo/ps_contactinfo.php
968 /var/cache/dev/smarty/compile/classic/0e/b2/11/0eb2119957cbc13b240126b3ccd8fac8f109f1e2_2.module.ps_contactinfonav.tpl.php
969 /modules/ps_languageselector/ps_languageselector.php
970 /var/cache/dev/smarty/compile/classic/1c/00/f7/1c00f78dace25d509ec3a1f54176b7ae2000accf_2.module.ps_languageselectorps_languageselector.tpl.php
971 /modules/ps_currencyselector/ps_currencyselector.php
972 /modules/ps_customersignin/ps_customersignin.php
973 /var/cache/dev/smarty/compile/classic/d5/f8/f5/d5f8f570180f74d1dbdd1a1d2af0445e90a6650c_2.module.ps_customersigninps_customersignin.tpl.php
974 /var/cache/dev/smarty/compile/classic/35/65/5e/35655e6409b6198f29dd6e732ef9598dec599880_2.module.ps_shoppingcartps_shoppingcart.tpl.php
975 /modules/ps_mainmenu/ps_mainmenu.php
976 /modules/ps_mainmenu/ps_menutoplinks.class.php
977 /var/cache/dev/smarty/compile/classic/41/df/19/41df1985130dffd7d3fe4cb369091546a0b40be7_2.module.ps_mainmenups_mainmenu.tpl.php
978 /var/cache/dev/smarty/compile/classic/11/0e/c7/110ec72aa9921d2c382ad628bdb2f0bc5105a617_2.module.ps_searchbarps_searchbar.tpl.php
979 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/54/c8/e5/54c8e53e450c56005bd8b3dab5c68d8728fdcfc8_2.file.notifications.tpl.php
980 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/56/b8/5f/56b85f768fc2a574d71260e9ba032388a3878f55_2.file.breadcrumb.tpl.php
981 /modules/ps_categorytree/ps_categorytree.php
982 /var/cache/dev/smarty/compile/classic/89/21/00/8921007f54626fc7fe42cbff53f1d70828d3393d_2.module.ps_categorytreeviewstemplateshookps_categorytree.tpl.php
983 /var/cache/dev/smarty/compile/classic/81/a1/04/81a1040ed0eeab6f58198f9907167c7fced628c5_2.module.ps_facetedsearchps_facetedsearch.tpl.php
984 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/b3/ce/a1/b3cea190dc2feed71dc527db8002d380a35aadfa_2.file.products-top.tpl.php
985 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/3c/d4/dc/3cd4dc711e25476f492ba639603577476d76ea77_2.file.sort-orders.tpl.php
986 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/c5/2c/1a/c52c1a00a56a2f568707fb6ce18f8ad6681f15fd_2.file.products.tpl.php
987 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/4f/65/02/4f65021ea2cb0cf27a7a9b608e881d5d84285bc1_2.file.productlist.tpl.php
988 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_runtime_capture.php
989 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/20/a5/6b/20a56b710545017c930447d69d12f2d3010dbff6_2.file.product.tpl.php
990 /src/Adapter/ContainerFinder.php
991 /modules/productcomments/src/Repository/ProductCommentRepository.php
992 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php
993 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityRepository.php
994 /vendor/doctrine/persistence/src/Persistence/ObjectRepository.php
995 /vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php
996 /vendor/doctrine/doctrine-bundle/Registry.php
997 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ManagerRegistry.php
998 /vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php
999 /vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php
1000 /vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php
1001 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php
1002 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php
1003 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php
1004 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php
1005 /vendor/doctrine/doctrine-bundle/ConnectionFactory.php
1006 /src/PrestaShopBundle/DependencyInjection/RuntimeConstEnvVarProcessor.php
1007 /vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php
1008 /vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php
1009 /vendor/doctrine/event-manager/src/EventManager.php
1010 /vendor/doctrine/dbal/lib/Doctrine/DBAL/DriverManager.php
1011 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/MySQL/Driver.php
1012 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOMySql/Driver.php
1013 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
1014 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver.php
1015 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ExceptionConverterDriver.php
1016 /vendor/doctrine/dbal/lib/Doctrine/DBAL/VersionAwarePlatformDriver.php
1017 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php
1018 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php
1019 /vendor/doctrine/dbal/lib/Doctrine/DBAL/TransactionIsolationLevel.php
1020 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ParameterType.php
1021 /vendor/doctrine/dbal/lib/Doctrine/DBAL/FetchMode.php
1022 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/ExpressionBuilder.php
1023 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Connection.php
1024 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php
1025 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOQueryImplementation.php
1026 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ServerInfoAwareConnection.php
1027 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDO/Statement.php
1028 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatement.php
1029 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOStatementImplementations.php
1030 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Statement.php
1031 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/ResultStatement.php
1032 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Result.php
1033 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Events.php
1034 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MariaDb1027Platform.php
1035 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/MySqlPlatform.php
1036 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/AbstractPlatform.php
1037 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/DateIntervalUnit.php
1038 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Platforms/TrimMode.php
1039 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Types.php
1040 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/Type.php
1041 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ArrayType.php
1042 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/AsciiStringType.php
1043 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/StringType.php
1044 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BigIntType.php
1045 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpIntegerMappingType.php
1046 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BinaryType.php
1047 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BlobType.php
1048 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/BooleanType.php
1049 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateType.php
1050 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateImmutableType.php
1051 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateIntervalType.php
1052 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeType.php
1053 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/PhpDateTimeMappingType.php
1054 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeImmutableType.php
1055 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzType.php
1056 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DateTimeTzImmutableType.php
1057 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/DecimalType.php
1058 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/FloatType.php
1059 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/GuidType.php
1060 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/IntegerType.php
1061 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonType.php
1062 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/JsonArrayType.php
1063 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/ObjectType.php
1064 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SimpleArrayType.php
1065 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/SmallIntType.php
1066 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TextType.php
1067 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeType.php
1068 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TimeImmutableType.php
1069 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Types/TypeRegistry.php
1070 /modules/productcomments/src/Entity/ProductComment.php
1071 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/Proxy.php
1072 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/Proxy.php
1073 /vendor/doctrine/persistence/src/Persistence/Proxy.php
1074 /vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php
1075 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ImplicitlyIgnoredAnnotationNames.php
1076 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/IgnoreAnnotation.php
1077 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PhpParser.php
1078 /src/PrestaShopBundle/Service/Database/DoctrineNamingStrategy.php
1079 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/UnderscoreNamingStrategy.php
1080 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/NamingStrategy.php
1081 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/DefaultQuoteStrategy.php
1082 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/SQLResultCasing.php
1083 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/QuoteStrategy.php
1084 /vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php
1085 /vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php
1086 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/EntityListenerResolver.php
1087 /vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php
1088 /vendor/doctrine/orm/lib/Doctrine/ORM/Repository/RepositoryFactory.php
1089 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/NotSupported.php
1090 /vendor/doctrine/orm/lib/Doctrine/ORM/Exception/ORMException.php
1091 /vendor/doctrine/orm/lib/Doctrine/ORM/ORMException.php
1092 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManager.php
1093 /vendor/doctrine/orm/lib/Doctrine/ORM/EntityManagerInterface.php
1094 /vendor/doctrine/persistence/src/Persistence/ObjectManager.php
1095 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataFactory.php
1096 /vendor/doctrine/persistence/src/Persistence/Mapping/AbstractClassMetadataFactory.php
1097 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadataFactory.php
1098 /vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php
1099 /vendor/doctrine/persistence/src/Persistence/PropertyChangedListener.php
1100 /vendor/doctrine/orm/lib/Doctrine/ORM/Event/ListenersInvoker.php
1101 /vendor/doctrine/orm/lib/Doctrine/ORM/Utility/IdentifierFlattener.php
1102 /vendor/doctrine/orm/lib/Doctrine/ORM/Internal/HydrationCompleteHandler.php
1103 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/Reflection/ReflectionPropertiesGetter.php
1104 /vendor/doctrine/persistence/src/Persistence/Mapping/RuntimeReflectionService.php
1105 /vendor/doctrine/persistence/src/Persistence/Mapping/ReflectionService.php
1106 /vendor/doctrine/orm/lib/Doctrine/ORM/Proxy/ProxyFactory.php
1107 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/AbstractProxyFactory.php
1108 /vendor/doctrine/common/lib/Doctrine/Common/Proxy/ProxyGenerator.php
1109 /vendor/doctrine/doctrine-bundle/ManagerConfigurator.php
1110 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php
1111 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Enum.php
1112 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attribute.php
1113 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/Attributes.php
1114 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Annotation/NamedArgumentConstructor.php
1115 /vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/NamedArgumentConstructorAnnotation.php
1116 /vendor/doctrine/persistence/src/Persistence/Mapping/ProxyClassNameResolver.php
1117 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadata.php
1118 /vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php
1119 /vendor/doctrine/persistence/src/Persistence/Mapping/ClassMetadata.php
1120 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/Instantiator.php
1121 /vendor/doctrine/instantiator/src/Doctrine/Instantiator/InstantiatorInterface.php
1122 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/IdentityGenerator.php
1123 /vendor/doctrine/orm/lib/Doctrine/ORM/Id/AbstractIdGenerator.php
1124 /vendor/doctrine/orm/lib/Doctrine/ORM/Events.php
1125 /vendor/doctrine/persistence/src/Persistence/Reflection/RuntimeReflectionProperty.php
1126 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/QueryBuilder.php
1127 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Query/Expression/CompositeExpression.php
1128 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/Result.php
1129 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverStatement.php
1130 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Result.php
1131 /vendor/doctrine/dbal/lib/Doctrine/DBAL/Abstraction/Result.php
1132 /vendor/doctrine/dbal/lib/Doctrine/DBAL/ForwardCompatibility/DriverResultStatement.php
1133 /vendor/doctrine/dbal/lib/Doctrine/DBAL/SQLParserUtils.php
1134 /var/cache/dev/smarty/compile/classic/e9/e4/d0/e9e4d0b935584380ea8beb3f467908e1cd2486f5_2.module.productcommentsviewstemplateshookproductlistreviews.tpl.php
1135 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/23/68/ec/2368ecb316029661e13793bdef14564542273ff1_2.file.product-flags.tpl.php
1136 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/39/5f/b2/395fb2c6cd348d9f54ef160fc896c13cc9c6abd3_2.file.pagination.tpl.php
1137 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/23/80/a3/2380a38858a8f34a607061539abf90a8f10bbb3d_2.file.products-bottom.tpl.php
1138 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/52/48/00/52480031695f6cca23f192c0ba8bbee8ea0513dd_2.file.footer.tpl.php
1139 /var/cache/dev/smarty/compile/classic/30/7d/c6/307dc6bd4724d29d1572cc301dd7148e962604ef_2.module.ps_emailsubscriptionviewstemplateshookps_emailsubscription.tpl.php
1140 /var/cache/dev/smarty/compile/classic/80/ac/9d/80ac9ddb06fe7b43ffdd2f5cd1185536480d2577_2.module.ps_socialfollowps_socialfollow.tpl.php
1141 /modules/ps_linklist/ps_linklist.php
1142 /var/cache/dev/translations/catalogue.es-ES.NXhscRe.php
1143 /var/cache/dev/translations/catalogue.fr-FR.NXhscRe.php
1144 /var/cache/dev/translations/catalogue.de-DE.NXhscRe.php
1145 /var/cache/dev/translations/catalogue.it-IT.NXhscRe.php
1146 /modules/ps_linklist/src/Presenter/LinkBlockPresenter.php
1147 /modules/ps_linklist/src/Filter/LinkFilter.php
1148 /modules/ps_linklist/src/Filter/BestSalesRouteFilter.php
1149 /modules/ps_linklist/src/Filter/RouteFilterInterface.php
1150 /modules/ps_linklist/src/LegacyLinkBlockRepository.php
1151 /var/cache/dev/smarty/compile/classic/90/65/48/906548e89c8c6025457ddaeffb1980a0c743b872_2.module.ps_linklistviewstemplateshooklinkblock.tpl.php
1152 /modules/ps_customeraccountlinks/ps_customeraccountlinks.php
1153 /var/cache/dev/smarty/compile/classic/42/f9/46/42f9461127ce7396a601c2484841253ea5ba658f_2.module.ps_customeraccountlinksps_customeraccountlinks.tpl.php
1154 /var/cache/dev/smarty/compile/classic/d3/be/a1/d3bea152bc88d6ad4c16c87750962bcaf4f57aa3_2.module.blockwishlistviewstemplateshookaccountmyaccountblock.tpl.php
1155 /vendor/smarty/smarty/libs/plugins/function.mailto.php
1156 /vendor/smarty/smarty/libs/sysplugins/smarty_internal_compile_private_function_plugin.php
1157 /var/cache/dev/smarty/compile/classic/99/92/f3/9992f3fe04dd41bcec1a2029cf07bead637caf4d_2.module.ps_contactinfops_contactinfo.tpl.php
1158 /var/cache/dev/smarty/compile/classic/53/1f/f5/531ff5fadbab34ae9adf28c596f08da4ca8fffe0_2.module.blockwishlistviewstemplateshookdisplayHeader.tpl.php
1159 /var/cache/dev/smarty/compile/classic/b3/9f/fe/b39ffe0e9a6e5e655319605fb4fac018757bed47_2.module.blockwishlistviewstemplatescomponentsmodalsaddtowishlist.tpl.php
1160 /var/cache/dev/smarty/compile/classic/f9/93/73/f9937302c902c18a7e92f61a7bb91ac32c58d2fe_2.module.blockwishlistviewstemplatescomponentsmodalsdelete.tpl.php
1161 /var/cache/dev/smarty/compile/classic/d8/d0/86/d8d086f3098974d41bc92b06c33cf9e584313501_2.module.blockwishlistviewstemplatescomponentsmodalscreate.tpl.php
1162 /var/cache/dev/smarty/compile/classic/99/ff/6f/99ff6f99ecd074931a71deddfe65081482db8401_2.module.blockwishlistviewstemplatescomponentsmodalslogin.tpl.php
1163 /var/cache/dev/smarty/compile/classic/a6/cf/26/a6cf26c62a3d814aa3a70f19a62034bfdce54c8a_2.module.blockwishlistviewstemplatescomponentstoast.tpl.php
1164 /var/cache/dev/smarty/compile/classiclayouts_layout_left_column_tpl/6e/39/d8/6e39d84511b7ac0c97002fef0373c3ef1fde489e_2.file.password-policy-template.tpl.php
1165 /modules/statsdata/statsdata.php
1166 /classes/Connection.php
1167 /classes/ConnectionsSource.php
1168 /modules/pm_advancedsearch4/classes/SearchEngineIndexation.php
1169 /modules/ps_googleanalytics/classes/Hook/HookDisplayBeforeBodyClosingTag.php
1170 /modules/ps_googleanalytics/classes/Handler/GanalyticsJsHandler.php
1171 /modules/ps_googleanalytics/classes/Handler/GanalyticsDataHandler.php
1172 /modules/ps_googleanalytics/classes/Repository/GanalyticsDataRepository.php
1173 /modules/ps_googleanalytics/classes/Wrapper/ProductWrapper.php
1174 /modules/ps_googleanalytics/classes/GoogleAnalyticsTools.php